summaryrefslogtreecommitdiff
path: root/js/src/moz.build
Commit message (Expand)AuthorAge
* Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString.Brian Smith2023-07-25
* 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 #1819 - Implement Intl.Locale proposalMartok2023-06-30
* Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return ...Martok2023-06-29
* 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 #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...Job Bautista2023-05-12
* Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE...Martok2023-05-01
* Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE...Martok2023-05-01
* Issue #2221 - Enable link-time optimization for Spidermonkey by default if bu...Job Bautista2023-04-30
* Merge pull request 'Refactor more BytecodeEmitters' (#2179) from martok/UXP-c...Moonchild2023-03-27
|\
| * Issue #2155 - Add SwitchEmitterMartok2023-03-26
| * Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ...Martok2023-03-26
| * Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod...Martok2023-03-26
| * Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h}Martok2023-03-26
* | Merge pull request 'Fix JS_SHARED_LIBRARY and always build Spidermonkey and I...Moonchild2023-03-27
|\ \ | |/ |/|
| * Revert "Issue #2165 - Follow-up: No longer support bundling the ICU data file...Job Bautista2023-03-24
| * Issue #2165 - Follow-up: No longer support bundling the ICU data file into pa...Job Bautista2023-03-19
| * Issue #2165 - Build ICU as a shared library if we're building Spidermonkey sh...Job Bautista2023-03-19
| * Issue #62 - Get --enable-shared-js and --enable-export-js working again, and ...Job Bautista2023-03-16
* | Issue #2155 - Add PropOpEmitter, ElemOpEmitter, NameOpEmitter, CallOrNewEmitterMartok2023-03-13
* | Issue #2155 - Split TDZCheckCache, IfEmitter/InternalIfEmitter, JumpList from...Martok2023-03-13
|/
* 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 - 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 Intl.NumberFormat functionality into builtin/intl/NumberFo...Martok2023-02-15
* Issue #2046 - Move functionality used in the implementation of multiple Intl....Martok2023-02-12
* Issue #80 - Re-unify some more missed sources in js/srcJob Bautista2023-01-10
* No issue - Refactor CharacterRange + Unicode handling into module for maintai...Martok2022-12-21
* Issue #2016 - Remove non-functional V8 regex importMoonchild2022-10-10
* Issue #80 - Re-unify building of /js/srcMoonchild2022-09-05
* Revert "Issue #1676 - Part 4: Split builtin sources out of js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 5: Split devtools sources out of js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 6: Split ds sources out of js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 7: Split frontend sources out of js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 9: Move DIRS down in js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 10: Split gc sources out of js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 11: Split irregexp sources out of js/src/moz.build"Moonchild2022-09-05