Commits
User selector
Commit History
Commits on Jun 8, 2026
[JSC] Propagate "singleton" invalidation to originating SymbolTable
Show description for 6da8eadcommitted
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 15, 2026
[JSC] Simplify bytecode writer
Show description for 83e85f8committed
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 26, 2026
[JSC] Remove createSuppressedError builtin
Show description for d1ec7b5committed
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 21, 2026
[Build Speed] Minimize includes in CodeBlock.h, JSCJSValue.h, JSCJSValueInlines.h, and VM.h
Show description for 9f2eb90committed
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 10, 2026
Removed a bunch of unnecessary smart pointers
Show description for 38c90efcommitted
Commits on Apr 5, 2026
[JSC] Propagate InstanceFieldEvalContext through arrows and nested scopes
Show description for c3f07dfcommitted
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 26, 2026
[JSC] Remove dead `thisRegister` mov in `emitCallImpl` / `emitConstructImpl` spread paths
Show description for 86925a3committed
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 18, 2026
[JSC] Nested using blocks lose outer disposals
Show description for 57a48c3committed
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 9, 2026
Adopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
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 28, 2026
Make assorted class members const Ref[Ptr] in JavaScriptCore
Show description for 125b0edcommitted
Commits on Feb 26, 2026
[JSC] Remove redundant to_string in single-expression template literals
Show description for c89babbcommitted