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
Age
Commit message (
Expand
)
Author
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/Tests: Fix failing Array.prototype.toLocaleString() test
Linus Groh
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
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
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
2021-11-16
LibJS: Unbreak to_iso_day_of_week
Nico Weber
2021-11-15
LibJS: Use modulo() function in to_iso_day_of_week
Nico Weber
2021-11-15
LibJS: Fix leap year check in to_iso_week_of_year() for week < 1
Linus Groh
2021-11-14
LibJS: Fix balance_time() for times with negative offset day outcome
Linus Groh
2021-11-14
LibJS: Add missing spaces in balance_iso_date() spec comments
Linus Groh
2021-11-14
LibJS: Fix incorrect use of "modulo" in balance_iso_year_month()
Linus Groh
2021-11-14
LibJS: Implement engineering and scientific number formatting
Timothy Flynn
2021-11-14
LibJS: Define the "name" property on the number format function
Timothy Flynn
2021-11-14
LibJS: Remove redundant exception checks from initialize_constructor()
Linus Groh
2021-11-14
LibJS: Convert push_execution_context() to ThrowCompletionOr
Linus Groh
2021-11-14
LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr
Linus Groh
2021-11-14
LibJS: Convert TypedArray create() functions to ThrowCompletionOr
Linus Groh
2021-11-14
LibJS: Call [[Reject]] in PromiseResolveThenableJob after abrupt then()
Linus Groh
2021-11-14
LibJS: Don't coerce this value to object in Promise.prototype.finally()
Linus Groh
2021-11-14
LibJS: Don't coerce this value to object in Promise.resolve()
Linus Groh
2021-11-14
LibJS: Convert call_job_callback() to ThrowCompletionOr
Linus Groh
2021-11-14
LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor
Linus Groh
2021-11-14
LibJS: Annotate Promise implementation with spec comments
Linus Groh
2021-11-14
LibJS: Implement number grouping for Intl.NumberFormat
Timothy Flynn
2021-11-13
LibJS: Implement Temporal.ZonedDateTime.prototype.round
Luke Wilde
2021-11-13
LibJS: Implement Intl.NumberFormat.prototype.formatToParts
Timothy Flynn
2021-11-13
LibJS: Throw an exception in NumberFormat.prototype.format for BigInts
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern
Timothy Flynn
2021-11-13
LibJS: Avoid potential for dangling string views in partition patterns
Timothy Flynn
[next]