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

Fix/i32 min rem overflow (minor) C-Tests Issues and PRs related to the tests. Waiting On Review Waiting on reviews from the maintainers
#5501 opened Aug 30, 2026 by Jayesh-Dev21 Loading… v0.23
[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 v0.23
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… v0.23
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… v0.23
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… v0.23
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… v0.23
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… v0.23
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… v0.23
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… v0.23
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… v0.23
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
#5311 opened Apr 9, 2026 by KaustubhOG Contributor Loading… v0.23
feat(compiler): Generate single emit opcode for negative numbers C-AST Issue surrounding the abstract syntax tree C-Javascript Pull requests that update Javascript code 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
#5305 opened Apr 7, 2026 by HalidOdat Member Loading… v0.23
fix(regexp): align lastIndex with code point boundary under /u and /v C-Builtins PRs and Issues related to builtins/intrinsics C-Tests Issues and PRs related to the tests. Waiting On Author Waiting on PR changes from the author
#5303 opened Apr 5, 2026 by mrhapile Contributor Loading… v0.23
fix Response.redirect URL handling 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
#5302 opened Apr 5, 2026 by Monti-27 Contributor Loading… v0.23
feat: implement Temporal.PlainMonthDay.prototype.toLocaleString C-Builtins PRs and Issues related to builtins/intrinsics C-Intl Changes related to the `Intl` implementation Waiting On Review Waiting on reviews from the maintainers
#5285 opened Mar 30, 2026 by Cypher-CP0 Loading… v0.23
Add completed PropertyDescriptor type 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 Author Waiting on PR changes from the author
#5284 opened Mar 30, 2026 by HalidOdat Member Loading… v0.23
feat(clone): add structuredClone support for Error objects and relate… 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
#5280 opened Mar 28, 2026 by akshatnathani Loading… v0.23
refactor: TypedArray uses usize instead of u64 for internal properties C-Builtins PRs and Issues related to builtins/intrinsics Waiting On Review Waiting on reviews from the maintainers
#5263 opened Mar 26, 2026 by zhuzhu81998 Contributor Loading… v0.23
refactor: extract type-check boilerplate into a single require_internal_slot! macro C-Builtins PRs and Issues related to builtins/intrinsics 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
#5233 opened Mar 23, 2026 by Nakshatra480 Contributor Loading… v0.23
[WIP] Implement Temporal.ZonedDateTime.prototype.toLocaleString C-Actions Pull requests that update Github Actions code 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 Author Waiting on PR changes from the author
#5199 opened Mar 21, 2026 by Vellumic Contributor Draft v0.23
feat(intl): implement Temporal.PlainYearMonth.prototype.toLocaleString Blocked Waiting for another code change C-Builtins PRs and Issues related to builtins/intrinsics 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
#5098 opened Mar 15, 2026 by alienx5499 Contributor Loading… v0.23
feat(intl): implement Temporal.Instant.prototype.toLocaleString Blocked Waiting for another code change 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
#5096 opened Mar 15, 2026 by jkrishnad Contributor Loading… v0.23
Implement core disposal logic for explicit resource management 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 Author Waiting on PR changes from the author
#5079 opened Mar 14, 2026 by abhinavs1920 Contributor Loading… v0.23
perf(vm): new tailcalling dispatch behind feature tailcall (nightly required) C-Dependencies Pull requests that update a dependency file C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5047 opened Mar 13, 2026 by zhuzhu81998 Contributor Loading…
1 task done
perf: elide function environment when only this escapes into arrows A-Performance Performance related changes and issues C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5019 opened Mar 12, 2026 by hansl Contributor Loading… v0.23
ProTip! Updated in the last three days: updated:>2026-08-29.