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
/
Temporal
Age
Commit message (
Expand
)
Author
2022-04-29
LibJS: Add notes about lifetime of surrounding agent
Linus Groh
2022-04-29
LibJS: Fix numeric type confusion in GetEpochFromISOParts return value
Linus Groh
2022-04-29
LibJS: Update for structured headers added to various Temporal AOs
Linus Groh
2022-04-29
LibJS: Drop "integral part of" language
Linus Groh
2022-04-29
LibJS: Fix one more instance of Number value / integer confusion
Linus Groh
2022-04-29
LibJS: Define IsBuiltinCalendar in terms of AvailableCalendars
Linus Groh
2022-04-29
LibJS: Rename DateFromFields to CalendarDateFromFields, etc
Linus Groh
2022-04-29
LibJS: Fix RoundNumberToIncrement spec number
Linus Groh
2022-04-29
LibJS: Remove outdated FIXMEs about required date_from_fields() options
Linus Groh
2022-04-12
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
Linus Groh
2022-04-11
LibJS: Update ZonedDateTime AO spec comments for structured headers
Luke Wilde
2022-04-11
LibJS: Fix two bogus spec links
Linus Groh
2022-04-08
LibJS: Make options object const in more Temporal AOs
Linus Groh
2022-04-08
LibJS: Handle undefined options in MergeLargestUnitOption
Linus Groh
2022-04-07
LibJS: Consistently call observable Temporal AOs with undefined options
Linus Groh
2022-04-04
LibJS: Fix some clang-tidy warnings in Temporal
Linus Groh
2022-04-04
LibJS: Use MUST() instead of TRY() for two infallible Temporal AOs
Linus Groh
2022-04-03
LibJS: Use AK::Time in system_utc_epoch_nanoseconds()
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
Linus Groh
2022-03-31
LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars
Linus Groh
2022-03-31
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
Linus Groh
2022-03-31
LibJS: Emit reference information for { calendarName: "always" } option
Linus Groh
2022-03-31
LibJS: Fix Duration.compare() for dates with unusual number of hours
Linus Groh
2022-03-29
LibJS: Fix sign in PlainYearMonth.prototype.subtract()
Linus Groh
2022-03-29
LibJS: Update incorrect spec comment in ToRelativeTemporalObject
Linus Groh
2022-03-25
LibJS: Fix number types in GetISOPartsFromEpoch
Linus Groh
2022-03-25
LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeFor
Linus Groh
2022-03-19
LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts
Linus Groh
2022-03-16
LibJS: Fix fraction substring in ParseTimeZoneOffsetString
Linus Groh
2022-03-16
LibJS: Remove unused code in DifferenceISODate
Linus Groh
2022-03-16
LibJS: Remove the ConstrainToRange AO
Linus Groh
2022-03-16
LibJS: Remove argument type assertion from ParseTemporalDurationString
Linus Groh
2022-03-16
LibJS: Assume Get() on the result of PrepareTemporalFields can't fail
Linus Groh
2022-03-10
LibJS: Use CreateTemporalCalendar in GetBuiltinCalendar
Linus Groh
2022-03-10
LibJS: Replace dead code in ParseTimeZoneOffsetString with an assertion
Linus Groh
2022-03-10
LibJS: Add missing check in ParseTemporalInstant
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw given correct input
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw in Record cases
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw in trivial cases
Linus Groh
2022-03-10
LibJS: Adjust grammar for DateExtendedYear to exclude -000000
Linus Groh
2022-03-10
LibJS: Follow rules for consuming completion records
Linus Groh
2022-03-10
LibJS: Remove Sign abstract operation
Linus Groh
2022-03-10
LibJS: Move string-parsing code into ToTemporalDurationRecord
Linus Groh
2022-03-10
LibJS: Move IsValidDuration check into ToTemporalDurationRecord
Linus Groh
2022-03-10
LibJS: Fix numeric type confusion in ToTemporalRoundingIncrement
Linus Groh
2022-03-10
LibJS: Use different variable name in DifferenceISODateTime
Linus Groh
[next]