summaryrefslogtreecommitdiff
path: root/js/src
Commit message (Expand)AuthorAge
* Issue #2046 - correct debug assert for intl_FormatRelativeTime()Moonchild2023-03-04
* Issue #2046 - Follow-up: Fix debug assert using old chars definition.Moonchild2023-02-22
* No issue - Refactor FindErrorInstanceOrPrototypeMoonchild2023-02-21
* Issue #2046 - Move a bunch of functions in builtin/intl/CommonFunctions.js in...Martok2023-02-17
* Issue #2046 - Move builtin/Intl.js (which now contains only shared functional...Martok2023-02-17
* Issue #2046 - Move Intl.Collator self-hosted code to a new builtin/intl/Colla...Martok2023-02-17
* Issue #2046 - Move Intl.NumberFormat self-hosted code to a new builtin/intl/N...Martok2023-02-17
* Issue #2046 - Move Intl.DateTimeFormat self-hosted code to a new builtin/intl...Martok2023-02-17
* Issue #2046 - Move Intl.PluralRules self-hosted code to a new builtin/intl/Pl...Martok2023-02-16
* Issue #2046 - Move Intl.RelativeTimeFormat self-hosted code to a new builtin/...Martok2023-02-16
* Issue #2046 - Move the self-hosting of non-constructor properties of Intl to ...Martok2023-02-16
* Issue #2046 - Move various generated files from builtin/Intl* to builtin/intl...Martok2023-02-16
* Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.*Martok2023-02-16
* Issue #2046 - Trim builtin/Intl.*'s #include set down to what is required for...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 SharedIntlData into its own builtin/intl/SharedIntlData.* ...Martok2023-02-15
* Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.*Martok2023-02-15
* Issue #2046 - Move NewUNumberFormatForPluralRules next to its only useMartok2023-02-15
* Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFo...Martok2023-02-15
* Issue #2046 - Create helper method to call ICU string conversion methodsMartok2023-02-13
* Issue #2046 - Move functionality used in the implementation of multiple Intl....Martok2023-02-12
* Issue #2046 - Move ScopedICUObject into builtin/intl/ScopedICUObject.hMartok2023-02-12
* Issue #2103 - Fix typo in RegExp ParserMoonchild2023-02-02
* Issue #2089 - Implement the Promise.any combinatorMartok2023-02-01
* Issue #2089 - Rename shared Promise combinator functions, with helpers for el...Martok2023-02-01
* Issue #2089 - Implement AggregateErrorMartok2023-02-01
* Issue #2089 - Move ErrorObject parts from jsexn.cpp to ErrorObject.cppMartok2023-02-01
* Issue #2089 - Add cache for Promise property lookupsMartok2023-02-01
* Issue #2099 - Remove unnecessary cast in GeneratorObject::suspend's do loop.Job Bautista2023-01-31
* Merge pull request 'Promises pt. 2: Optimization and Unification' (#2096) fro...Moonchild2023-01-31
|\
| * Issue #2089 - Report unhandled rejection for optimized away promiseMartok2023-01-27
| * Issue #2089 - Further runtime perf improvements for PromiseStateMartok2023-01-27
| * Issue #2089 - Create a shared helper for PerformPromiseRace, PerformPromiseAl...Martok2023-01-26
| * Issue #2089 - Add a PromiseCapability struct, directly initialize dense eleme...Martok2023-01-26
| * Issue #2089 - Improve Runtime perf of PromisesMartok2023-01-26
| * Issue #2089 - Don't use BlockOnPromise fast path with non-default resolving f...Martok2023-01-26
| * Issue #2089 - Optimize Promise.then and Promise.all/race with default resolvi...Martok2023-01-26
| * Issue #2089 - Turn AsyncGeneratorResumeNext recursion into iteration to avoid...Martok2023-01-26
| * Issue #2089 - Only create result Promises in Promise#then and Promise#catch i...Martok2023-01-26
| * Issue #2089 - Shrink Promise instances from 8 to 4 slots by moving debug info...Martok2023-01-26
* | Issue #2083 - Follow-up: RegExpShared::source should be a GCPtr.Job Bautista2023-01-28
* | PR #2090 - Follow-up: Remove invalid MOZ_ASSERT in js::NativeDefineDataPropertyJob Bautista2023-01-27
* | Revert "Issue #1382 - RegExpShared::groupsTemplate_ cannot be a GCPtr since R...Job Bautista2023-01-26
* | Issue #2083 - Part 5: Fix memory leak in RegExpObject.Job Bautista2023-01-26
* | Issue #2083 - Part 4: Give RegExpShared a finalizer.Job Bautista2023-01-26
* | Issue #2083 - Part 3: Fix RegExpShared rooting hazards now it's a GC thing.Job Bautista2023-01-26
* | Issue #2083 - Part 2: Remove use of RegExpGuard.Job Bautista2023-01-26
* | Issue #2083 - Part 1: Make RegExpShared a GC thing.Job Bautista2023-01-26
|/