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-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-09-09
LibJS: Mark TemporalTimeToString as infallible
Linus Groh
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.compare
Luke Wilde
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.from
Luke Wilde
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.prototype.equals
Luke Wilde
2021-09-09
LibJS: Implement ToTemporalYearMonth AO
Luke Wilde
2021-09-09
LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()
Linus Groh
2021-09-09
LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()
Linus Groh
2021-09-09
LibJS: Add a way to attach custom data to a JS::VM instance
Andreas Kling
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.toJSON()
Linus Groh
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.toLocaleString()
Linus Groh
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.toString()
Linus Groh
2021-09-08
LibJS: Replace String const& with StringView in various Temporal AOs
Linus Groh
2021-09-08
LibUnicode+LibJS: Store locale keyword values as a single string
Timothy Flynn
2021-09-08
LibJS: Fix typos in Intl.ListFormat comments
Timothy Flynn
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.with
Luke Wilde
2021-09-08
LibJS: Add and use the CreateNegatedTemporalDuration AO
Linus Groh
2021-09-08
LibJS: Make implementation-defined language more concise
Linus Groh
2021-09-08
LibJS: Use the newly added remainder operation in GetISOPartsFromEpoch
Linus Groh
2021-09-08
LibJS: Validate Calendar.prototype.fields() values more strictly
Linus Groh
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.formatToParts
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.supportedLocalesOf
Timothy Flynn
2021-09-06
LibJS: Implement the Intl.ListFormat constructor
Timothy Flynn
2021-09-06
LibJS: Implement a nearly empty Intl.ListFormat object
Timothy Flynn
2021-09-06
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.since
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.until
Idan Horowitz
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-06
LibJS: Only remove Unicode locale extensions during the LookupMatcher AO
Timothy Flynn
2021-09-06
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
LibJS: Use different stack space limit values for with and without ASAN
Linus Groh
2021-09-05
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
Linus Groh
2021-09-05
LibJS: Add ErrorType::CallStackSizeExceeded
Linus Groh
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-04
LibJS: Add Array::create_from() for generic Vector<T>
Linus Groh
2021-09-04
LibJS: Implement Intl.Locale.prototype.minimize
Timothy Flynn
2021-09-04
LibJS: Implement Intl.Locale.prototype.maximize
Timothy Flynn
2021-09-04
LibJS: Add a constructor to create an Intl.Locale object from a LocaleID
Timothy Flynn
2021-09-04
LibJS: Add missing Intl.Locale initializer for plain boolean type
Timothy Flynn
2021-09-02
LibJS: Account for negative numbers in ToTemporalDurationRecord
Linus Groh
2021-09-02
LibJS: Throw RangeError for non-integral values in ToPartialDuration
Linus Groh
2021-09-02
LibJS: Reflect normative changes in ParseTemporalInstantString
Linus Groh
2021-09-02
LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operator
Luke Wilde
2021-09-02
LibJS: Implement Intl.Locale.prototype.region
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.script
Timothy Flynn
[next]