summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Temporal/PlainTime.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-20LibJS/Temporal: Unroll the loop in to_temporal_time_recordJonah
2022-11-20LibJS/Temporal: Reorder Tables by Order of MagnitudeJonah
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]Linus Groh
2022-07-20LibJS: Remove invalid CreateDateDurationRecord AO overloadIdan Horowitz
2022-06-15LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Fold ToPartialTime into ToTemporalTimeRecordLinus Groh
2022-05-08LibJS: Refactor Temporal since/until to common AOsLinus Groh
2022-05-08LibJS: Refactor Temporal add/subtract to common AOsLinus Groh
2022-03-10LibJS: Describe various kinds of "Duration Records"Linus Groh
2021-11-14LibJS: Fix balance_time() for times with negative offset day outcomeLinus Groh
2021-11-02LibJS: Implement TODO()'d parts of balance_duration()Linus Groh
2021-11-01LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()Linus Groh
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-07LibJS: Use round_number_to_increment(double) in round_time()Linus Groh
2021-10-06LibJS: Add missing headersBen Wiederhake
2021-09-16LibJS: Convert PlainTime AOs to ThrowCompletionOrIdan Horowitz
2021-09-09LibJS: Make to_temporal_time_record() time like Object a const&Linus Groh
2021-09-09LibJS: Make new_target parameter of all Temporal AOs a const*Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toString()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.withLuke Wilde
2021-08-27LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AOIdan Horowitz
2021-08-27LibJS: Add the CompareTemporalTime & CompareISODateTime AOsIdan Horowitz
2021-08-23LibJS: Implement Temporal.PlainDateTime.from()Linus Groh
2021-07-28LibJS: Start implementing Temporal.PlainTimeLinus Groh
2021-07-27LibJS: Implement Temporal.Now.plainDate()Linus Groh
2021-07-26LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/CalendarIdan Horowitz
2021-07-12LibJS: Add the ToTemporalInstant Abstract Operation & its requirementsIdan Horowitz