Commits
User selector
Commit History
Commits on Jun 5, 2026
[JSC][Temporal] Spec-align Temporal option helpers, Duration internals, and remove unused TemporalTimeZone classes
Show description for 063066dcommitted
Commits on Jun 4, 2026
[JSC][Temporal] Implement Temporal.ZonedDateTime
Show description for 27ac373committed
Commits on May 14, 2026
[JSC][Temporal] Fix fractionToDouble for large denominators and consolidate ZonedDateTime diff
Show description for 7f9fbe7committed[JSC][Temporal] Add duration rounding, calendar field resolution, and date-time difference algorithms
Show description for 20ca333committed
Commits on May 12, 2026
[JSC][Temporal] Add ICU calendar and timezone bridge layer: CalendarICUBridge, TimeZoneICUBridge
Show description for 15fb1d8committed
Commits on May 9, 2026
[JSC][Temporal] Add pure C++ core layer: Rounding, ISOArithmetic, InstantCore, CalendarArithmetic
Show description for f0994a7committed
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Apr 9, 2026
Unreviewed, reverting 310853@main (598cf71bca5d)
Show description for 385569bcommitted[JSC] Fix testwasmdebugger ATP build - Private headers and codesign failure for testapiScripts
Show description for 598cf71committed
Commits on Apr 5, 2026
Drop WTF::Unexpected in favor of std::unexpected
Show description for 0655a1dcommitted
Commits on Mar 30, 2026
Enhance MarkedVector's interface to more closely match Vector's.
Show description for 4bd1aabauthored andcommitted

Commits on Feb 19, 2026
Adopt `NODELETE` annotation in more places in JavaScriptCore/
Show description for 55e71c0committed
Commits on Jan 14, 2026
[JSC] Loading from bytecode cache does not set threshold for jitting
Show description for e064403committed
Commits on Jan 7, 2026
REGRESSION(305160@main): Caused CLoop testapi to fail
Show description for 08c3671committed
Commits on Jan 6, 2026
[JSC][Wasm][Debugger] Implement multi-VM stop-the-world debugging
Show description for e51159ccommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 12, 2025
Modernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for c739fc1committed
Commits on Dec 11, 2025
Unreviewed, reverting 304287@main.
Show description for f5a0bdaauthored andcommittedModernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for 8b9bc96committed
Commits on Nov 20, 2025
Quality of life improvement to skip some bytecode cache tests in testapi.
Show description for 54d0ad5committed
Mark Lam
Commits on Oct 27, 2025
REGRESSION(Tahoe): CLoop build-and-test regressed
Show description for adc6cc4committed
Commits on Oct 24, 2025
(Re-land) It should not be possible to make a WTF::Function or WTF::CompletionHandler from an Objective-C block in Objective-C++
Show description for 18ea4d1committed
Commits on Oct 20, 2025
Unreviewed, reverting 301813@main (fc7a43367612)
Show description for 1d9cc22committedIt should not be possible to make a WTF::Function or WTF::CompletionHandler from an Objective-C block in Objective-C++
Show description for fc7a433committed
Commits on Oct 7, 2025
Fix race condition in testVMManagerStopTheWorld().
Show description for 2418182committed
Mark Lam
Commits on Oct 5, 2025
Implement a Stop the World mechanism for JSC.
Show description for 2e80a20committed
Mark Lam
Commits on Oct 3, 2025
Reduce references to UChar and LChar
Show description for ad89f25committed
Commits on Sep 17, 2025
[Safer CPP] Use globalDispatchQueueSingleton() instead of dispatch_get_global_queue()
Show description for 80b2a13committed
Commits on Sep 15, 2025
Address more Safer CPP warnings in platform/
Show description for ff428d7committed
Commits on Aug 28, 2025
Consolidate definitions of `typedef struct objc_object* id`
Show description for 776914aauthored andcommitted
Commits on Aug 21, 2025
Avoid GNU folding constant warnings
Show description for 59fdb34committed
Commits on Jul 22, 2025
Use Copy File build phases instead of rsync to copy testapiScripts
Show description for 9347e59authored andcommitted
Commits on Jul 18, 2025
add support for import.meta.url to jsc CLI
Show description for 6da719bcommitted
Commits on Jul 17, 2025
testJSScriptURL() should assert that script1 is not nil
Show description for 96b1923authored andcommitted