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
Age
Commit message (
Expand
)
Author
2023-01-06
LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation
BodilessSleeper
2023-01-06
LibJS: Replace "is not zero" language in Temporal comments
BodilessSleeper
2023-01-05
LibJS: Convert calendar operation results to floats
BodilessSleeper
2023-01-03
LibJS: Rename ToPositiveInteger -> ToPositiveIntegerWithTruncation
BodilessSleeper
2023-01-03
LibJS: Update comments in Temporal/Calendar.cpp
BodilessSleeper
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-31
LibJS: Fix spec link and spec comment in PlainYearMonth
BodilessSleeper
2022-12-31
LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonth
BodilessSleeper
2022-12-26
LibJS: Add yearOfWeek calendar methods and properties
Luke Wilde
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-02
LibJS: Throw on conversion from TimeZone to Calendar and vice versa
Linus Groh
2022-12-02
LibJS: Align Temporal.{Calendar,TimeZone} id getters with toString
Linus Groh
2022-11-26
LibJS: Use Object's new deferred instrinsic storage for GlobalObject
Timothy Flynn
2022-11-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_time_record
Jonah
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_duration_record
Jonah
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_partial_dictation_record
Jonah
2022-11-20
LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral
Jonah
2022-11-20
LibJS/Temporal: Reorder Tables by Order of Magnitude
Jonah
2022-11-11
Revert "LibJS: Add explicit assertion for days"
Linus Groh
2022-11-11
LibJS: Add explicit assertion for days
Smrtnyk
2022-11-05
LibJS: Rename ToShowTimeZoneNameOption to ToTimeZoneNameOption
Smrtnyk
2022-11-04
LibJS: Rename ToShowCalendarOption to ToCalendarNameOption
Smrtnyk
2022-11-03
LibJS: Fix length of PlainDateTime.withPlainTime
Luke Wilde
2022-11-03
LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()
Luke Wilde
2022-11-03
LibJS: Add calendarName: "critical" option to toString() methods
Luke Wilde
2022-11-03
LibJS: Align ISO 8601 grammar with annotations from IXDTF
Luke Wilde
2022-11-02
LibJS: Use the UnsignedBigInteger compare_to_double algorithm
Moustafa Raafat
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-10-24
LibJS: Accept calendar names case-insensitively
Yedaya Katsman
2022-10-23
LibJS: Make parse_temporal_duration use the new double parser
davidot
2022-10-22
LibJS: Require NanosecondsToDays remainder less than dayLength
Moustafa Raafat
2022-10-22
LibJS: Require that NanosecondsToDays doesn't flip sign
Moustafa Raafat
2022-10-20
LibJS: Refactor CalendarFields for better linearity
Moustafa Raafat
2022-10-20
LibJS: Simplify ParseTemporalTimeZoneString
Idan Horowitz
2022-10-20
LibJS: Refactor ToRelativeTemporalObject
Idan Horowitz
2022-10-19
LibJS: Remove trivial operations ISO{Year,Month,Day}
Moustafa Raafat
2022-10-19
LibJS: Remove trivial operation IsValidISOMonth
Moustafa Raafat
2022-10-19
LibJS: Merge ISOMonthCode and BuildISOMonthCode
Moustafa Raafat
2022-10-19
LibJS: Improve alias names in ResolveISOMonth
Moustafa Raafat
2022-10-19
LibJS: Simplify ResolveISOMonth
Moustafa Raafat
2022-10-17
LibJS: Sync the set of rounding modes
Linus Groh
2022-10-17
LibJS: Add missing validation to remaining Calendar operations
Linus Groh
[next]