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
Age
Commit message (
Expand
)
Author
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDate
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTime
Luke Wilde
2021-11-05
LibJS: Adjust approximated result in year_from_time() if necessary
Linus Groh
2021-11-05
LibJS: Account for leap days in year_from_time()
Linus Groh
2021-11-04
LibJS: Replace a couple of TODO()'s in Temporal with InternalError
Linus Groh
2021-11-04
LibJS: Remove TODO() from implemented code path
Linus Groh
2021-11-04
LibJS: Introduce & use FormatISOTimeZoneOffsetString
Linus Groh
2021-11-04
LibJS: Move common code into RejectObjectWithCalendarOrTimeZone
Linus Groh
2021-11-04
LibJS: Update ToTemporalTimeRecord to not require all properties
Linus Groh
2021-11-04
LibJS: Implement Temporal.ZonedDateTime.prototype.startOfDay
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.round
Luke Wilde
2021-11-03
LibJS: Implement Temporal.ZonedDateTime.prototype.hoursInDay
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.toJSON
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.toLocaleString
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.toString
Luke Wilde
2021-11-02
LibJS: Implement Temporal.PlainTime.prototype.round
Luke Wilde
2021-11-02
LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert the PutValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert reference deletion to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Implement Temporal.PlainTime.prototype.toZonedDateTime()
Linus Groh
2021-11-02
LibJS: Implement Temporal.PlainDateTime.prototype.toZonedDateTime()
Linus Groh
2021-11-02
LibJS: Implement Temporal.PlainDate.prototype.toZonedDateTime()
Linus Groh
2021-11-02
LibJS: Implement Temporal.PlainDate.prototype.subtract()
Linus Groh
2021-11-02
LibJS: Implement Temporal.PlainDate.prototype.add()
Linus Groh
2021-11-02
LibJS: Implement Temporal.PlainDateTime.prototype.subtract()
Linus Groh
2021-11-02
LibJS: Implement Temporal.PlainDateTime.prototype.add()
Linus Groh
2021-11-02
LibJS: Implement TODO()'d parts of balance_duration()
Linus Groh
2021-11-01
LibJS: Implement Temporal.PlainTime.prototype.subtract()
Luke Wilde
2021-11-01
LibJS: Implement Temporal.PlainTime.prototype.add()
Luke Wilde
2021-11-01
LibJS: Implement Temporal.TimeZone.prototype.getInstantFor()
Linus Groh
2021-10-31
LibJS: Remove old Native Functions
Idan Horowitz
2021-10-31
LibJS: Use ThrowCompletionOr accessors in CreateMappedArgumentsObject
Idan Horowitz
2021-10-31
LibJS: Convert %IteratorPrototype% to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert ObjectConstructor to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert ObjectConstructor GetOwnPropertyKeys to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert GlobalObject to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert GlobalObject's Encode and Decode AOs to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert Object.prototype to ThrowCompletionOr
Timothy Flynn
2021-10-30
LibJS: Update spec comment in parse_temporal_time_zone_string()
Linus Groh
2021-10-30
LibJS: Fix format_time_zone_offset_string() for negative offsets
Linus Groh
2021-10-30
LibJS: Update parse_temporal_time_zone_string() substring bounds
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getPossibleInstantsFor()
Linus Groh
2021-10-30
LibJS: Mark single argument BigInt() constructor as 'explicit'
Linus Groh
2021-10-30
LibJS: Ensure make_day()'s temporary Core::DateTime is treated as UTC
Linus Groh
2021-10-30
LibJS: Fix off-by-one in make_day()'s temporary Core::DateTime
Linus Groh
2021-10-29
LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert GeneratorObjectPrototype functions to ThrowCompletionOr
Idan Horowitz
[next]