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
2021-12-14
LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value
Linus Groh
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
2021-12-10
LibJS: Implement the thisTimeValue() AO and use it where applicable
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-10
LibJS: Use locale-aware day period time ranges to format period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleDateString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleString
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRange
Timothy Flynn
2021-12-09
LibJS: Store range format patterns in the Intl.DateTimeFormat object
Timothy Flynn
2021-12-09
LibJS: Do not return views into potentially freed memory
Timothy Flynn
2021-12-09
LibJS: Update spec comment in balance_duration_relative()
Linus Groh
2021-12-09
LibJS: Update spec comment in Temporal.Duration.prototype.round()
Linus Groh
2021-12-09
LibJS: Add Handle::operator->()
Andreas Kling
2021-12-08
LibJS: Simplify TemporalInstantString
Linus Groh
2021-12-08
LibJS: Move calendar validation out of parse_temporal_calendar_string
Luke Wilde
2021-12-08
LibJS: Simplify return in parse_temporal_date_time_string
Luke Wilde
2021-12-08
LibJS: Remove duplicated spec step in parse_iso_date_time
Luke Wilde
2021-12-08
LibJS: Implement Intl.DateTimeFormat.prototype.formatToParts
Timothy Flynn
2021-12-08
LibJS: Implement (most of) Intl.DateTimeFormat.prototype.format
Timothy Flynn
2021-12-08
LibJS: Cache the data locale used by Intl.DateTimeFormat
Timothy Flynn
2021-12-08
LibJS: Add an accessor for the %Date.now% instrinsic property
Timothy Flynn
2021-12-08
LibJS: Implement Date's Week Day AO
Timothy Flynn
2021-12-08
LibJS: Implement Date's TimeClip AO
Timothy Flynn
2021-12-08
LibJS: Do not override hour, minute, and second format field lengths
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigits
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Supply field type in CalendarPattern's for-each method
Timothy Flynn
2021-12-08
LibJS: Mark Function object's private environment during GC
Andreas Kling
2021-12-08
LibJS: Mark entire private environment chains during GC
Andreas Kling
2021-12-08
LibJS: Make sure private environments are marked during GC
Andreas Kling
2021-12-08
LibJS: Only allocate space for Object private elements if needed
Andreas Kling
2021-12-06
LibJS: Always respect user-provided format field lengths
Timothy Flynn
2021-12-06
LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailable
Timothy Flynn
2021-12-01
LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays
Timothy Flynn
2021-11-30
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
Timothy Flynn
2021-11-29
LibJS: Implement Temporal.Duration.prototype.subtract
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.add
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.round
Luke Wilde
2021-11-29
LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptions
Timothy Flynn
2021-11-29
LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Separate number formatting methods from Locale.h
Timothy Flynn
2021-11-29
LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector
Timothy Flynn
2021-11-29
LibJS: Implement the async versions of iterator operations
davidot
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
[next]