summaryrefslogtreecommitdiff
path: root/js/src/builtin/intl
Commit message (Expand)AuthorAge
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2350 - Part 2: Allow "maximumFractionDigits" option inMoonchild2023-10-19
* Issue #2350 - Part 1: Apply "minimumIntegerDigits" to number-formattersMoonchild2023-10-19
* Issue #2350 - Part 0: Add a helper function DefaultNumberOptionMoonchild2023-10-19
* No Issue - Fix building with --enable-js-ltoBrian Smith2023-08-06
* 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 #1656 - Follow-up: Re-nuke the vim lines introduced in #2265Moonchild2023-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
* Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMA...Martok2023-06-29
* Issue #2259 - Implement caseFirst option in Intl.CollatorMartok2023-06-29
* Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensionsMartok2023-06-29
* Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th editionMartok2023-06-29
* Issue #2259 - Introduce helper for self-hosted hasOwnProperty calls in intlMartok2023-06-29
* Issue #1969 Follow-Up: Error reporting arguments in RelativeTimeFormat/DateTi...Martok2023-06-29
* Issue #1656 - remove vim control lines from js/srcMoonchild2023-05-03
* Issue #2046 - Follow-up: Fix deprot in builtin/intlJob Bautista2023-03-14
* Issue #2046 - Follow-up: Fix deprot in RelativeTimeFormat.Job Bautista2023-03-12
* Issue #2046 - correct debug assert for intl_FormatRelativeTime()Moonchild2023-03-04
* Issue #2046 - Follow-up: Fix debug assert using old chars definition.Moonchild2023-02-22
* Issue #2046 - Move a bunch of functions in builtin/intl/CommonFunctions.js in...Martok2023-02-17
* Issue #2046 - Move builtin/Intl.js (which now contains only shared functional...Martok2023-02-17
* Issue #2046 - Move Intl.Collator self-hosted code to a new builtin/intl/Colla...Martok2023-02-17
* Issue #2046 - Move Intl.NumberFormat self-hosted code to a new builtin/intl/N...Martok2023-02-17
* Issue #2046 - Move Intl.DateTimeFormat self-hosted code to a new builtin/intl...Martok2023-02-17
* Issue #2046 - Move Intl.PluralRules self-hosted code to a new builtin/intl/Pl...Martok2023-02-16
* Issue #2046 - Move Intl.RelativeTimeFormat self-hosted code to a new builtin/...Martok2023-02-16
* Issue #2046 - Move the self-hosting of non-constructor properties of Intl to ...Martok2023-02-16
* Issue #2046 - Move various generated files from builtin/Intl* to builtin/intl...Martok2023-02-16
* Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.*Martok2023-02-16
* Issue #2046 - Trim builtin/Intl.*'s #include set down to what is required for...Martok2023-02-16
* Issue #2046 - Move Intl.RelativeTimeFormat functionality into builtin/intl/Re...Martok2023-02-16
* Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRul...Martok2023-02-16
* Issue #2046 - Move Intl.DateTimeFormat functionality into builtin/intl/DateTi...Martok2023-02-16
* Issue #2046 - Move SharedIntlData into its own builtin/intl/SharedIntlData.* ...Martok2023-02-15
* Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.*Martok2023-02-15
* Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFo...Martok2023-02-15
* Issue #2046 - Create helper method to call ICU string conversion methodsMartok2023-02-13
* Issue #2046 - Move functionality used in the implementation of multiple Intl....Martok2023-02-12
* Issue #2046 - Move ScopedICUObject into builtin/intl/ScopedICUObject.hMartok2023-02-12