summaryrefslogtreecommitdiff
path: root/js/src
Commit message (Expand)AuthorAge
* Issue #1894 - Part 7: Update testsFranklinDM2022-05-21
* Issue #1894 - Part 6: Check for nullish values when folding coalesce nodesFranklinDM2022-05-21
* Issue #1894 - Part 5: Implement bytecode for nullish coalescingFranklinDM2022-05-21
* Issue #1894 - Part 4: Implement IonMonkey support for nullish coalescingFranklinDM2022-05-21
* Issue #1894 - Part 3: Implement support for nullish coalescing in JS reflectionFranklinDM2022-05-21
* Issue #1894 - Part 2: Implement support for nullish coalescing in the JS parserFranklinDM2022-05-21
* Issue #1894 - Part 1: Implement coalesce JS opcodeFranklinDM2022-05-21
* Issue #1658 - Part 8: Update testsFranklinDM2022-05-04
* Issue #1658 - Part 6: Break and return no control flow for jumps emitted by o...FranklinDM2022-05-04
* Issue #1658 - Part 5: Add and initialize TDZ check to optional chaining emitterFranklinDM2022-05-04
* Issue #1658 - Part 4: Fix optional chaining assertions and remove unreachable...FranklinDM2022-05-04
* Issue #1658 - Part 3: Implement support for optional chaining in JS reflectionFranklinDM2022-05-04
* Issue #1658 - Part 2: Implement bytecode for optional chainingFranklinDM2022-05-04
* Issue #1658 - Part 1: Implement support for optional chaining in the JS ParserFranklinDM2022-05-04
* Merge branch 'master' into 1829Brian Smith2022-04-28
|\
| * Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
* | Issue #1829 - Readd code cleanup that is not Mac related that got clobbered b...Brian Smith2022-04-26
* | Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"Brian Smith2022-04-26
* | Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from the...Brian Smith2022-04-26
|/
* Issue #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
* Issue #1382 - Set canonical name for trimStart and trimEnd functionsFranklinDM2022-04-18
* Merge pull request 'Issue #1818 Cleanup some old GCC hacks' (#1865) from trav...Moonchild2022-04-16
|\
| * Issue #1818 - Part 4: always use -pipe with GCCtrav902022-04-15
| * Issue #1818 - Part 3: Remove more old gcc compiler hacks.trav902022-04-15
| * Issue #1818 - Part 2: Remove code for implementation of atomics with __synctrav902022-04-15
* | Issue #1864 - Fix IonBuilder::maybeMarkEmpty.Moonchild2022-04-15
|/
* [js] Fix AliasSet of MLoadTypedArrayElementHoleMoonchild2022-04-09
* [js] Add dynamic check for valid serialized lengthSteve Fink2022-04-08
* [No issue] Don't rely on nsCRT from jsdate.Moonchild2022-04-01
* Issue #1053 - Second pass remove android defines and build system stuff.Moonchild2022-04-01
* Issue #1053 - First pass Android defines and remove Android AnnotationMoonchild2022-04-01
* Issue #1675 - Move regexp to new-regexp to make bz porting simpler.Moonchild2021-07-30
* Issue #1679 - Part4: Clean up commented-out/WIP code.Moonchild2021-07-30
* Issue #1679 - Part 3: Make everything build on supported compilers.Moonchild2021-07-30
* Issue #1725 - Fix logic in PerformPromiseAllSettled.Jeremy Andrews2021-07-15
* WIP: Base implementationMoonchild2021-07-13
* [js] Fix porting typoMoonchild2021-06-03
* [js] Fix invalid early return in BaselineFrame::trace.Jan de Mooij2021-06-02
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
* Issue #1751 -- Remove XP_DARWINMoonchild2021-05-02
* Issue #1751 -- Remove XP_IOSMoonchild2021-05-01
* Issue #1756 - Clean up ICU patch.Moonchild2021-03-31
* Issue #1756 - Expose NumberFormat.formatToParts() to content.Moonchild2021-03-31
* Issue #1756 - Initial wrapped implementation in C++Moonchild2021-03-31
* Issue #1053 - Remove __ANDROID__ defines (except in third party code)Moonchild2021-03-21
* Issue #1053 - Remove android blocks from configure.Moonchild2021-03-10
* Issue #1053 - Remove build system MOZ_ANDROID_* defines and related code.Moonchild2021-03-10
* [js] Add XMMRegName for invalid_xmmMoonchild2021-02-14
* Issue #1739 - Implement numeric separators.Moonchild2021-02-13
* Issue #1738 - Follow-up: Update comment (no code changes)Moonchild2021-02-12