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-24
LibJS: Add sign(Crypto::SignedBigInteger const&) overload
Linus Groh
2021-11-24
LibJS: Fix incorrectly formatted section comments
Linus Groh
2021-11-24
LibJS: Re-implement SetNumberFormatDigitOptions AO
Timothy Flynn
2021-11-24
LibJS: Update spec comments in GetOption and DefaultNumberOption AOs
Timothy Flynn
2021-11-24
LibJS: Don't accept UTC designators in strings for plain Temporal types
Linus Groh
2021-11-24
LibJS: Fix parse ErrorType used in parse_temporal_date_string()
Linus Groh
2021-11-23
LibJS: Update to_largest_temporal_unit() to allow undefined fallback
Linus Groh
2021-11-21
LibJS: Parse async generator functions
davidot
2021-11-21
LibJS: Don't set a prototype property on async functions
davidot
2021-11-21
LibJS: Implement Temporal.PlainDateTime.prototype.since()
Linus Groh
2021-11-21
LibJS: Implement Temporal.PlainDateTime.prototype.until()
Linus Groh
2021-11-21
LibJS: Implement Temporal.PlainTime.prototype.since()
Linus Groh
2021-11-21
LibJS: Implement Temporal.PlainTime.prototype.until()
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalInstantString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalCalendarString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalRelativeToString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalZonedDateTimeString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalYearMonthString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalMonthDayString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalTimeString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalDateTimeString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalDateString
Linus Groh
2021-11-20
LibJS: Update parse_temporal_time_zone() to match the spec again
Linus Groh
2021-11-20
LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()
Linus Groh
2021-11-20
LibJS: Fix fallback of hour, minute, second in parse_iso_date_time()
Linus Groh
2021-11-20
LibJS: Start fleshing out an ISO 8601 parser for Temporal
Linus Groh
2021-11-19
LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime
Linus Groh
2021-11-19
LibJS: Update spec comments in format_time_zone_offset_string()
Linus Groh
2021-11-19
LibJS: Allow string as parameter in Temporal's round() / total()
Linus Groh
2021-11-17
LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()
Linus Groh
2021-11-17
LibJS: Disallow Temporal.Duration input values to be non-integers
Linus Groh
2021-11-17
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
davidot
2021-11-17
LibJS: Remove fallback value for get_offset_nanoseconds_for
Luke Wilde
2021-11-17
LibJS: Implement ECMA-402 Array.prototype.toLocaleString
Timothy Flynn
2021-11-17
LibJS: Implement ECMA-402 Number.prototype.toLocaleString
Timothy Flynn
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
LibJS: Implement unit number formatting
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Support multiple identifiers within format pattern
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Rename the generated compact_identifier to identifier
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Rename method to select a NumberFormat plurality
Timothy Flynn
2021-11-16
LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time()
Linus Groh
2021-11-16
LibJS: Use else-if's in Temporal.Duration.prototype.until
Luke Wilde
2021-11-16
LibJS: Implement Temporal.PlainDate.prototype.since
Luke Wilde
2021-11-16
LibJS: Implement Temporal.PlainDate.prototype.until
Luke Wilde
2021-11-16
LibJS: Conditionally ignore [[UseGrouping]] in compact notation
Timothy Flynn
2021-11-16
LibJS: Remove FIXME comment from PartitionNotationSubPattern AO
Timothy Flynn
2021-11-16
LibJS: Implement compact formatting for Intl.NumberFormat
Timothy Flynn
2021-11-16
LibJS: Cache the number format used for compact notation
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Fix computation of compact pattern exponents
Timothy Flynn
[next]