-
-
Notifications
You must be signed in to change notification settings - Fork 644
Pull requests: boa-dev/boa
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
docs(engine): note why TryFromJs omits f32
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): bump base64 from 0.22.1 to 0.23.0
C-Dependencies
Pull requests that update a dependency file
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): bump husky-rs from 0.3.3 to 0.4.0
C-Dependencies
Pull requests that update a dependency file
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): bump syn from 2.0.119 to 3.0.3
C-Dependencies
Pull requests that update a dependency file
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): bump the rust-dependencies group with 12 updates
C-Dependencies
Pull requests that update a dependency file
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): bump actions/labeler from 6.2.0 to 7.0.0
C-Actions
Pull requests that update Github Actions code
C-Dependencies
Pull requests that update a dependency file
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): bump the ci-dependencies group with 3 updates
C-Actions
Pull requests that update Github Actions code
C-Dependencies
Pull requests that update a dependency file
C-Tests
Issues and PRs related to the tests.
Waiting On Review
Waiting on reviews from the maintainers
chore(deps): update syn requirement from 2.0.116 to 3.0.3 in /tests/fuzz
C-Dependencies
Pull requests that update a dependency file
Waiting On Review
Waiting on reviews from the maintainers
fix(parser): parse default async arrow exports
C-Parser
Issues surrounding the parser
C-Tests
Issues and PRs related to the tests.
Waiting On Review
Waiting on reviews from the maintainers
fix(parser): support async arrow functions in default exports
C-Parser
Issues surrounding the parser
C-Tests
Issues and PRs related to the tests.
Waiting On Review
Waiting on reviews from the maintainers
feat(engine): add WeakJsObject weak reference type
Waiting On Author
Waiting on PR changes from the author
Don't double-include line and column information in SyntaxError (fixes #5357)
C-Parser
Issues surrounding the parser
C-Tests
Issues and PRs related to the tests.
Waiting On Review
Waiting on reviews from the maintainers
Fix unsoundness in JsValueStore by replacing unsafe raw pointer mutation of Arc with safe OnceLock
C-Runtime
Issues and PRs related to Boa's runtime features
C-Tests
Issues and PRs related to the tests.
Waiting On Review
Waiting on reviews from the maintainers
fix(annex-b): CallExpression as assignment LHS throws ReferenceError at runtime
C-AST
Issue surrounding the abstract syntax tree
C-Parser
Issues surrounding the parser
C-Tests
Issues and PRs related to the tests.
C-VM
Issues and PRs related to the Boa Virtual Machine.
Waiting On Author
Waiting on PR changes from the author
fix: support HTML close comment on the first line of script
C-Parser
Issues surrounding the parser
C-Tests
Issues and PRs related to the tests.
Waiting On Author
Waiting on PR changes from the author
perf: remove GcRefCell from inline cache to avoid borrow checking overhead
C-Tests
Issues and PRs related to the tests.
C-VM
Issues and PRs related to the Boa Virtual Machine.
Waiting On Author
Waiting on PR changes from the author
Add Pull requests that update a dependency file
C-Runtime
Issues and PRs related to Boa's runtime features
C-Tests
Issues and PRs related to the tests.
Waiting On Author
Waiting on PR changes from the author
json(), text() and other missing methods to JsRequest
C-Dependencies
fix: deep clone scope in FunctionEnvironment to prevent variable leak…
C-AST
Issue surrounding the abstract syntax tree
Waiting On Author
Waiting on PR changes from the author
perf(array): add dense array fast-path for Array.prototype.unshift
C-Builtins
PRs and Issues related to builtins/intrinsics
Waiting On Author
Waiting on PR changes from the author
perf(array): add dense fast path for Array.prototype.splice
C-Builtins
PRs and Issues related to builtins/intrinsics
Waiting On Author
Waiting on PR changes from the author
add Request body methods
C-Runtime
Issues and PRs related to Boa's runtime features
C-Tests
Issues and PRs related to the tests.
Waiting On Author
Waiting on PR changes from the author
fix(runtime): set Response.url and Response.redirected correctly after fetch redirects
C-Runtime
Issues and PRs related to Boa's runtime features
C-Tests
Issues and PRs related to the tests.
Waiting On Author
Waiting on PR changes from the author
fix(object/ ): convert remaining panics to EngineError::Panic
C-Builtins
PRs and Issues related to builtins/intrinsics
Waiting On Author
Waiting on PR changes from the author
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.