index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Intl
Age
Commit message (
Expand
)
Author
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-22
LibJS: Port ListFormat and PatternPartition to String
Timothy Flynn
2023-01-22
LibJS+LibLocale: Port remaining locale APIs to String
Timothy Flynn
2023-01-20
LibJS: Mark infallible operations that may throw only due to OOM
Timothy Flynn
2023-01-19
LibJS: Return OptionalNone in fallible functions in the Intl namespace
Timothy Flynn
2023-01-19
LibJS: Port Intl locale resolution to String
Timothy Flynn
2023-01-19
LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from Intl Abstract Operations
Timothy Flynn
2023-01-19
LibLocale+LibJS: Port locale parsing and processing to String
Timothy Flynn
2023-01-16
LibJS: Port trivial use cases in the Intl namespace to String
Timothy Flynn
2023-01-16
LibJS: Fix uninitialized member variable in DurationFormat
Brian Gianforcaro
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-14
LibJS: Reword and reorder some steps of the Intl ResolveLocale AO
Timothy Flynn
2023-01-14
LibJS: Consistently use spaces / parentheses in NumberFormat operations
Timothy Flynn
2023-01-14
LibJS: Refer to String elements as code units rather than characters
Timothy Flynn
2023-01-14
LibJS: Update syntax for invoking the GetOption AO from Intl objects
Timothy Flynn
2023-01-14
LibJS: Fix assignment of "isNegative" in FormatNumericToString
Timothy Flynn
2023-01-14
LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs
Timothy Flynn
2023-01-14
LibJS: Set approximate number range format result's "source" to "shared"
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2022-12-15
LibJS: Update spec comments for replacing digits in Intl.NumberFormat
Timothy Flynn
2022-12-15
LibJS: Fix a typo in an Intl.DateTimeFormat spec comment
Timothy Flynn
2022-12-15
LibJS: Convert standalone construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Throw a RangeError when when formatting strings in DurationFormat
Timothy Flynn
2022-12-15
LibJS: Access DurationRecord properties in alphabetical order
Timothy Flynn
2022-12-15
LibJS: Move IsValidDurationRecord check to ToDurationRecord
Timothy Flynn
2022-12-15
LibJS: Remove infallibility markers from some Intl.DurationFormat AOs
Timothy Flynn
2022-12-14
LibJS: Set DateTimeFormat's time zone when the CLDR download is disabled
Timothy Flynn
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Locale::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
[next]