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
/
RelativeTimeFormat.cpp
Age
Commit message (
Expand
)
Author
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 Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::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
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-07-20
LibJS: Hook the Intl mathematical value into Intl.NumberFormat
Timothy Flynn
2022-07-08
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
Timothy Flynn
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-03-30
LibJS: Explicitly indicate infallible incovations
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-30
LibJS: Generalize Intl.NumberFormat to operate on Value types
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.format
Timothy Flynn
2022-01-27
LibJS: Add missing spec link for InitializeRelativeTimeFormat
Timothy Flynn
2022-01-25
LibJS: Use new construct AO overload where easily applicable
Timothy Flynn
2022-01-25
LibJS: Implement the Intl.RelativeTimeFormat constructor
Timothy Flynn
2022-01-25
LibJS: Implement a nearly empty Intl.RelativeTimeFormat object
Timothy Flynn