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
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: 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 %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-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: 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
[next]