Commits
User selector
Commit History
Commits on Jun 5, 2026
[JSC] Optimize the layout of Parser and Lexer
Show description for 8243c6bcommitted[JSC] Use C++20 concepts across JSC code
Show description for ab23e0ecommitted[JSC] Optimize the layout of InlineCacheHandler
Show description for 8cb7e38committed
Commits on Jun 4, 2026
Unreviewed, reverting 314513@main (de8227087714)
Show description for 32bfeb7committed[JSC] Optimize the layout of InlineCacheHandler
Show description for de82270committed
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
[GLIB] Non-unified build fixes for May 13th 2026
Show description for b2bd22ecommitted
Commits on May 13, 2026
[JSC] Implement static `import defer` semantics
Show description for de45366committed
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on May 6, 2026
Unreviewed, reverting 312444@main.
Show description for 4d3dfedauthored andcommitted
Unreviewed, reverting 312696@main.
Show description for 0553981authored andcommitted
Parse errors in workers should be reported to the parent
Show description for 5f69c9ccommitted[JSC] Fix IIFE detection to avoid false positives on '('
Show description for a44c9c4committed
Commits on May 1, 2026
[JSC] Eagerly build AST for likely IIFEs
Show description for 709e4e7committed
Commits on Apr 30, 2026
[JSC] Add `emitBytecodeInConditionContext` for comma expression
Show description for f3359aecommitted
Commits on Apr 28, 2026
[JSC] More aligning module loader to the spec
Show description for 8af021fcommitted
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 15, 2026
[WPE] Fix non-unified builds.
Show description for 4068b44authored andcommitted
Commits on Apr 14, 2026
[JSC] Rewrite module loader
Show description for 4a63810authored andcommitted
Commits on Apr 8, 2026
[JSC] `import { "*" as x }` should not be treated as a namespace import
Show description for 46479ddcommitted
Commits on Apr 5, 2026
[JSC] Propagate InstanceFieldEvalContext through arrows and nested scopes
Show description for c3f07dfcommitted
Commits on Apr 3, 2026
Use "= default" for destructor in JavaScript Core
Show description for e73b492authored andcommitted
Commits on Apr 2, 2026
Drop redundant `remaining < maxTokenLength` checks in Lexer.cpp
Show description for c446f2dcommitted[JSC] Use makeLatin1Identifier in parseString SIMD fast path
Show description for 72a6faccommittedDrop dead code in `Lexer<T>::lexWithoutClearingLineTerminator()`
Show description for eeb2c39committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 28, 2026
[JSC] Skip redundant RegExp syntax check when reparsing a function
Show description for d1ae339committed
Commits on Mar 27, 2026
[JSC] Use SIMD to scan the entire string literal
Show description for 1665218committed[JSC] Use SIMD to scan multi-character identifiers
Show description for b584681committed
Commits on Mar 24, 2026
[JSC] Fix completion value for bare/labeled/nested break and continue
Show description for 5412318committed[JSC] Do not store m_lastToken
Show description for a3940a0committed
Commits on Mar 18, 2026
[JSC] Improve the performance of maps in VariableEnvironments
Show description for 577296dcommitted