Commits
User selector
Commit History
Commits on Jun 8, 2026
[JSC] Carry non-primary TimeZone in TemporalZonedDateTime
Show description for c39b3d4committed[JSC] Update async generator code aligned to the spec
Show description for d096ff9committedHeap needs to protect swaped JSString Impls for GCOwnedDataScope
Show description for e69c479committed[JSC] Propagate "singleton" invalidation to originating SymbolTable
Show description for 6da8eadcommitted
Commits on Jun 6, 2026
[JSC][Temporal] `Intl.DateTimeFormat` Temporal formatters lose requested era width
Show description for 9cd3289committed[JSC] `Intl.DateTimeFormat` Temporal pattern generation should pass the calendar to ICU in BCP47 form
Show description for 45b6383committed[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[JSC][Temporal] Spec-align Temporal option helpers, Duration internals, and remove unused TemporalTimeZone classes
Show description for 063066dcommitted[JSC] Temporal conversion should use toIntegerWithTruncation
Show description for 6626799committed[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
Commits on Jun 4, 2026
[JSC] Need to define destroy function for TemporalZonedDateTime
Show description for 1c8ae98committed[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 51cc3fecommitted
Commits on Jun 3, 2026
[CMake] Tune prefix headers
Show description for 9238babcommitted[JSC] Use in-place JSBigInt for BigInt increment and decrement
Show description for 9923753committed[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[JSC] Data race in WaiterListManager::unregister
Show description for 21ab50ecommitted[JSC] Fix undefined behavior in double-to-int conversions
Show description for 3825a1acommitted[JSC] `matchAll` fast path should not skip `SpeciesConstructor` when RegExp species watchpoint is invalidated
Show description for 66b6132committedNon-unified build fixes for June 2nd, 2026
Show description for 8faff77committed[JSC] Add foundation of handling builtin iterators in fast-iteration-protocol
Show description for 3d1bebdcommitted[JSC] Iterator.prototype.inclues should throw RangeError if skippedElements > Number.MAX_SAFE_INTEGER
Show description for 40a1acbauthored andcommitted
Commits on Jun 1, 2026
[JSC] TemporalTimeZone should be destructible
Show description for 4f41ed4committed[JSC] Map/Set iterator fast path in `forEachInIteratorProtocol` should perform IteratorClose when the callback throws
Show description for 87547f9committed[JSC] Move String#matchAll to C++
Show description for 31e3818committed[JSC] Add String fast iteration
Show description for 4a78130committed