Commits
User selector
Commit History
Commits on May 23, 2026
Unreviewed, just making JSC::OrderedHashTable => JSC::JSOrderedHashTable
Show description for 54982d6committed
Commits on May 18, 2026
[JSC] Use OrderedHashMap for ImportEntries / ExportEntries to make errors deterministic
Show description for 4d67159committed
Commits on May 13, 2026
[JSC] Implement static `import defer` semantics
Show description for de45366committed
Commits on May 11, 2026
[WTF] Add OrderedHashTable
Show description for a45c69dcommitted
Commits on Apr 30, 2026
[JSC] Walk star-export graph once when building a module namespace
Show description for 66c577ccommitted
Commits on Apr 28, 2026
[JSC] More aligning module loader to the spec
Show description for 8af021fcommitted
Commits on Apr 20, 2026
Remove JSScriptFetcher and JSScriptFetchParameters
Show description for 407d0fecommittedUnreviewed, use UncheckedKeyHashMap / UncheckedKeyHashSet
Show description for 3d242bccommitted
Commits on Apr 14, 2026
[JSC] Rewrite module loader
Show description for 4a63810authored andcommitted
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 Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jul 31, 2025
[JSC] Fix wrong member access due to DECLARE_VISIT_CHILDREN macro
Show description for b049880authored andcommitted
Commits on Feb 7, 2025
[JSC] Use DestructionMode instead of bool for JSCell::needsDestruction
Show description for e92b51ecommitted
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Aug 16, 2023
[JSC] Enable import-attributes
Show description for 587c5d4committed
Commits on Aug 8, 2022
[JSC] Implement import-assertion and JSON module
Show description for cebdad8committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Feb 22, 2021
Remove unused internal fields from AbstractModuleLoader
Show description for cbff246committedImplement the Top-level await proposal
Show description for 9060f3ccommitted
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Sep 17, 2020
Support export namespace `export * as ns`
Show description for e8755d7committed
Commits on Dec 16, 2019
[JSC] Put DebuggerScope in IsoSubspace
Show description for 57d315acommitted
Commits on Dec 7, 2019
[JSC] Put ModuleRecords in IsoSubspace
Show description for 8ab9995committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Mar 12, 2019
Add Optional to Forward.h.
Show description for 2a9ea4ccommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Apr 18, 2018
Unreviewed, reland r230697, r230720, and r230724.
Show description for aa48223committedUnreviewed, rolling out r230697, r230720, and r230724.
Show description for dc89ab9authored andcommitted
Commits on Apr 17, 2018
[WebAssembly][Modules] Implement function import from wasm modules
Show description for ffb1d57committed[WebAssembly][Modules] Prototype wasm import
Show description for e3d3a48committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Dec 1, 2016
WebAssembly JS API: export a module namespace object instead of a module environment
Show description for bc9b917committed
Commits on Nov 30, 2016
WebAssembly JS API: improve Instance
Show description for dddd582committed
Loading