summaryrefslogtreecommitdiff
path: root/js/src/vm/SelfHosting.cpp
Commit message (Expand)AuthorAge
* Issue #1442 - Part 3: Implement ReadableStream and associated classes in the ...Brian Smith2023-09-27
* Issue #1442 - Part 1: Change ArrayBufferCopyData self-hosting intrinsic to ta...Brian Smith2023-09-27
* Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
* Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString.Brian Smith2023-07-25
* Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.Brian Smith2023-07-24
* Issue #2271 - Use declared names of self-hosted functions for cloningMartok2023-07-13
* Issue #2271 - Separate cloning of native and interpreted functionsMartok2023-07-13
* Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle o...Martok2023-06-30
* Issue #1819 - Further align Intl.Locale to specMartok2023-06-30
* Issue #2259 - Performance improvements in LocaleMartok2023-06-30
* Issue #1819 - Implement Intl.Locale proposalMartok2023-06-30
* Issue #2259 - process Unicode langtags and locale identifiers according to BC...Martok2023-06-30
* Issue #2259 - Improve ResolveLocale performance when initializing the default...Martok2023-06-30
* Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMA...Martok2023-06-29
* Issue #2259 - Implement caseFirst option in Intl.CollatorMartok2023-06-29
* Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensionsMartok2023-06-29
* Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th editionMartok2023-06-29
* Issue #1691 - Part 4: Finish implementing call import.Brian Smith2023-04-27
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptBrian Smith2023-04-27
* Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.*Martok2023-02-16
* Issue #2046 - Move Intl.RelativeTimeFormat functionality into builtin/intl/Re...Martok2023-02-16
* Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRul...Martok2023-02-16
* Issue #2046 - Move Intl.DateTimeFormat functionality into builtin/intl/DateTi...Martok2023-02-16
* Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.*Martok2023-02-15
* Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFo...Martok2023-02-15
* Issue #2089 - Implement the Promise.any combinatorMartok2023-02-01
* No issue - Cleanup unused function exports to self-hosted globalMartok2023-01-21
* Issue #1285 - Implement named capturing groups for replacingMartok2022-12-21
* Revert "Issue #1676 - Part 8: Fix up include for selfhosted.out.h"Moonchild2022-09-05
* Issue #1969 - Implement Intl.RelativeTimeFormat.Job Bautista2022-07-25
* Issue #1952 - m-c 1365387: Optimize FinishBoundFunctionInit by delaying atomi...Martok2022-07-01
* Issue #1726 - Implement String.replaceAll()meatloaf2021-02-04
* [js] Remove unused promise selfhosting functions.Moonchild2021-01-30
* Issue #1701 - Implement Intl.PluralRules APIMoonchild2020-12-22
* Revert "Issue #1691 - Part 1: Provide a way of associating a private value wi...Moonchild2020-11-28
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptMoonchild2020-11-27
* Issue #1676 - Part 8: Fix up include for selfhosted.out.hMatt A. Tobin2020-11-03
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #618 - Simplify module resolve hook to be a function pointerMoonchild2020-08-06
* Issue #618 - Use a single slot for the module's environment object.Moonchild2020-07-08
* Issue #618 - Align error handling for module scripts with the spec (again)Moonchild2020-07-08
* Issue #618 - Report source position information (line/column)Moonchild2020-07-04
* Issue #618 - Align module instantiation/errors with the updated spec.Moonchild2020-07-03
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting Pro...Gaming4JC2019-12-17
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12
* Merge branch 'master' into js-moduleswolfbeast2019-11-10
|\
| * 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18
| * 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18