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-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
2022-06-29
LibJS: Replace one use of BalanceISODate with CreateISODateRecord
Linus Groh
2022-06-29
LibJS: Assert DifferenceISODateTime is called with valid datetime values
Linus Groh
2022-06-29
LibJS: Replace guaranteed zero [[Days]] field with constant zero
Linus Groh
2022-06-29
LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTime
Linus Groh
2022-06-27
LibJS: Check for add overflow in `DataViewConstructor`
Cyber Gsus
2022-06-26
LibJS: Infer file extensions when resolving module paths
Linus Groh
2022-06-26
LibJS: Rename filepath to filename in module related code
Linus Groh
2022-06-26
LibJS: Replace enumeration macro in typed_array_species_create()
Linus Groh
2022-06-26
LibJS: Store fn pointer to its intrinsic constructor on TypedArrayBase
Linus Groh
2022-06-24
LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit
Linus Groh
2022-06-24
LibJS: Refactor common option reading into the GetDifferenceSettings AO
Linus Groh
2022-06-24
LibJS: Mark CreateTemporalDate in AddDateTime as infallible
Linus Groh
2022-06-24
LibJS: Mark CreateTemporalDate in ToRelativeTemporalObject as fallible
Linus Groh
2022-06-24
LibJS: Mark some calls of CreateTemporalDate as infallible
Linus Groh
2022-06-24
LibJS: Mark PlainTime.prototype.round's CreateTemporalTime infallible
Linus Groh
2022-06-24
LibJS: Assert RoundISODateTime is called with values within the limits
Linus Groh
2022-06-24
LibJS: Assert AddTime is called with a valid time
Linus Groh
2022-06-24
LibJS: Add Number conversion in PrepareTemporalFields
Linus Groh
2022-06-24
LibJS: Add Number conversion in ZonedDateTime.prototype.getISOFields()
Linus Groh
2022-06-24
LibJS: Add Number conversion in AddDu/ToOrSubtractDu/FromPlainYearMonth
Linus Groh
2022-06-24
LibJS: Add conversion to mathematical number in ToTemporalTimeRecord
Linus Groh
2022-06-24
LibJS: Check for invalid epoch ns in DisambiguatePossibleInstants
Linus Groh
2022-06-24
LibJS: Check for invalid epoch nanoseconds in NanosecondsToDays
Linus Groh
2022-06-24
LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffset
Linus Groh
2022-06-24
LibJS: Check for invalid epoch nanoseconds in getPossibleInstantsFor()
Linus Groh
2022-06-24
LibJS: Remove duplicate steps for offset-only time zones
Linus Groh
2022-06-24
LibJS: Remove check for Instant range before subtracting UTC offset
Linus Groh
2022-06-24
LibJS: Remove unnecessary modulo operation in GetISOPartsFromEpoch
Linus Groh
[next]