Commits
User selector
Commit History
Commits on Jun 8, 2026
[JSC] Update async generator code aligned to the spec
Show description for d096ff9committed
Commits on Jun 3, 2026
[JSC] Restore JS builtins for next() functions
Show description for 0047d96committed
Commits on Jun 2, 2026
[JSC] MapIterator / SetIterator should be handled in DFG
Show description for 300fd8ccommitted
Commits on Jun 1, 2026
[JSC] Move String#matchAll to C++
Show description for 31e3818committed[JSC] Add String fast iteration
Show description for 4a78130committed[JSC] Implement `String#search` in C++
Show description for c800622committedUnreviewed, reverting 314243@main (17e27ee7cfd3)
Show description for 8ed5bbecommitted
Commits on May 31, 2026
[JSC] Apply C-preprocessor to JS builtin files
Show description for 17e27eecommitted
Commits on May 20, 2026
[JSC] Fix / Update iterator return function call's arguments
Show description for 918d694committed
Commits on May 16, 2026
[JSC] Implement `String#match` in C++
Show description for 1440f86committed
Commits on May 14, 2026
[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] Move WebAssembly.instantiateStreaming / WebAssembly.compileStreaming to C++
Show description for 24cf2e5committed
Commits on May 8, 2026
[JSC] Implement `String#split` in C++
Show description for 1a01603committed
Commits on Apr 29, 2026
[JSC] Clean up AsyncIterator asyncDispose
Show description for 69c48a2committed
Commits on Apr 27, 2026
[JSC] Add JSFullPromiseReaction and JSSlimPromiseReaction
Show description for 61a8875committed[JSC] Add Map / Set fast iteration
Show description for 4337048committed[JSC] Remove @isArraySlow
Show description for 370fcabcommitted[JSC] Move symbolHasInstance to C++
Show description for e14f985committed
Commits on Apr 26, 2026
[JSC] Remove createSuppressedError builtin
Show description for d1ec7b5committed
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 16, 2026
[JSC] Remove JSInternalPromise
Show description for d36f217committed
Commits on Apr 14, 2026
[JSC] Rewrite module loader
Show description for 4a63810authored andcommitted
Commits on Apr 5, 2026
[JSC] Propagate InstanceFieldEvalContext through arrows and nested scopes
Show description for c3f07dfcommitted
Commits on Mar 31, 2026
[JSC] Fix test262 failure: test/staging/sm/TypedArray/iterator-next-with-detached.js
Show description for 6117e70authored andcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 20, 2026
Unreviewed, revert 297750@main
Show description for 1b67131committed
Commits on Mar 19, 2026
[JSC] Fix stack overflow in AsyncDisposableStack.prototype.disposeAsync
Show description for 9a3b8c6committed
Commits on Mar 18, 2026
[JSC] Fix spec conformance bugs in Explicit Resource Management builtins
Show description for 064f2d4committed
Commits on Mar 17, 2026
[JSC] Implement `await using` syntax from Explicit Resource Management proposal
Show description for 92e5222committed
Commits on Mar 13, 2026
[JSC] Add ArrayIsArray intrinsic for Array.isArray
Show description for b7c9035committed
Commits on Mar 10, 2026
[JSC] Implement `using` syntax from Explicit Resource Management proposal
Show description for 4ca7559committed
Commits on Mar 1, 2026
[JSC] Fix WebAssembly.compileStreaming and .instantiateStreaming to accept compileOptions
Show description for 4f51c89committed
Commits on Feb 26, 2026
Unreviewed, reverting 308234@main.
Show description for fcda5f3authored andcommitted
Commits on Feb 25, 2026
[JSC] Fix WebAssembly.compileStreaming and .instantiateStreaming to accept compileOptions
Show description for e075761committed
Commits on Jan 20, 2026
[JSC] `RegExp.prototype [ %Symbol.split% ]` Incorrectly Uses Fast Path when `limit` is not a Number
Show description for d212565authored andcommitted