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
/
Tests
Age
Commit message (
Expand
)
Author
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 Temporal.Instant.prototype.toZonedDateTimeISO()
Linus Groh
2021-09-09
LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()
Linus Groh
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: Restore the environment if an exception is thrown in 'with' block
davidot
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.with
Luke Wilde
2021-09-08
test-js: Add a mark_as_garbage method to force GC to collect that object
davidot
2021-09-08
LibJS: Fix Temporal.PlainTime.prototype.equals test
Luke Wilde
2021-09-08
LibJS: Add and use the CreateNegatedTemporalDuration AO
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: Implement Temporal.Instant.prototype.since
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.until
Idan Horowitz
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-06
LibJS: Fix that windows style line endings were not ignored or converted
davidot
2021-09-05
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
Linus Groh
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
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-02
LibJS: Throw RangeError for non-integral values in ToPartialDuration
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
2021-09-02
LibJS: Implement Intl.Locale.prototype.language
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.numeric
Timothy Flynn
2021-09-02
LibJS: Implement most Intl.Locale.Prototype.<<keyword>> properties
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.baseName
Timothy Flynn
2021-09-02
LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList
Timothy Flynn
2021-09-02
LibJS: Add test cases for Intl.Locale.prototype.toString
Timothy Flynn
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.toString()
Timothy Flynn
2021-09-02
LibJS: Compare Unicode locale variants using case-insensitive matching
Timothy Flynn
2021-09-02
LibJS: Remove duplicated error message from ErrorTypes.h
Timothy Flynn
2021-09-02
LibJS: Implement a nearly empty Intl.Locale object
Timothy Flynn
2021-09-01
LibJS: Make 'options' argument of Calendar prototype functions optional
Linus Groh
2021-09-01
LibJS: Throw TypeError if Instant.prototype.round() options is undefined
Linus Groh
2021-09-01
LibJS: Handle Unicode locale extensions in LookupMatcher AO
Timothy Flynn
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toJSON()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toLocaleString()
Linus Groh
[next]