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
/
DateTimeFormat.cpp
Age
Commit message (
Expand
)
Author
2022-03-30
LibJS: Explicitly indicate infallible incovations
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DateTimeFormat
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-25
LibJS: Use new construct AO overload where easily applicable
Timothy Flynn
2022-01-19
LibJS: Remove now unnecessary FIXME comments about LocalTime's [[InDST]]
Timothy Flynn
2022-01-12
LibJS: Respect the user-provided time zone in Intl.DateTimeFormat
Timothy Flynn
2022-01-11
LibJS: Use new LibUnicode API to format time zone names
Timothy Flynn
2022-01-10
LibJS: Include hour-cycle in DateTimeFormat options
Timothy Flynn
2022-01-03
LibJS: Implement the Extend TimeZoneName Option Proposal
Timothy Flynn
2021-12-22
LibJS: Avoid crashing when the Unicode data generators are disabled
Timothy Flynn
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-10
LibJS: Use locale-aware day period time ranges to format period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRange
Timothy Flynn
2021-12-09
LibJS: Store range format patterns in the Intl.DateTimeFormat object
Timothy Flynn
2021-12-09
LibJS: Do not return views into potentially freed memory
Timothy Flynn
2021-12-08
LibJS: Implement Intl.DateTimeFormat.prototype.formatToParts
Timothy Flynn
2021-12-08
LibJS: Implement (most of) Intl.DateTimeFormat.prototype.format
Timothy Flynn
2021-12-08
LibJS: Cache the data locale used by Intl.DateTimeFormat
Timothy Flynn
2021-12-08
LibJS: Do not override hour, minute, and second format field lengths
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigits
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Supply field type in CalendarPattern's for-each method
Timothy Flynn
2021-12-06
LibJS: Always respect user-provided format field lengths
Timothy Flynn
2021-12-06
LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailable
Timothy Flynn
2021-12-01
LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn