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
/
Duration.cpp
Age
Commit message (
Expand
)
Author
2022-06-15
LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecord
Linus Groh
2022-06-15
LibJS: Leverage ToPartialDuration in ToTemporalDurationRecord
Linus Groh
2022-06-10
LibJS: Remove unnecessary ToLimitedTemporalDuration AO
Linus Groh
2022-05-25
LibJS: Use the rounding abstract operations from Intl.NumberFormat V3
Linus Groh
2022-05-16
LibJS: Remove faulty assertion in BalanceDurationRelative
Luke Wilde
2022-05-09
LibJS: Use '2 × nsMaxInstant' in a couple of assertion comments
Linus Groh
2022-05-08
LibJS: Change internal slots of Duration to store mathematical values
Linus Groh
2022-05-08
LibJS: Simplify DaysUntil
Linus Groh
2022-05-08
LibJS: Refactor Temporal add/subtract to common AOs
Linus Groh
2022-04-29
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
Linus Groh
2022-04-29
LibJS: Drop "integral part of" language
Linus Groh
2022-04-12
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
Linus Groh
2022-04-07
LibJS: Consistently call observable Temporal AOs with undefined options
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-10
LibJS: Assert CreateTemporalDuration does not throw given correct input
Linus Groh
2022-03-10
LibJS: Assert CreateTemporalDuration does not throw in trivial cases
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: Add clarifying assertion to BalanceDurationRelative
Linus Groh
2022-03-10
LibJS: Fix "set it to" language to be more explicit
Linus Groh
2022-03-10
LibJS: Create Duration Records with their own abstract operations
Linus Groh
2022-03-10
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-03-10
LibJS: Refactor return value of RoundDuration
Linus Groh
2022-03-10
LibJS: Describe various kinds of "Duration Records"
Linus Groh
2022-03-10
LibJS: Update RoundDuration after DRY refactor in spec
Linus Groh
2021-12-18
LibJS: Fix 'precision != "auto"' check in temporal_duration_to_string()
Linus Groh
2021-12-18
LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString()
Linus Groh
2021-12-09
LibJS: Update spec comment in balance_duration_relative()
Linus Groh
2021-12-09
LibJS: Add Handle::operator->()
Andreas Kling
2021-11-30
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
Timothy Flynn
2021-11-24
LibJS: Implement Temporal.ZonedDateTime.prototype.until()
Linus Groh
2021-11-24
LibJS: Implement balance_duration_relative()
Luke Wilde
2021-11-24
LibJS: Implement add_duration()
Luke Wilde
2021-11-24
LibJS: Implement default_temporal_largest_unit()
Luke Wilde
2021-11-24
LibJS: Fix incorrectly formatted section comments
Linus Groh
2021-11-19
LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime
Linus Groh
2021-11-17
LibJS: Disallow Temporal.Duration input values to be non-integers
Linus Groh
2021-11-13
LibJS: Implement Temporal.Duration.prototype.total()
Linus Groh
2021-11-13
LibJS: Fix days calculation in round_duration() for "year" - "day" units
Linus Groh
2021-11-13
LibJS: Fix missing handling of "week" largest_unit in balance_duration()
Linus Groh
2021-11-13
LibJS: Fix logic typo in round_duration() remainder calculation
Linus Groh
2021-11-13
LibJS: Fix logic typo in balance_duration() hours calculation
Linus Groh
2021-11-11
LibJS: Implement the required AOs for Temporal.Duration.compare
Luke Wilde
2021-11-09
LibJS: Mark DaysUntil as infallible
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toString()
Linus Groh
[next]