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

Implement support for compact formatting in NumberFormat 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
#5312 opened Apr 9, 2026 by jedel1043 Member Loading… v1.0.0
fix(object/ module/): convert remaining panics to EngineError::Panic C-Builtins PRs and Issues related to builtins/intrinsics Waiting On Review Waiting on reviews from the maintainers
#5311 opened Apr 9, 2026 by KaustubhOG Contributor Draft v1.0.0
feat(compiler): Generate optimized code for ToInt32 code patterns C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5307 opened Apr 8, 2026 by HalidOdat Member Loading… v1.0.0
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 Review Waiting on reviews from the maintainers
#5305 opened Apr 7, 2026 by HalidOdat Member Loading… v1.0.0
fix(runtime): replace unpaired surrogates with U+FFFD in UTF-16 TextD… 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
#5304 opened Apr 7, 2026 by tkshsbcue Contributor Loading…
6 tasks done
v1.0.0
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.
#5303 opened Apr 5, 2026 by mrhapile Contributor Loading… v1.0.0
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 Review Waiting on reviews from the maintainers
#5302 opened Apr 5, 2026 by Monti-27 Contributor Loading… v1.0.0
perf(array): add dense fast path to Array.prototype.push C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-Documentation update documentation C-Javascript Pull requests that update Javascript code Waiting On Review Waiting on reviews from the maintainers
#5300 opened Apr 5, 2026 by tkshsbcue Contributor Loading… v1.0.0
perf(bytecompiler): avoid redundant Constant clone in IC initialization C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5299 opened Apr 5, 2026 by tkshsbcue Contributor Loading… v1.0.0
Modify boa_runtime's timers to use native timeout tracking and cancellation C-Builtins PRs and Issues related to builtins/intrinsics C-CLI Issues and PRs related to the Boa command line interface. C-Runtime Issues and PRs related to Boa's runtime features Waiting On Review Waiting on reviews from the maintainers
#5289 opened Apr 1, 2026 by jedel1043 Member Loading… v1.0.0
Add unit tests for bytecode argument reading (args.rs) C-VM Issues and PRs related to the Boa Virtual Machine.
#5287 opened Mar 30, 2026 by Cypher-CP0 Loading… v1.0.0
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… v1.0.0
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 Review Waiting on reviews from the maintainers
#5284 opened Mar 30, 2026 by HalidOdat Member Loading… v1.0.0
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 Review Waiting on reviews from the maintainers
#5280 opened Mar 28, 2026 by akshatnathani Loading… v1.0.0
fix(string): add maximum length limit to JsString to prevent OOM crashes 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
#5277 opened Mar 28, 2026 by abhinavs1920 Contributor Draft v1.0.0
Fix docs spanned source text C-Documentation update documentation Waiting On Review Waiting on reviews from the maintainers
#5268 opened Mar 27, 2026 by Chaitanya-Parab Loading… v1.0.0
fix( /remaining): convert panics to EngineError::Panic using js_expect C-VM Issues and PRs related to the Boa Virtual Machine. Waiting On Review Waiting on reviews from the maintainers
#5267 opened Mar 27, 2026 by KaustubhOG Contributor Draft v1.0.0
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… v1.0.0
fix(runtime): support cloning DataView objects C-Builtins PRs and Issues related to builtins/intrinsics 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
#5235 opened Mar 23, 2026 by yush-1018 Contributor Loading… v1.0.0
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… v1.0.0
feat: console.table implementation 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 Review Waiting on reviews from the maintainers
#5218 opened Mar 22, 2026 by hunterchen7 Loading… v1.0.0
fix(fetch): handle BufferSource bodies in Response 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
#5217 opened Mar 21, 2026 by iammdzaidalam Contributor Loading… v1.0.0
Perf/call opcode benchmarks C-Benchmark Issues and PRs related to the benchmark subsystem. C-Builtins PRs and Issues related to builtins/intrinsics C-Documentation update documentation C-Javascript Pull requests that update Javascript code 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 Review Waiting on reviews from the maintainers
#5205 opened Mar 21, 2026 by MayankRaj435 Draft v1.0.0
fix(fetch): reject Request body for GET and HEAD methods 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
#5201 opened Mar 21, 2026 by HiteshShonak Contributor Loading… v1.0.0
[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 Review Waiting on reviews from the maintainers
#5199 opened Mar 21, 2026 by Vellumic Contributor Draft v1.0.0
ProTip! Adding no:label will show everything without a label.