summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* Issue #2298 - Support '#x in obj' ergonomic brand check syntaxMartok2023-08-30
* Issue #2298 - Carry private-ness of names through ParseNodeHandlerMartok2023-08-30
* Issue #2255 - Disable untested code path in Stopwatch.(h|cpp).Brian Smith2023-08-14
* Issue #2172 - add null zone sanity checksMartok2023-08-09
* Issue #2172 - ensure pointers in RegExpShared are updated after GC compactingMartok2023-08-08
* Issue #2172 - add missing RegExpShared TraceKind declarationMartok2023-08-08
* No Issue - Fix building with --enable-js-ltoBrian Smith2023-08-06
* Issue #1240 - Follow-up: Add missing JSVAL_TYPE_BIGINT cases in JitFrames.cpp.Brian Smith2023-07-28
* Issue #1240 - Follow-up: Fix incorrect values in Number() constructor.Brian Smith2023-07-28
* Issue #2026 - Part 4 - Fill in missing dense elements case and fix a comment.Brian Smith2023-07-28
* Issue #2026 - Part 2b - Format BigInts representable as int64_t without first...Brian Smith2023-07-25
* Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString.Brian Smith2023-07-25
* Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.Brian Smith2023-07-24
* Issue #1240 - Part 11 - Fix several issue reported on review.Brian Smith2023-07-23
* Issue #1240 - Part 10 - Implement minimal Ion support for BigInt.Brian Smith2023-07-21
* Issue #1240 - Part 9 - Fix incorrectly parsing decimal BigInt 0n.Brian Smith2023-07-21
* Issue #1240 - Part 8 - Fix incorrect asserts with debug enabled.Brian Smith2023-07-21
* Issue #1240 - Part 7 - Handle BigInt values in XPCVariant code.Brian Smith2023-07-20
* Issue #1240 - Part 5g - Implement BigInt comparison operators.Brian Smith2023-07-19
* Issue #1240 - Part 6c - Implement asIntN and asUintN methods for BigInt values.Brian Smith2023-07-19
* Issue #1240 - Part 6b - Use ToIndex when constructing TypedArray with length ...Brian Smith2023-07-19
* Issue #1240 - Part 6a - Implement BigInt.prototype.toLocaleString.Brian Smith2023-07-19
* Issue #1240 - Part 5f - Add DataView methods for BigInt access.Brian Smith2023-07-19
* Issue #1240 - Part 5e - BigInt bitwise operators.Brian Smith2023-07-19
* Issue #1240 - Part 5d - Use the radix when parsing BigInts.Brian Smith2023-07-19
* Issue #1240 - Part 5c -Implement ToInt32OrBigInt operation.Brian Smith2023-07-19
* Issue #1240 - Part 5b - BigInt support for basic arithmetic operations.Brian Smith2023-07-19
* Issue #1240 - Part 5a - BigInt to Number conversion.Brian Smith2023-07-19
* Merge branch 'master' into bigint-mergedBrian Smith2023-07-18
|\
| * Issue #2271 - Use declared names of self-hosted functions for cloningMartok2023-07-13
| * Issue #2271 - Separate cloning of native and interpreted functionsMartok2023-07-13
* | Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* | Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType.Brian Smith2023-07-13
* | Issue #1240 - Part 3b - Implement WrappingOperations.h for wraparound math op...Brian Smith2023-07-13
* | Issue #1240 - Part 3a - Adjust mozilla::FloatingPoint<T>'s definition.Brian Smith2023-07-13
* | 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 #2255 & #1240 - Simplify and enhance Maybe and Some().Brian Smith2023-07-04
* [multiple] Update Intl tests.Moonchild2023-07-02
* Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265Moonchild2023-07-02
* Merge pull request 'Intl API Updates' (#2265) from martok/UXP-contrib:intl-up...Moonchild2023-07-02
|\
| * Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle o...Martok2023-06-30
| * Issue #1819 - Further align Intl.Locale to specMartok2023-06-30
| * Issue #2259 - Performance improvements for LanguageTag parsingMartok2023-06-30
| * Issue #2259 - Performance improvements in LocaleMartok2023-06-30
| * Issue #1819 - Implement Intl.Locale proposalMartok2023-06-30
| * Issue #2259 - process Unicode langtags and locale identifiers according to BC...Martok2023-06-30
| * Issue #2195 - Add support for hourCycle to Intl.DateTimeFormatMartok2023-06-30
| * Issue #2259 - Improve ResolveLocale performance when initializing the default...Martok2023-06-30
| * Issue #2259 - Support Unicode extensions with multiple value subtags in BCP47...Martok2023-06-30