Commits
User selector
Commit History
Commits on Jun 1, 2026
Unreviewed, reverting 314243@main (17e27ee7cfd3)
Show description for 8ed5bbecommitted
Commits on May 31, 2026
[JSC] Apply C-preprocessor to JS builtin files
Show description for 17e27eecommitted
Commits on Jan 9, 2026
[JSC] Implement `Array.prototype.flat` in C++
Show description for 546d47acommitted
Commits on Sep 22, 2025
Unreviewed, Revert "[JSC] Implement `Array.prototype.flat` in C++"
Show description for 00ec37ecommitted
Commits on Aug 1, 2025
[JSC] Implement `Array.prototype.flat` in C++
Show description for 7b9df2fcommitted
Commits on Apr 25, 2025
[JSC] Implement `Array#toSpliced` in C++
Show description for c52c8eecommitted
Commits on Mar 7, 2025
[JSC] Implement `Array.prototype.copyWithin` in C++
Show description for db79b71committed
Commits on Feb 23, 2025
[JSC] Implement `Array.prototype.includes` in C++
Show description for febcbadcommitted
Commits on Jan 2, 2025
[JSC] Implement `Array.prototype.with` in C++
Show description for c0417a3committed
Commits on Dec 12, 2024
[JSC] Implement `Array.prototype.toSorted` in C++
Show description for 2e3b732committed
Commits on Dec 6, 2024
[JSC] Implement `Array.prototype.toReversed` in C++
Show description for 053d9a8committed
Commits on Dec 2, 2024
[JSC] Implement `Array.prototype.fill` in C++
Show description for 619232fcommitted
Commits on Oct 8, 2024
[JSC] Implement Array#concat in C++
Show description for 1842752committed
Commits on Oct 3, 2024
[JSC] Use `@argumentCount` instead of `arguments.length` in builtin JS
Show description for f687e2bcommitted
Commits on Sep 27, 2024
[JSC] Add fast path for `Array.prototype.with`
Show description for d9f9220committed[JSC] Check if the species watchpoint is valid before `array.concat()` fast path
Show description for e7aeca7committed
Commits on Sep 23, 2024
[JSC] Add fast path for `array.concat()`
Show description for 2135954committed
Commits on Apr 23, 2024
[JSC] Rewrite Array#sort
Show description for 7726722committed
Commits on Nov 1, 2023
[JSC] Add @alwaysInline attribute
Show description for 6cb56eecommitted
Commits on Jun 29, 2023
[JSC] rename Array#group/Array#groupByToMap to Object.groupBy/Map.groupBy
Show description for 8f5c359committed
Commits on Oct 4, 2022
[JSC] Introduce new_array_with_species bytecode and optimize it through all tiers
Show description for 3c9c31dcommitted
Commits on Aug 4, 2022
[JSC] Rename Array#groupBy to Array#group and enable them
Show description for 317e700committed
Commits on Jul 28, 2022
[JSC] TypedArray change-array-by-copy should be C++
Show description for 9bbad8acommitted
Commits on Jul 19, 2022
rename @globalPrivate to @linkTimeConstant for more accuracy
Show description for 4af19eccommitted
Commits on Apr 12, 2022
Implement Change Array by copy proposal
Show description for 9ab5cfeauthored andcommitted
Commits on Feb 15, 2022
`Array#{ groupBy, groupByToMap }` should throw a `TypeError` when `this` is `null` or `undefined`
Show description for 2ad1ac8committed
Commits on Dec 16, 2021
Implement Array.prototype.groupBy and Array.prototype.groupByToMap
Show description for 96e383ccommitted
Commits on Jul 15, 2021
Implement Array.prototype.findLast and Array.prototype.findLastIndex
Show description for dea74fdcommitted
Commits on Feb 27, 2021
[JSC] Avoid creating functions unnecessarily in builtins
Show description for 0f761a7committed
Commits on Feb 7, 2021
[JSC] Replace toInteger with toIntegerOrInfinity
Show description for 3c8fd7ccommitted
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 14, 2020
Use @putByValDirect instead of Array.prototype.@push in built-ins
Show description for 7af2659committed
Commits on Oct 12, 2020
Commits on Oct 1, 2020
[JSC] Define Array#sort's implementation functions as globalPrivate
Show description for e7efa1bcommitted