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
2022-07-08
LibJS: Implement Intl.PluralRules.prototype.select
Timothy Flynn
2022-07-08
LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-08
LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralForm
Timothy Flynn
2022-07-08
LibJS: Mark the NumberFormat parameter of FormatNumericToString as const
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.weekInfo property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.textInfo property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.timeZones property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.numberingSystems property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.hourCycles property
Timothy Flynn
2022-07-06
LibJS: Partially implement Intl.Locale.prototype.collations property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.calendars property
Timothy Flynn
2022-07-06
LibJS: Revert partial resizable ArrayBuffer implementation
Linus Groh
2022-07-06
LibJS: Make AST.cpp compile with -O0
Linus Groh
2022-07-06
LibJS: Properly compute the line for source location hints
DexesTTP
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-05
LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguous
Linus Groh
2022-07-05
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegative
Linus Groh
2022-07-05
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguous
Linus Groh
2022-07-05
LibJS: Simplify TimeZoneNumericUTCOffsetNotAmbiguous
Linus Groh
2022-07-05
LibJS: Consistently check Temporal overflow options
Linus Groh
2022-07-05
LibJS: Remove unnecessary checks for undefined before ToPositiveInteger
Linus Groh
2022-07-04
LibJS: Explicitly instantiate Parser::parse_function_node
Daniel Bertalan
2022-07-04
LibJS/Tests: Disable one Array.prototype.toSpliced test for now
Linus Groh
2022-07-04
LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1
Linus Groh
2022-07-04
LibJS: Use u64 for the length parameter in Array::create()
Linus Groh
2022-07-04
LibJS: Add spec comments to ArrayCreate
Linus Groh
2022-07-04
LibJS: Use a template for 'Value from integral number' constructors
Linus Groh
2022-07-03
LibJS: Avoid potential overflow in Array.prototype.toSpliced()
Linus Groh
2022-07-03
LibJS: Add tests for %TypedArray%.prototype.toReversed
Obinna Ikeh
2022-07-03
LibJS: Add %TypedArray%.prototype.toReversed
Obinna Ikeh
2022-07-02
LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat
Idan Horowitz
2022-07-02
LibJS: Disallow mixed-sign durations in Intl.DurationFormat
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.formatToParts
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.format
Idan Horowitz
2022-07-01
LibJS: Implement the PartitionDurationFormatPattern abstract operation
Idan Horowitz
2022-07-01
LibUnicode: Generate data about DurationFormat-required units as well
Idan Horowitz
2022-07-01
LibJS: Implement the ToDurationRecord abstract operation
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.resolvedOptions
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.supportedLocalesOf
Idan Horowitz
2022-07-01
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
Idan Horowitz
2022-06-30
LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructor
Linus Groh
2022-06-30
LibJS/Bytecode: End the for variable scope at the start of its end block
Luke Wilde
2022-06-30
LibJS/Bytecode: Make for, do/while and while always switch to end block
Luke Wilde
2022-06-29
LibJS: Add tests cases for %TypedArray%.prototype.toSorted function
Obinna Ikeh
2022-06-29
LibJS: Add %TypedArray%.prototype.toSorted
Obinna Ikeh
2022-06-29
LibJS: Implement element comparison function for typed arrays
Obinna Ikeh
2022-06-29
LibJS: Use null-prototype objects in a few more places in Temporal
Linus Groh
2022-06-29
LibJS: Fix production for time zone name in time zone strings
Linus Groh
2022-06-29
LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Mark BalanceDuration as infallible in DifferenceISODateTime
Linus Groh
[next]