Commits
User selector
Commit History
Commits on Dec 22, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 1)
Show description for d5630cecommitted
Commits on Aug 9, 2025
[JSC] Location in JSToken is duplicate information
Show description for a374eebcommitted
Commits on Feb 7, 2024
Destructuring exception shouldn't crash
Show description for 5a241c1committed
Commits on Sep 5, 2023
Let the compiler generate more comparison operators in JSC
Show description for e9e9369committed
Commits on May 6, 2023
Take advantage of C++20 and define only == and let the compiler define !=
Show description for 6e8fa52committed
Commits on Dec 10, 2021
Prepare for transition to C++20
Show description for 396b328committed
Commits on Feb 23, 2021
Non-unified build fixes late February 2021 edition
Show description for ab7171ccommitted
Commits on Feb 22, 2021
Implement the Top-level await proposal
Show description for 9060f3ccommitted
Commits on Jan 15, 2021
[JSC] Correctly handle escaped keyword identifiers
Show description for 9a4d04acommitted
Commits on Dec 6, 2020
[JSC] Accept escaped keywords for class and object property names
Show description for c240d20committed
Commits on Jun 5, 2020
[JSC] Add support for private class fields
Show description for 71128dbcommitted
Commits on Apr 17, 2020
Rename NullishEq / NULLISHEQUAL to CoalesceEq / COALESCEEQUAL to match the spec
Show description for 4f71e42committed
Commits on Apr 15, 2020
[ESNext] Implement logical assignment operators
Show description for 699ddb3committed
Commits on Mar 27, 2020
[JSC] Rename ANDEQUAL to BITANDEQUAL (etc.) throughout frontend
Show description for ea72e42committed
Commits on Mar 17, 2020
JavaScript identifier grammar supports unescaped astral symbols, but JSC doesn’t
Show description for 2adc681committed
Commits on Jan 30, 2020
Parser needs to restore unary stack state when backtracking
Show description for 2801c8acommitted
Commits on Oct 3, 2019
Web Inspector: tests under LayoutTests/inspector/debugger are flaky
Show description for 5d16b7bauthored andcommitted
Commits on Oct 1, 2019
Rename JSTokenType::EXPORT to EXPORT_ to avoid naming conflict with internal header
Show description for 429c234committed
Commits on Aug 18, 2019
[ESNext] Implement optional chaining
Show description for 15c1343committed
Commits on Jul 25, 2019
[ESNext] Implement nullish coalescing
Show description for 9f3df32committed
Commits on Feb 8, 2019
[JSC] SourceProviderCacheItem should be small
Show description for c02c4fdcommitted
Commits on Nov 18, 2018
Unreviewed, rolling in the rest of r237254
Show description for 944f6dfcommitted
Commits on Oct 26, 2018
Unreviewed, rolling out r237445.
Show description for afc8687committedUnreviewed, partial rolling in r237254
Show description for b351632committed
Commits on Oct 19, 2018
Unreviewed, rolling out r237254.
Show description for 3925df2committed
Commits on Oct 18, 2018
[JSC] JSC should have "parseFunction" to optimize Function constructor
Show description for b8a291ccommitted
Commits on Oct 15, 2018
Unreviewed, rolling out r237054.
Show description for 9d35c05committed
Commits on Oct 11, 2018
[JSC] JSC should have "parseFunction" to optimize Function constructor
Show description for 28a710acommitted
Commits on Jul 1, 2018
JavaScriptCore: Fix clang static analyzer warnings: Assigned value is garbage or undefined
Show description for 818d644committed
Commits on Jun 29, 2018
We shouldn't recurse into the parser when gathering metadata about various function offsets
Show description for fbda4bdcommitted
Commits on Dec 12, 2017
[ESNext][BigInt] Implement BigInt literals and JSBigInt
Show description for 5ce0f8dcommitted
Commits on Oct 10, 2017
`async` should be able to be used as an imported binding name
Show description for 9c13615committed
Commits on Oct 9, 2017
Unreviewed, rolling out r223022.
Show description for 3bcb2decommitted
Commits on Oct 7, 2017
`async` should be able to be used as an imported binding name
Show description for 975467acommitted
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed