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
/
PlainTime.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_time_record
Jonah
2022-11-20
LibJS/Temporal: Reorder Tables by Order of Magnitude
Jonah
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-07-20
LibJS: Remove invalid CreateDateDurationRecord AO overload
Idan Horowitz
2022-06-15
LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecord
Linus Groh
2022-06-15
LibJS: Fold ToPartialTime into ToTemporalTimeRecord
Linus Groh
2022-05-08
LibJS: Refactor Temporal since/until to common AOs
Linus Groh
2022-05-08
LibJS: Refactor Temporal add/subtract to common AOs
Linus Groh
2022-03-10
LibJS: Describe various kinds of "Duration Records"
Linus Groh
2021-11-14
LibJS: Fix balance_time() for times with negative offset day outcome
Linus Groh
2021-11-02
LibJS: Implement TODO()'d parts of balance_duration()
Linus Groh
2021-11-01
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
Linus Groh
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-07
LibJS: Use round_number_to_increment(double) in round_time()
Linus Groh
2021-10-06
LibJS: Add missing headers
Ben Wiederhake
2021-09-16
LibJS: Convert PlainTime AOs to ThrowCompletionOr
Idan Horowitz
2021-09-09
LibJS: Make to_temporal_time_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: Implement Temporal.PlainTime.prototype.toString()
Linus Groh
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.with
Luke Wilde
2021-08-27
LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AO
Idan Horowitz
2021-08-27
LibJS: Add the CompareTemporalTime & CompareISODateTime AOs
Idan Horowitz
2021-08-23
LibJS: Implement Temporal.PlainDateTime.from()
Linus Groh
2021-07-28
LibJS: Start implementing Temporal.PlainTime
Linus Groh
2021-07-27
LibJS: Implement Temporal.Now.plainDate()
Linus Groh
2021-07-26
LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar
Idan Horowitz
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz