summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * 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
| | |\ | | |/ | |/|
| * | Merge pull request 'Fix intermittent crash on MacOS 14 Sonoma Beta 3.' (#2274...Moonchild2023-07-17
| |\ \
| | * | No Issue - Fix intermitted crash on MacOS 14 Sonoma Beta 3.Brian Smith2023-07-17
| |/ /
| | * 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
* | | Merge branch 'master' into releaseRB_20230715Moonchild2023-07-15
|\| |
| * | Merge pull request 'Fix cloning of self-hosted functions' (#2273) from martok...Moonchild2023-07-14
| |\ \
| | * | Issue #2271 - Use declared names of self-hosted functions for cloningMartok2023-07-13
| | * | Issue #2271 - Separate cloning of native and interpreted functionsMartok2023-07-13
| |/ /
| * | Merge pull request 'Further enhance Maybe<> and use it in the Performance API...Moonchild2023-07-13
| |\ \ | | |/ | |/|
| | * Issue #2255 - Fix build bustage on Linux.Brian Smith2023-07-12
| | * Issue #2255 - Use Maybe<> in the Performance API.Brian Smith2023-07-12
| | * Issue #2255 - Add support for Maybe<T&>Brian Smith2023-07-12
| |/
| * Merge pull request 'Enhance Mac Packaging via mozconfig options and fix ARM M...Moonchild2023-07-11
| |\
| | * Issue #2268 - Fix Mac packaging by making the individual parts configurable.Brian Smith2023-07-07
| | * No Issue - Fix debug builds on ARM Mac.Brian Smith2023-07-07
| |/
* | Merge branch 'master' into releaseRC_20230707RB_20230711Moonchild2023-07-07
|\|
| * [XPCOM] Win: Update executable extension listMoonchild2023-07-05
| * [DOM] Filter out symlinks for webkitdirectory.Moonchild2023-07-05
| * [network] Prepare for requiring Authorization in CORS ACAH preflightMoonchild2023-07-05
| * Merge pull request 'Simplify and enhance Maybe and Some().' (#2267) from dbso...Moonchild2023-07-04
| |\
| | * 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