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
/
Instant.cpp
Age
Commit message (
Expand
)
Author
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-03-10
LibJS: Add missing check in ParseTemporalInstant
Linus Groh
2022-03-10
LibJS: Fix "set it to" language to be more explicit
Linus Groh
2022-03-10
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-01-13
LibJS: Mark CreateTemporalTimeZone("UTC") as infallible
Linus Groh
2021-11-04
LibJS: Introduce & use FormatISOTimeZoneOffsetString
Linus Groh
2021-10-23
LibJS: Mark GetEpochFromISOParts as infallible
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDateTime AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert Instant AOs to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert TimeZone AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
Idan Horowitz
2021-09-09
LibJS: Store Instant's and ZonedDateTime's m_nanoseconds as a const&
Linus Groh
2021-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-09-08
LibJS: Replace String const& with StringView in various Temporal AOs
Linus Groh
2021-09-06
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
Idan Horowitz
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toString()
Linus Groh
2021-08-08
LibJS: Add missing spec links
Linus Groh
2021-08-07
LibJS: Implement Temporal.Instant.prototype.add()
Linus Groh
2021-08-03
LibJS: Add a js_bigint(VM&, ...) overload and use it
Linus Groh
2021-08-01
LibJS: Handle ZonedDateTime in ToTemporalInstant
Linus Groh
2021-07-19
LibJS: Reflect recent editorial changes in the Temporal proposal
Linus Groh
2021-07-12
LibJS: Add Temporal.Instant.prototype.round()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-07
LibJS: Start implementing Temporal.Instant
Linus Groh