Commits
User selector
Commit History
Commits on Jun 1, 2026
[JSC] Add String fast iteration
Show description for 4a78130committed[JSC] Implement `String#search` in C++
Show description for c800622committed
Commits on May 30, 2026
[CMake] Unified-source hygiene fixes for larger bundles
Show description for 7d2f95fcommitted
Commits on May 28, 2026
[JSC] Add NewWeakMap and NewWeakSet DFG nodes
Show description for d61d43ecommitted
Commits on May 27, 2026
[JSC] Add ArrayJoin DFG nodes
Show description for 26b192bcommitted
Commits on May 22, 2026
[JSC] Add DFG node for `String.fromCodePoint`
Show description for 93a4fbecommitted
Commits on May 20, 2026
[JSC] Add new `DateNow` DFG node
Show description for d53865ecommitted
Commits on May 19, 2026
[JSC] Implement DFG / FTL ArrayUnshift
Show description for 5965900committed[JSC] Implement ArrayShift DFG node
Show description for dfe5dc6committed
Commits on May 18, 2026
[JSC] Add StringSubstr DFG node
Show description for 4d1b8f9committed
Commits on May 16, 2026
[JSC] Implement `String#match` in C++
Show description for 1440f86committed
Commits on May 15, 2026
[JSC] Cache result of Symbol.prototype.toString
Show description for 5e57a58committed
Commits on May 14, 2026
[JSC] Optimize initial `then` call
Show description for c3276f4committed[JSC] Do not allocate promise reaction when it is initial `then` calls and one handler attachment
Show description for 3f9955fcommitted
Commits on May 13, 2026
[JSC] Extract fields of descriptor in Object.defineProperty in DFG / FTL
Show description for 93e2909committed
Commits on May 11, 2026
[JSC] Inline small sorting in DFG / FTL
Show description for cab7a45committed
Commits on May 8, 2026
[JSC] Implement `String#split` in C++
Show description for 1a01603committed
Commits on May 4, 2026
[JSC] Add Array#concat DFG nodes
Show description for 94e35cfcommitted
Commits on Apr 29, 2026
[JSC] Add String#lastIndexOf optimizations
Show description for 5efecc3committed
Commits on Apr 23, 2026
[JSC] Optimize returned promise from async function when it does not have await
Show description for 19dc01acommitted
Commits on Apr 2, 2026
Add an instrinsic for toUpperCase
Show description for 47263c1committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 13, 2026
[JSC] Add ArrayIsArray intrinsic for Array.isArray
Show description for b7c9035committed
Commits on Mar 4, 2026
[JSC] Add PerformPromiseThen node in DFG / FTL
Show description for c1df92dcommitted
Commits on Feb 9, 2026
[JSC] Hanlde RegExp flag getters in DFG/FTL and IC
Show description for 1fe86a2committed
Commits on Feb 6, 2026
[JSC] Optimize `String#endsWith` in DFG/FTL
Show description for 9018651committed
Commits on Feb 5, 2026
[JSC] Remove op_rest_length
Show description for 7424a48committed
Commits on Feb 3, 2026
[JSC] Unify NewGenerator and NewAsyncGenerator into NewInternalFieldObject
Show description for 158fbd1committed
Commits on Jan 29, 2026
[JSC] Handle `Object.defineProperty` in DFG/FTL
Show description for b1703edcommitted
Commits on Jan 28, 2026
[JSC] Optimize `Set#size` and `Map#size` in DFG/FTL and IC
Show description for 2e2c235committed[JSC] Optimize `String#startsWith` in DFG/FTL
Show description for 1f7d7d5committed
Commits on Jan 13, 2026
[JSC] FTL Phis need to support storage
Show description for 00c0addcommitted
Commits on Dec 16, 2025
Unreviewed, reverting 304079@main (91036c3fd112)
Show description for 86f8bb1committed
Commits on Dec 8, 2025
[JSC] Implement `String.prototype.concat` in C++
Show description for 91036c3committed
Commits on Nov 20, 2025
Array allocation sinking materialize needs to work without exitOK
Show description for bef9d70committed