Commits
User selector
Commit History
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 30, 2025
Reduce unsafe buffer usage in WTF
Show description for 0b50860committed
Commits on May 22, 2025
Rename Vector::remove(index) to Vector::removeAt(index)
Show description for f30d291committed
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 Mar 3, 2022
Refactor OpcodeTraits to support the possibility of having 2-byte WASM opcode ids in bytecode streams
Show description for 72c2052committed
Justin Michaud
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 9, 2019
JSC should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF
Show description for 4a3d6e0committed
Commits on Oct 29, 2018
New bytecode format for JSC
Show description for c57dd45committed
Commits on Oct 26, 2018
Unreviewed, rolling out r237479 and r237484.
Show description for 0e37616committedNew bytecode format for JSC
Show description for 83d3012committed
Commits on Oct 28, 2017
Bytecode liveness should live on UnlinkedCodeBlock so it can be shared amongst CodeBlocks
Show description for 7492aa1committed
Commits on Jun 16, 2017
Interpreter methods for mapping between Opcode and OpcodeID need not be instance methods.
Show description for 3962d63committed
Mark Lam
Commits on Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Aug 25, 2016
[DFG][FTL] Implement ES6 Generators in DFG / FTL
Show description for a9880bdcommitted
Loading