| Commit message (Expand) | Author | Age |
* | Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]] | Moonchild | 2023-11-11 |
* | Issue #2342 - Fix attribute order in misc files (found by clang builds) | Moonchild | 2023-11-10 |
* | Issue #2342: Use [[nodiscard]] in /js | Moonchild | 2023-11-08 |
* | Issue #2313 - Implement WebAssembly sign extension opcodes. | Brian Smith | 2023-09-22 |
* | Issue #2307 - Follow-up: remove some missed SIMD scalar types. | Moonchild | 2023-09-22 |
* | Issue #2307 - Part 3b: Fix build bustage. | Moonchild | 2023-09-19 |
* | Issue #2307 - Part 3: Remove SIMD.js support | Moonchild | 2023-09-18 |
* | Merge branch 'master' into bigint-merged | Brian Smith | 2023-07-18 |
|\ |
|
| * | Issue #2271 - Separate cloning of native and interpreted functions | Martok | 2023-07-13 |
* | | Issue #1240 - Part 4 - Implement parser support for BigInt literals. | Brian Smith | 2023-07-18 |
* | | Issue #1240 - Part 3a - Adjust mozilla::FloatingPoint<T>'s definition. | Brian Smith | 2023-07-13 |
|/ |
|
* | Issue #2142 - Implement syntax for public/private fields and computed field n... | Martok | 2023-05-01 |
* | Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPs | Martok | 2023-04-03 |
* | Issue #2173 - Separate CodeNode into FunctionNode and ModuleNode | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to LexicalScopeNode | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to NullaryNode and change LoopControlStatement ar... | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num... | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to UnaryNode and subclasses | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to BinaryNode and subclasses | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to TernaryNode | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to ListNode | Martok | 2023-04-03 |
* | Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about p... | Martok | 2023-04-03 |
* | Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument lists | Martok | 2023-04-03 |
* | Issue #2089 - Use JS engine stack if necessary when reporting errors | Martok | 2023-01-22 |
* | Revert "Issue #1676 - Part 16: Split WASM sources out of js/src/moz.build" | Moonchild | 2022-09-05 |
* | Revert "Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm bac... | Moonchild | 2022-09-05 |
* | Issue #1952 - m-c 1383775: Clean up function toString/toSource code, remove r... | Martok | 2022-07-01 |
* | Issue #1905 - Part 3g - Final set of changes connecting ARM64 support for Mac. | Brian Smith | 2022-06-09 |
* | Merge branch 'master' into 1829 | Brian Smith | 2022-04-28 |
|\ |
|
| * | Issue #1877 - Resolve NIGHTLY_BUILD conditionals. | Moonchild | 2022-04-22 |
* | | Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN" | Brian Smith | 2022-04-26 |
|/ |
|
* | Issue #1818 - Part 3: Remove more old gcc compiler hacks. | trav90 | 2022-04-15 |
* | Issue #1053 - First pass Android defines and remove Android Annotation | Moonchild | 2022-04-01 |
* | Issue #1751 -- Remove XP_DARWIN | Moonchild | 2021-05-02 |
* | Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into u... | Matt A. Tobin | 2020-11-20 |
* | Issue #1676 - Part 16: Split WASM sources out of js/src/moz.build | Matt A. Tobin | 2020-11-04 |
* | Issue #1656 - Part 7: Nuke vim config lines in JS | Moonchild | 2020-09-24 |
* | Issue #1542 - Fix a typo in wasm which was causing build failure on ARM | adeshkp | 2020-06-08 |
* | Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layer | Jiaxun Yang | 2020-05-14 |
* | Issue #1322 - Part 1: Remove the DOM Promise guts. | wolfbeast | 2019-12-19 |
* | Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m... | Gaming4JC | 2019-12-17 |
* | MoonchildProductions#1251 - Part 12: Add Solaris/illumos support to WasmSigna... | athenian200 | 2019-10-21 |
* | 1216630 - Rename preludeStart and postludeEnd to toStringStart and toStringEn... | Gaming4JC | 2019-07-18 |
* | 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName. | Gaming4JC | 2019-07-18 |
* | 1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject to... | Gaming4JC | 2019-07-18 |
* | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 |
* | 1333143 - Self-host Object.prototype.valueOf. | Gaming4JC | 2019-07-18 |
* | 903389 - Fix uses of ClassMethodIsNative. | Gaming4JC | 2019-07-18 |
* | 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox. | Gaming4JC | 2019-07-18 |
* | Move the Parser::checkFunctionDefinition call into its callers. | wolfbeast | 2019-04-06 |