Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 9, 2026
Adopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
Commits on Feb 22, 2026
[JSC] Implement Quick DFG Tier-Up for proven-stable functions
Show description for 1837781committed
Commits on Dec 24, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 2)
Show description for 67be849committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Nov 3, 2025
Support setting safeToCompareToEmptyOrDeleted in MemberBasedHash
Show description for acb1c76committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on Dec 9, 2024
Unreviewed, Revert 287449@main
Show description for 48c752dcommitted
Commits on Dec 6, 2024
Cut unneeded includes from Lock.h, PersistentCoder.h, ThreadingPrimitives.h
Show description for cb22abbcommitted
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Sep 26, 2024
[GTK] Unreviewed non-unified build fix
Show description for fd2f10acommitted
Commits on Sep 23, 2024
[JSC] Use ObjectIdentifier for Profiler::UID
Show description for 89d48d6committed
Commits on Sep 4, 2024
[JSC] Use FixedVector / span directly instead of unlinkedValueProfile etc.
Show description for 87225a4committed
Commits on Aug 5, 2024
Add mechanism to automatically convert Enums to Strings for printing
Show description for f5716c3committed
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on Jun 7, 2024
Use "= default" for constructor and destructor in more JSC code
Show description for 0710c9fcommitted
Ahmad Saleem
Commits on Apr 1, 2024
Drop String::fromUTF8() overloads taking in a raw pointer and a size
Show description for df2cc08committed
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Nov 17, 2023
Regression(267645@main) ~3MB increase in binary size
Show description for 4dacd4acommitted
Commits on Oct 5, 2023
[JSC] Remove locking for profile updates
Show description for d62f981committed
Commits on Sep 5, 2023
Let the compiler generate more comparison operators in JSC
Show description for e9e9369committed
Commits on Jul 6, 2023
Unreviewed, reverting 265800@main.
Show description for 9ea2a85authored andcommittedUnreviewed, reverting 265586@main.
Show description for 422ff29authored andcommitted
Commits on Jul 3, 2023
Unreviewed. Fix non-unified build
Show description for ea6eb5fcommitted
Commits on Jun 28, 2023
[JSC] Use JSONValues for Bytecode Profiler output instead of JSC's JSON
Show description for 9272021committed
Commits on May 6, 2023
Take advantage of C++20 and define only == and let the compiler define !=
Show description for 6e8fa52committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Aug 23, 2022
Introduce WTF::CodePtr and use it to replace MetaAllocatorPtr, MacroAssemblerCodePtr, and FunctionPtr.
Show description for 096596fcommitted
Mark Lam
Commits on Apr 8, 2022
Reduce number of StringView to String conversions in JSC
Show description for 2a269edcommitted
Commits on Mar 16, 2022
[JSC] Add UnlinkedDFG compilation mode enum
Show description for f15f9d8committed
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committed
Commits on Sep 15, 2021
Move some profiling to UnlinkedCodeBlock
Show description for 0bdcc56committed