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
/
builtins
Age
Commit message (
Expand
)
Author
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-08-31
LibJS: Implement Temporal.Instant.prototype.toJSON()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toLocaleString()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toString()
Linus Groh
2021-08-30
LibJS: Implement Temporal.Calendar.prototype.dateAdd()
Linus Groh
2021-08-30
LibJS: Canonicalize Unicode locale extension attributes and keywords
Timothy Flynn
2021-08-30
LibJS: Reject structurally invalid Unicode locale extensions
Timothy Flynn
2021-08-27
LibJS: Implement Temporal.ZonedDateTime.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.ZonedDateTime.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainYearMonth.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainYearMonth.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDate.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDate.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.Calendar.prototype.eraYear()
Linus Groh
2021-08-27
LibJS: Implement Temporal.Calendar.prototype.era()
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.withPlainTime()
Idan Horowitz
2021-08-27
LibJS: Implement Temporal.PlainTime.prototype.equals()
Idan Horowitz
2021-08-27
LibJS: Implement Temporal.PlainTime.compare()
Idan Horowitz
2021-08-27
LibJS: Implement Temporal.PlainTime.from()
Idan Horowitz
2021-08-27
LibJS: Implement Temporal.PlainDate.prototype.toPlainDateTime()
Idan Horowitz
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.equals()
Idan Horowitz
2021-08-27
LibJS: Implement Temporal.PlainDateTime.compare()
Idan Horowitz
2021-08-27
LibJS: Extend Intl.DisplayNames.of to support currency tags
Timothy Flynn
2021-08-27
LibJS: Extend Intl.DisplayNames.of to support script tags
Timothy Flynn
2021-08-27
LibJS: Extend Intl.DisplayNames.of to support language tags
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.of
Timothy Flynn
2021-08-26
LibJS: Implement Intl.getCanonicalLocales
Timothy Flynn
2021-08-26
LibJS: Implement the Intl.DisplayNames constructor
Timothy Flynn
2021-08-26
LibJS: Implement a nearly empty Intl.DisplayNames object
Timothy Flynn
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-23
LibJS: Implement Temporal.PlainDateTime.from()
Linus Groh
2021-08-23
LibJS: Implement Promise.race on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.allSettled on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.any on the Promise constructor
Timothy Flynn
2021-08-21
LibJS: Implement Promise.all on the Promise constructor
Timothy Flynn
[next]