summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
...
* Issue #1240 - Part 6a - Implement BigInt.prototype.toLocaleString.Brian Smith2023-07-19
* Issue #1240 - Part 5f - Add DataView methods for BigInt access.Brian Smith2023-07-19
* Issue #1240 - Part 5e - BigInt bitwise operators.Brian Smith2023-07-19
* Issue #1240 - Part 5d - Use the radix when parsing BigInts.Brian Smith2023-07-19
* Issue #1240 - Part 5c -Implement ToInt32OrBigInt operation.Brian Smith2023-07-19
* Issue #1240 - Part 5b - BigInt support for basic arithmetic operations.Brian Smith2023-07-19
* Issue #1240 - Part 5a - BigInt to Number conversion.Brian Smith2023-07-19
* Merge branch 'master' into bigint-mergedBrian Smith2023-07-18
|\
| * 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 #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* | Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType.Brian Smith2023-07-13
* | Issue #1240 - Part 3b - Implement WrappingOperations.h for wraparound math op...Brian Smith2023-07-13
* | Issue #1240 - Part 3a - Adjust mozilla::FloatingPoint<T>'s definition.Brian Smith2023-07-13
* | Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects.Brian Smith2023-07-13
* | Issue #1240 - Part 1 - Define a new BigInt primitive type.Brian Smith2023-07-13
|/
* Issue #2255 & #1240 - Simplify and enhance Maybe and Some().Brian Smith2023-07-04
* [multiple] Update Intl tests.Moonchild2023-07-02
* Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265Moonchild2023-07-02
* Merge pull request 'Intl API Updates' (#2265) from martok/UXP-contrib:intl-up...Moonchild2023-07-02
|\
| * 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 for LanguageTag parsingMartok2023-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 #2195 - Add support for hourCycle to Intl.DateTimeFormatMartok2023-06-30
| * Issue #2259 - Improve ResolveLocale performance when initializing the default...Martok2023-06-30
| * Issue #2259 - Support Unicode extensions with multiple value subtags in BCP47...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 #2259 - Introduce helper for self-hosted hasOwnProperty calls in intlMartok2023-06-29
| * Issue #2259 - Adjust self-hosted Array.prototype.sort to ES2018Martok2023-06-29
| * Issue #2259 - Add JS::StackGCVector and JS::RootedVectorMartok2023-06-29
| * Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return ...Martok2023-06-29
| * Issue #1969 Follow-Up: Error reporting arguments in RelativeTimeFormat/DateTi...Martok2023-06-29
* | Fix debug buildsMoonchild2023-06-28
* | Avoid TLS lookups when checking if zones need to be marked for GC.Moonchild2023-06-27
* | Simplify incremental GC sweepingMoonchild2023-06-27
|/
* Issue #2262 - Build with C++14 by defaultMartok2023-06-21
* Issue #2257 - Remove rematerialized frames after bailouts and exceptions.Moonchild2023-06-01
* Issue #2256 - Implement Object.hasOwn(object, property)Moonchild2023-05-29
* Merge pull request 'Ensure jit_ioncheck{1|2|3}_deunified_sources in js/src/mo...Moonchild2023-05-17
|\
| * Issue #2221 - Follow-up: Simplify jit_ioncheck{1|2|3}_deunified_sources assig...Job Bautista2023-05-17
| * Issue #2221 - Follow-up: Ensure jit_ioncheck{1|2|3}_deunified_sources is defi...Job Bautista2023-05-17
* | Issue #2246 - Implement Array find from last.Job Bautista2023-05-17
|/
* Issue #2241 - Part 2: Add SameValueZero implementation to mfbt/FloatingPoint.hJob Bautista2023-05-12
* Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...Job Bautista2023-05-12