Commits
User selector
Commit History
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] Add String fast iteration
Show description for 4a78130committed
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 17, 2026
[JSC] Implement dynamic `import.defer()` semantics
Show description for 7f06296committed[JSC] Use `truncateDoubleToInt32`/`64()` in more round-trip double-to-int checks
Show description for a3aa752committed
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] Default derived constructors incorrectly observing Array.prototype[@@iterator]
Show description for cf863e8authored andcommitted
Commits on Apr 30, 2026
[JSC] Add `emitBytecodeInConditionContext` for comma expression
Show description for f3359aecommitted
Commits on Apr 27, 2026
[Build Speed] Fix compilation issues in JSC headers
Show description for d4029d5committed
Commits on Apr 25, 2026
[JSC] Add `emitBytecodeInConditionContext` for optional chaining
Show description for bfab895committed
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 12, 2026
[JSC] Short-circuit assignment should not overwrite read-only locals
Show description for d55d921committed
Commits on Apr 3, 2026
[JSC] Remove redundant mov in await/yield bytecode generation
Show description for 6276c6bcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 25, 2026
[JSC] Skip redundant mov in x == null / x != null bytecode
Show description for 9b8f2a4committed
Commits on Mar 24, 2026
[JSC] Fix DFG crash when function with using declaration ends with return
Show description for 87b7748committed
Commits on Mar 20, 2026
[JSC] for-using statement should not dispose on continue
Show description for 6c959cfcommitted
Commits on Mar 17, 2026
[JSC] Implement `await using` syntax from Explicit Resource Management proposal
Show description for 92e5222committed
Commits on Mar 16, 2026
[JSC] for-using statement should dispose resources when condition is false on first check
Show description for 1389633committed
Commits on Mar 10, 2026
[JSC] Implement `using` syntax from Explicit Resource Management proposal
Show description for 4ca7559committed
Commits on Mar 5, 2026
[JSC] RestParameterNode should use direct binding when possible
Show description for e89865ccommitted
Commits on Mar 4, 2026
[JSC] Add emitBytecodeInConditionContext for ConditionalNode
Show description for ee963cfcommitted
Commits on Feb 26, 2026
[JSC] Remove redundant to_string in single-expression template literals
Show description for c89babbcommitted
Commits on Feb 21, 2026
[JSC] VoidNode should use emitNodeInIgnoreResultPosition for its subexpression
Show description for f13d855committed
Commits on Feb 16, 2026
[JSC] Remove op_tail_call_forward_arguments
Show description for 8bbfb11committed
Commits on Jan 31, 2026
Remove op_end
Show description for 1883cffcommitted
Commits on Jan 26, 2026
Drop unnecessary usage of ternary operator in JavaScriptCore
Show description for c4e25accommitted
Commits on Jan 19, 2026
Allow implicit conversion from RefPtr<T> to T*
Show description for 3e93d47committed
Commits on Jan 14, 2026
[JSC] Merge boolean fields in `JSRegExpStringIterator` into a single bitfield
Show description for 31bc5e6committed
Commits on Jan 1, 2026
[JSC] Embed SuspendReason into State in JSAsyncGenerator
Show description for ea264decommitted
Commits on Dec 31, 2025
[JSC] AsyncGenerator should inline first queue item
Show description for b17f396committed
Commits on Dec 29, 2025
[JSC] Inline async function body when there is no await
Show description for f42c363committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted