index
:
uxp
1210
1791
1805-stacksize
1970-form-focusring-styling
1992
28.9-platform
28.9-platform-old
ANGLE-update
Basilisk-release
CCW-perf
Pale_Moon-release
RFC6367
VS2017
aruba
dynamic-module-import
eme
fetchstreams-work
freebsd-support
getnativepath-work
js-modules
libaom-update
lzma-updater
master
modulefix
nss-gyp
nss-gyp-GREport
nss-gyp-work
nss-update-work
pref-dual-guid
re-unify
redwood
release
release-29
restore-dual-guid
scroll-anchoring-wip
v8re-shim-build
v8re-shim-work
xpiprovider-work
uxp [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
src
/
builtin
/
intl
Commit message (
Expand
)
Author
Age
*
Issue #2342: Use [[nodiscard]] in /js
Moonchild
2023-11-08
*
Issue #2350 - Part 2: Allow "maximumFractionDigits" option in
Moonchild
2023-10-19
*
Issue #2350 - Part 1: Apply "minimumIntegerDigits" to number-formatters
Moonchild
2023-10-19
*
Issue #2350 - Part 0: Add a helper function DefaultNumberOption
Moonchild
2023-10-19
*
No Issue - Fix building with --enable-js-lto
Brian Smith
2023-08-06
*
Issue #2026 - Part 2b - Format BigInts representable as int64_t without first...
Brian Smith
2023-07-25
*
Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString.
Brian Smith
2023-07-25
*
Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265
Moonchild
2023-07-02
*
Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle o...
Martok
2023-06-30
*
Issue #1819 - Further align Intl.Locale to spec
Martok
2023-06-30
*
Issue #2259 - Performance improvements for LanguageTag parsing
Martok
2023-06-30
*
Issue #2259 - Performance improvements in Locale
Martok
2023-06-30
*
Issue #1819 - Implement Intl.Locale proposal
Martok
2023-06-30
*
Issue #2259 - process Unicode langtags and locale identifiers according to BC...
Martok
2023-06-30
*
Issue #2195 - Add support for hourCycle to Intl.DateTimeFormat
Martok
2023-06-30
*
Issue #2259 - Improve ResolveLocale performance when initializing the default...
Martok
2023-06-30
*
Issue #2259 - Support Unicode extensions with multiple value subtags in BCP47...
Martok
2023-06-30
*
Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMA...
Martok
2023-06-29
*
Issue #2259 - Implement caseFirst option in Intl.Collator
Martok
2023-06-29
*
Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensions
Martok
2023-06-29
*
Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th edition
Martok
2023-06-29
*
Issue #2259 - Introduce helper for self-hosted hasOwnProperty calls in intl
Martok
2023-06-29
*
Issue #1969 Follow-Up: Error reporting arguments in RelativeTimeFormat/DateTi...
Martok
2023-06-29
*
Issue #1656 - remove vim control lines from js/src
Moonchild
2023-05-03
*
Issue #2046 - Follow-up: Fix deprot in builtin/intl
Job Bautista
2023-03-14
*
Issue #2046 - Follow-up: Fix deprot in RelativeTimeFormat.
Job Bautista
2023-03-12
*
Issue #2046 - correct debug assert for intl_FormatRelativeTime()
Moonchild
2023-03-04
*
Issue #2046 - Follow-up: Fix debug assert using old chars definition.
Moonchild
2023-02-22
*
Issue #2046 - Move a bunch of functions in builtin/intl/CommonFunctions.js in...
Martok
2023-02-17
*
Issue #2046 - Move builtin/Intl.js (which now contains only shared functional...
Martok
2023-02-17
*
Issue #2046 - Move Intl.Collator self-hosted code to a new builtin/intl/Colla...
Martok
2023-02-17
*
Issue #2046 - Move Intl.NumberFormat self-hosted code to a new builtin/intl/N...
Martok
2023-02-17
*
Issue #2046 - Move Intl.DateTimeFormat self-hosted code to a new builtin/intl...
Martok
2023-02-17
*
Issue #2046 - Move Intl.PluralRules self-hosted code to a new builtin/intl/Pl...
Martok
2023-02-16
*
Issue #2046 - Move Intl.RelativeTimeFormat self-hosted code to a new builtin/...
Martok
2023-02-16
*
Issue #2046 - Move the self-hosting of non-constructor properties of Intl to ...
Martok
2023-02-16
*
Issue #2046 - Move various generated files from builtin/Intl* to builtin/intl...
Martok
2023-02-16
*
Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.*
Martok
2023-02-16
*
Issue #2046 - Trim builtin/Intl.*'s #include set down to what is required for...
Martok
2023-02-16
*
Issue #2046 - Move Intl.RelativeTimeFormat functionality into builtin/intl/Re...
Martok
2023-02-16
*
Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRul...
Martok
2023-02-16
*
Issue #2046 - Move Intl.DateTimeFormat functionality into builtin/intl/DateTi...
Martok
2023-02-16
*
Issue #2046 - Move SharedIntlData into its own builtin/intl/SharedIntlData.* ...
Martok
2023-02-15
*
Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.*
Martok
2023-02-15
*
Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFo...
Martok
2023-02-15
*
Issue #2046 - Create helper method to call ICU string conversion methods
Martok
2023-02-13
*
Issue #2046 - Move functionality used in the implementation of multiple Intl....
Martok
2023-02-12
*
Issue #2046 - Move ScopedICUObject into builtin/intl/ScopedICUObject.h
Martok
2023-02-12