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.h
Age
Commit message (
Expand
)
Author
2022-06-18
LibJS: Make relativeTo required for AdjustRoundedDurationDays
Linus Groh
2022-06-15
LibJS: Remove constant arguments from CalculateOffsetShift
Linus Groh
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-08
LibJS: Simplify DaysUntil
Linus Groh
2022-05-08
LibJS: Refactor Temporal add/subtract to common AOs
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: Move string-parsing code into ToTemporalDurationRecord
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
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-19
LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime
Linus Groh
2021-11-11
LibJS: Implement the required AOs for Temporal.Duration.compare
Luke Wilde
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toString()
Linus Groh
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-06
LibJS: Add missing headers
Ben Wiederhake
2021-09-17
LibJS: Convert Duration AOs to ThrowCompletionOr
Linus Groh
2021-09-09
LibJS: Make to_temporal_duration_record() time like Object a const&
Linus Groh
2021-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-09-08
LibJS: Add and use the CreateNegatedTemporalDuration AO
Linus Groh
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-08-08
LibJS: Mark getters of more Temporal objects [[nodiscard]]
Linus Groh
2021-08-07
LibJS: Implement Temporal.Instant.prototype.add()
Linus Groh
2021-08-01
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
Linus Groh
2021-07-22
LibJS: Remove pointless 'explicit' from a couple of constructors
Linus Groh
2021-07-19
LibJS: Implement Temporal.Duration.from()
Linus Groh
2021-07-19
LibJS: Fix TemporalDurationLike property order
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.with()
Linus Groh
2021-07-16
LibJS: Start implementing Temporal.Duration
Linus Groh