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

Update example GIF in README Waiting On Review Waiting on reviews from the maintainers
#5440 opened Jul 20, 2026 by sanjanachitta Loading… v1.0.0
feat(engine): add WeakJsObject weak reference type Waiting On Review Waiting on reviews from the maintainers
#5437 opened Jul 19, 2026 by GordonYuanyc Loading… v1.0.0
chore(deps): bump lz4_flex from 0.13.1 to 0.14.0 C-Dependencies Pull requests that update a dependency file Waiting On Review Waiting on reviews from the maintainers
#5436 opened Jul 18, 2026 by dependabot Bot Loading… v1.0.0
chore(deps): bump the rust-dependencies group with 2 updates C-Dependencies Pull requests that update a dependency file Waiting On Review Waiting on reviews from the maintainers
#5435 opened Jul 18, 2026 by dependabot Bot Loading… v1.0.0
chore(deps): bump actions/setup-node from 6.4.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
#5434 opened Jul 18, 2026 by dependabot Bot Loading… v1.0.0
chore(deps): bump the ci-dependencies group with 2 updates 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
#5433 opened Jul 18, 2026 by dependabot Bot Loading… v1.0.0
perf: fuse relational if/ternary conditions into a compare-branch 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
#5432 opened Jul 17, 2026 by hansl Contributor Loading… v1.0.0
perf: use mimalloc as the global allocator on macOS A-Memory PRs and Issues related to the memory management or memory footprint. C-Benchmark Issues and PRs related to the benchmark subsystem. C-CLI Issues and PRs related to the Boa command line interface. C-Dependencies Pull requests that update a dependency file Waiting On Review Waiting on reviews from the maintainers
#5431 opened Jul 16, 2026 by hansl Contributor Loading… v1.0.0
Add console.exception() as alias for console.error() 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
#5425 opened Jul 5, 2026 by mmustafasenoglu Loading… v1.0.0
feat(wintertc): migrate structuredClone, queueMicrotask and timers 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 Review Waiting on reviews from the maintainers
#5419 opened Jul 1, 2026 by KaustubhOG Contributor Loading… v1.0.0
expose fractionalSecondDigits as a property of resolvedOptions() 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
#5414 opened Jun 26, 2026 by camilojd Loading… v1.0.0
perf: add fast path to OrdinaryGet Waiting On Review Waiting on reviews from the maintainers
#5413 opened Jun 23, 2026 by Serdnad Loading… v1.0.0
Refactor methods related to localized strings in Date 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
#5411 opened Jun 21, 2026 by Vellumic Contributor Loading… v1.0.0
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
#5409 opened Jun 20, 2026 by MatrixFrog Contributor 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. Waiting On Review Waiting on reviews from the maintainers
#5408 opened Jun 20, 2026 by mansiverma897993 Contributor Loading… v1.0.0
fix: allow deriving both TryFromJs and TryIntoJs with custom converters C-Tests Issues and PRs related to the tests. Waiting On Review Waiting on reviews from the maintainers
#5403 opened Jun 19, 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 Review Waiting on reviews from the maintainers
#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 Review Waiting on reviews from the maintainers
#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 Review Waiting on reviews from the maintainers
#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 Review Waiting on reviews from the maintainers
#5339 opened Apr 18, 2026 by yush-1018 Contributor Loading… v1.0.0
Align Intl.DateTimeFormat constructor with spec-mandated initialization order 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
#5336 opened Apr 15, 2026 by Vellumic 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 Review Waiting on reviews from the maintainers
#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 Review Waiting on reviews from the maintainers
#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 Review Waiting on reviews from the maintainers
#5322 opened Apr 11, 2026 by Monti-27 Contributor Loading… v1.0.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.