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-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
2021-11-13
LibJS: Implement Temporal.Duration.prototype.total()
Linus Groh
2021-11-13
LibJS: Fix days calculation in round_duration() for "year" - "day" units
Linus Groh
2021-11-13
LibJS: Fix missing handling of "week" largest_unit in balance_duration()
Linus Groh
2021-11-13
LibJS: Fix logic typo in round_duration() remainder calculation
Linus Groh
2021-11-13
LibJS: Fix logic typo in balance_duration() hours calculation
Linus Groh
2021-11-13
LibJS+LibUnicode: Fully implement currency number formatting
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Generate all styles of currency localizations
Timothy Flynn
2021-11-13
LibJS: Implement Temporal.ZonedDateTime.prototype.with()
Linus Groh
2021-11-13
LibJS: Rename MatchBehavior members back to their old names
Linus Groh
2021-11-12
LibJS: Clear exception after running each queued Promise job
Linus Groh
2021-11-12
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
Ali Mohammad Pur
2021-11-12
LibJS: Implement async functions as generator functions in BC mode
Ali Mohammad Pur
2021-11-12
LibJS: Run the queued promise reaction jobs on bytecode interpreter exit
Ali Mohammad Pur
2021-11-12
LibJS: Make Bytecode::Interpreter return the popped frame
Ali Mohammad Pur
2021-11-12
LibJS: Fix codegen for nodes after try statements without 'finally'
Ali Mohammad Pur
2021-11-12
LibJS: Use a 'Return' completion for generator object body evaluation
Ali Mohammad Pur
2021-11-12
LibJS: Use the correct prototype for generator functions
Ali Mohammad Pur
2021-11-12
LibJS: Implement Temporal.ZonedDateTime.prototype.subtract
Luke Wilde
2021-11-12
LibJS: Implement Temporal.ZonedDateTime.prototype.add
Luke Wilde
2021-11-12
LibJS: Begin implementing Intl.NumberFormat.prototype.format
Timothy Flynn
2021-11-12
LibJS: Change Intl's PatternPartition record to hold a String value
Timothy Flynn
2021-11-11
LibJS: Implement Temporal.Duration.compare
Luke Wilde
2021-11-11
LibJS: Implement the required AOs for Temporal.Duration.compare
Luke Wilde
2021-11-11
Userland: Include Vector.h in a few places to make HeaderCheck happy
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-11
LibJS: Add missing (void) to handle [[nodiscard]] TRY() result
Linus Groh
2021-11-10
LibJS: Implement the rest of to_temporal_month_day()
Linus Groh
2021-11-10
LibJS: Rename ZonedDateTime's MatchBehavior enum members to match spec
Linus Groh
[next]