Commits
User selector
Commit History
Commits on Jun 8, 2026
[JSC] Propagate "singleton" invalidation to originating SymbolTable
Show description for 6da8eadcommitted
Commits on Jun 7, 2026
[CMake] Fix x86_64 build
Show description for 4a44155committed
Commits on Jun 6, 2026
[JSC][Temporal] `Intl.DateTimeFormat` Temporal formatters lose requested era width
Show description for 9cd3289committed[JSC] `FreeList::forEach` interval assert should be bounded by `MarkedBlock::blockSize`
Show description for 4d73bc1committed[JSC] `Intl.DateTimeFormat` Temporal pattern generation should pass the calendar to ICU in BCP47 form
Show description for 45b6383committed[YARR] String list fast path drops a non-final empty alternative
Show description for e6d0f57committed[JSC][Temporal] Remove one-line TemporalCore delegate wrappers
Show description for 2e83baacommitted[JSC] NativeExecutable should have name and length in the same way to FunctionExecutable
Show description for a633a8acommitted
Commits on Jun 5, 2026
[JSC] Date and DateSpecYearMonth both require a DateYear
Show description for 544a3bfcommitted[Yarr] YarrInterpreter Greedy backtracking should finish its parentheses by trying up to max count
Show description for 5fe4838committed[JSC][Temporal] Spec-align Temporal option helpers, Duration internals, and remove unused TemporalTimeZone classes
Show description for 063066dcommitted[JSC] Fix opcode assert for Array.p.sort OSR exit
Show description for e7d51d1committed[JSC] Temporal conversion should use toIntegerWithTruncation
Show description for 6626799committed[JSC] Optimize the layout of Parser and Lexer
Show description for 8243c6bcommitted[JSC] Fix non-unified build due to incomplete use of class JSC::JSGlobalObject
Show description for ee637a6committed[JSC] Use C++20 concepts across JSC code
Show description for ab23e0ecommittedUnreviewed, fix unified build in some cases
Show description for 6c8b20ecommitted[JSC][Temporal] `PlainDate` add/subtract with a huge day count fails a day-range assertion
Show description for 2c29081committed[JSC] `ISO8601::parseDate` reads past the end of the buffer for short invalid strings
Show description for d58bad6committed[JSC] Make Temporal ICU error handling more strict
Show description for 178eab3committedUse `WTF::toArray()` instead of C-style arrays in JavaScriptCore
Show description for f582e48committed[CMake][Mac] Purge most @no-unify
Show description for 1457fd9committed[JSC] Optimize the layout of InlineCacheHandler
Show description for 8cb7e38committed
Commits on Jun 4, 2026
Unreviewed, reverting 314554@main (c9e9995641cc)
Show description for 653a36acommitted[JSC] Need to define destroy function for TemporalZonedDateTime
Show description for 1c8ae98committed[YARR] Change FixedCount model from save-at-END to save-at-BEGIN
Show description for a92d79bcommitted[Wasm] Reduce FuncRefTable entry size
Show description for 8abf525committedTake further steps to improve build parallelism
Show description for c9e9995authored andcommitted
[Wasm] OMG tail call patchpoint needs to clobber late pinned registers.
Show description for c18d1e3committed[Wasm] `Table` constructor should fill funcref tables when the default value is a wrapper function
Show description for 7a35a16committed[JSC][Temporal] Implement Temporal.ZonedDateTime
Show description for 27ac373committed[JSC] Promise jobs must not run with the realm of a cross-realm settle site
Show description for 51cc3fecommittedUnreviewed, reverting 314513@main (de8227087714)
Show description for 32bfeb7committed[JSC] Optimize the layout of InlineCacheHandler
Show description for de82270committed
Commits on Jun 3, 2026
[YARR] Fix NonGreedy backtracking
Show description for 95d8076committed