Skip to content

Pull requests: boa-dev/boa

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat: implement Intl.DTF's formatToParts and formatRange C-Builtins PRs and Issues related to builtins/intrinsics C-Dependencies Pull requests that update a dependency file C-Intl Changes related to the `Intl` implementation C-Tests Issues and PRs related to the tests. Waiting On Review Waiting on reviews from the maintainers
#5497 opened Aug 30, 2026 by jedel1043 Member Loading… v1.0.0
feat(engine): include the value type in "not a constructor" errors C-Builtins PRs and Issues related to builtins/intrinsics C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5488 opened Aug 25, 2026 by ChrisJr404 Loading… v1.0.0
[oscars-integration] Fix test262 test suite failures C-Actions Pull requests that update Github Actions code C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-CLI Issues and PRs related to the Boa command line interface. C-Dependencies Pull requests that update a dependency file C-FFI Foreign Function Interface, to be able to use Boa from a different language, such as C C-GC Issue related to garbage collection C-Intl Changes related to the `Intl` implementation C-Runtime Issues and PRs related to Boa's runtime features C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. C-WebAssembly Anything related to using Boa with Wasm Waiting On Review Waiting on reviews from the maintainers
#5482 opened Aug 18, 2026 by shruti2522 Contributor Draft v1.0.0
[oscars-integration] Integrate mark sweep backend and eliminate global GC state C-Actions Pull requests that update Github Actions code C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-CLI Issues and PRs related to the Boa command line interface. C-Dependencies Pull requests that update a dependency file C-GC Issue related to garbage collection C-Intl Changes related to the `Intl` implementation C-Runtime Issues and PRs related to Boa's runtime features C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5480 opened Aug 18, 2026 by shruti2522 Contributor Draft v1.0.0
[oscars-integration] Thread MutationContext through buitlin standard library objects C-Actions Pull requests that update Github Actions code C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-CLI Issues and PRs related to the Boa command line interface. C-Dependencies Pull requests that update a dependency file C-GC Issue related to garbage collection C-Intl Changes related to the `Intl` implementation C-Runtime Issues and PRs related to Boa's runtime features C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5479 opened Aug 17, 2026 by shruti2522 Contributor Loading… v1.0.0
[oscars-integration] Thread MutationContext through core engine and ByteCompiler C-Actions Pull requests that update Github Actions code C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-Dependencies Pull requests that update a dependency file C-GC Issue related to garbage collection C-Intl Changes related to the `Intl` implementation C-Runtime Issues and PRs related to Boa's runtime features C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5478 opened Aug 16, 2026 by shruti2522 Contributor Loading… v1.0.0
feat: allow backing an ArrayBuffer/SharedArrayBuffer with embedder-owned memory C-Builtins PRs and Issues related to builtins/intrinsics C-Tests Issues and PRs related to the tests. Waiting On Review Waiting on reviews from the maintainers
#5466 opened Jul 30, 2026 by mansiverma897993 Contributor Loading… v1.0.0
fix(vm): make loop iteration limit consistent across loop kinds C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5464 opened Jul 28, 2026 by mansiverma897993 Contributor Loading… v1.0.0
feat(wintertc): migrate abort, encoding and url from boa_runtime C-Dependencies 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
#5463 opened Jul 26, 2026 by KaustubhOG Contributor Loading… v1.0.0
complete unit tests for bytecode args C-VM Issues and PRs related to the Boa Virtual Machine.
#5459 opened Jul 26, 2026 by advait87 Loading… v1.0.0
Fix register forwarding when the right operand mutates the left local C-Tests Issues and PRs related to the tests. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5457 opened Jul 25, 2026 by dev-willbird1936 Loading… v1.0.0
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
#5443 opened Jul 23, 2026 by AdityaOP007 Loading… v1.0.0
Update example GIF in README Waiting On Author Waiting on PR changes from the author
#5440 opened Jul 20, 2026 by sanjanachitta Loading… v1.0.0
feat(engine): add WeakJsObject weak reference type Waiting On Author Waiting on PR changes from the author
#5437 opened Jul 19, 2026 by GordonYuanyc Loading… v1.0.0
perf: add fast path to OrdinaryGet Waiting On Author Waiting on PR changes from the author
#5413 opened Jun 23, 2026 by Serdnad Loading… v1.0.0
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. C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5408 opened Jun 20, 2026 by mansiverma897993 Contributor Loading… v1.0.0
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
#5402 opened Jun 18, 2026 by Cypher-CP0 Loading… v1.0.0
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
#5401 opened Jun 17, 2026 by mansiverma897993 Contributor Loading… v1.0.0
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
#5400 opened Jun 17, 2026 by mansiverma897993 Contributor Loading… v1.0.0
Add json(), text() and other missing methods to JsRequest C-Dependencies 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
#5341 opened Apr 20, 2026 by tomasol Contributor Loading… v1.0.0
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
#5339 opened Apr 18, 2026 by yush-1018 Contributor Loading… v1.0.0
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
#5329 opened Apr 13, 2026 by Exar04 Loading… v1.0.0
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
#5328 opened Apr 13, 2026 by tkshsbcue Contributor Loading… v1.0.0
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
#5322 opened Apr 11, 2026 by Monti-27 Contributor Loading… v1.0.0
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
#5320 opened Apr 11, 2026 by Cypher-CP0 Loading… v1.0.0
ProTip! What’s not been updated in a month: updated:<2026-07-30.