| Commit message (Expand) | Author | Age |
* | Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream. | Brian Smith | 2023-09-27 |
* | Issue #1442 - Part 3: Implement ReadableStream and associated classes in the ... | Brian Smith | 2023-09-27 |
* | Issue #2307 - Part 3: Remove SIMD.js support | Moonchild | 2023-09-18 |
* | Issue #2307 - Part 2: Move SIMD code generation to masm methods | Moonchild | 2023-09-12 |
* | Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString. | Brian Smith | 2023-07-25 |
* | Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects. | Brian Smith | 2023-07-13 |
* | Issue #1240 - Part 1 - Define a new BigInt primitive type. | Brian Smith | 2023-07-13 |
* | Issue #1819 - Implement Intl.Locale proposal | Martok | 2023-06-30 |
* | Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return ... | Martok | 2023-06-29 |
* | Issue #2221 - Follow-up: Simplify jit_ioncheck{1|2|3}_deunified_sources assig... | Job Bautista | 2023-05-17 |
* | Issue #2221 - Follow-up: Ensure jit_ioncheck{1|2|3}_deunified_sources is defi... | Job Bautista | 2023-05-17 |
* | Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into... | Job Bautista | 2023-05-12 |
* | Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE... | Martok | 2023-05-01 |
* | Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE... | Martok | 2023-05-01 |
* | Issue #2221 - Enable link-time optimization for Spidermonkey by default if bu... | Job Bautista | 2023-04-30 |
* | Merge pull request 'Refactor more BytecodeEmitters' (#2179) from martok/UXP-c... | Moonchild | 2023-03-27 |
|\ |
|
| * | Issue #2155 - Add SwitchEmitter | Martok | 2023-03-26 |
| * | Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ... | Martok | 2023-03-26 |
| * | Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod... | Martok | 2023-03-26 |
| * | Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h} | Martok | 2023-03-26 |
* | | Merge pull request 'Fix JS_SHARED_LIBRARY and always build Spidermonkey and I... | Moonchild | 2023-03-27 |
|\ \
| |/
|/| |
|
| * | Revert "Issue #2165 - Follow-up: No longer support bundling the ICU data file... | Job Bautista | 2023-03-24 |
| * | Issue #2165 - Follow-up: No longer support bundling the ICU data file into pa... | Job Bautista | 2023-03-19 |
| * | Issue #2165 - Build ICU as a shared library if we're building Spidermonkey sh... | Job Bautista | 2023-03-19 |
| * | Issue #62 - Get --enable-shared-js and --enable-export-js working again, and ... | Job Bautista | 2023-03-16 |
* | | Issue #2155 - Add PropOpEmitter, ElemOpEmitter, NameOpEmitter, CallOrNewEmitter | Martok | 2023-03-13 |
* | | Issue #2155 - Split TDZCheckCache, IfEmitter/InternalIfEmitter, JumpList from... | Martok | 2023-03-13 |
|/ |
|
* | Issue #2046 - Move builtin/Intl.js (which now contains only shared functional... | Martok | 2023-02-17 |
* | Issue #2046 - Move Intl.Collator self-hosted code to a new builtin/intl/Colla... | Martok | 2023-02-17 |
* | Issue #2046 - Move Intl.NumberFormat self-hosted code to a new builtin/intl/N... | Martok | 2023-02-17 |
* | Issue #2046 - Move Intl.DateTimeFormat self-hosted code to a new builtin/intl... | Martok | 2023-02-17 |
* | Issue #2046 - Move Intl.PluralRules self-hosted code to a new builtin/intl/Pl... | Martok | 2023-02-16 |
* | Issue #2046 - Move Intl.RelativeTimeFormat self-hosted code to a new builtin/... | Martok | 2023-02-16 |
* | Issue #2046 - Move the self-hosting of non-constructor properties of Intl to ... | Martok | 2023-02-16 |
* | Issue #2046 - Move various generated files from builtin/Intl* to builtin/intl... | Martok | 2023-02-16 |
* | Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.* | Martok | 2023-02-16 |
* | Issue #2046 - Move Intl.RelativeTimeFormat functionality into builtin/intl/Re... | Martok | 2023-02-16 |
* | Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRul... | Martok | 2023-02-16 |
* | Issue #2046 - Move Intl.DateTimeFormat functionality into builtin/intl/DateTi... | Martok | 2023-02-16 |
* | Issue #2046 - Move SharedIntlData into its own builtin/intl/SharedIntlData.* ... | Martok | 2023-02-15 |
* | Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.* | Martok | 2023-02-15 |
* | Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFo... | Martok | 2023-02-15 |
* | Issue #2046 - Move functionality used in the implementation of multiple Intl.... | Martok | 2023-02-12 |
* | Issue #80 - Re-unify some more missed sources in js/src | Job Bautista | 2023-01-10 |
* | No issue - Refactor CharacterRange + Unicode handling into module for maintai... | Martok | 2022-12-21 |
* | Issue #2016 - Remove non-functional V8 regex import | Moonchild | 2022-10-10 |
* | Issue #80 - Re-unify building of /js/src | Moonchild | 2022-09-05 |
* | Revert "Issue #1676 - Part 4: Split builtin sources out of js/src/moz.build" | Moonchild | 2022-09-05 |
* | Revert "Issue #1676 - Part 5: Split devtools sources out of js/src/moz.build" | Moonchild | 2022-09-05 |
* | Revert "Issue #1676 - Part 6: Split ds sources out of js/src/moz.build" | Moonchild | 2022-09-05 |