Commits
User selector
Commit History
Commits on Aug 27, 2021
Float32Arrays.sort() return undefined when length < 2
Show description for 4ade0bbcommitted
Commits on Aug 22, 2021
[JSC] Remove Intl runtime feature flags for already shipped ones
Show description for f38367dcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 15, 2021
Implement Array.prototype.findLast and Array.prototype.findLastIndex
Show description for dea74fdcommitted
Commits on Jun 8, 2021
Introduce LexicalScopeFeatures to enable future bytecode optimizations
Show description for 31f8572committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Apr 26, 2021
%TypedArray%.prototype.sort() should not use a regular array as a temp buffer.
Show description for 4f9aebecommitted
Mark Lam
Commits on Apr 2, 2021
Reduce bytecode instruction count emitted for `class extends`
Show description for bec8ec6committed[WTF] Introduce RobinHoodHashTable
Show description for 4fb6881committed
Commits on Mar 2, 2021
Reduce promise reaction memory usage when there are multiple reactions
Show description for d7dedfecommitted
Commits on Feb 27, 2021
[JSC] Avoid creating functions unnecessarily in builtins
Show description for 0f761a7committed[JSC] Avoid function allocations for non-user-provided Promise then callbacks
Show description for bb6760acommitted
Commits on Feb 23, 2021
Move asyncModuleEvaluation into its own function and use intrinsic constants
Show description for bb24963committed
Commits on Feb 22, 2021
Implement the Top-level await proposal
Show description for 9060f3ccommitted
Commits on Feb 18, 2021
[JSC] Implement private static method
Show description for c9cb591committed
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Feb 7, 2021
[JSC] Replace toInteger with toIntegerOrInfinity
Show description for 3c8fd7ccommitted
Commits on Feb 4, 2021
[JSC] Implement Object.entries in C++
Show description for cd4c504committed
Commits on Feb 2, 2021
[JSC] TypedArray#fill should be implemented in C++
Show description for 6562f05committed
Commits on Feb 1, 2021
[JSC] Implement BigInt64Array and BigUint64Array
Show description for 5a13e56committed
Commits on Jan 28, 2021
[JSC] Add JSPromise::rejectedPromise
Show description for 83379fbcommittedWebAssembly: add support for stream APIs
Show description for 9783bd1committed
Commits on Jan 27, 2021
[JSC] Remove InspectorInstrumentation object
Show description for ebddfffcommitted
Commits on Jan 9, 2021
Implement @copyDataProperties in C++ to optimize object rest / spread
Show description for c644aefcommitted
Commits on Dec 15, 2020
Switch to using a linked list for the TDZ environment instead of a Vector
Show description for 25f7554committed
Commits on Dec 1, 2020
Making module entry promise-like by setting "then"
Show description for e2a3ea6committed
Commits on Nov 19, 2020
[JSC] Reinstate String#at
Show description for 9ce3e44committed
Commits on Nov 6, 2020
Re-enable SharedArrayBuffer for JSC shell and Testers
Show description for 369f05ecommitted
Commits on Nov 4, 2020
Drop most uses of the phrase 'neuter' from the tree
Show description for 94cec53committed
Commits on Oct 20, 2020
[JSC] Rename item() to at() and move it behind a flag
Show description for c4773b2committed%TypedArray%#sort helper functions should be globalPrivate
Show description for a690ef6committed
Commits on Oct 17, 2020
Ensure %TypedArray% essential internal methods adhere to spec
Show description for faf27f0committed
Commits on Oct 15, 2020
REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-property.js failing on test262 bots
Show description for 32e7959committed
Commits on Oct 14, 2020
Use @putByValDirect instead of Array.prototype.@push in built-ins
Show description for 7af2659committed