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
Age
Commit message (
Expand
)
Author
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-30
LibJS: Always use AK::get_random() in Math.random()
Andreas Kling
2021-08-28
LibJS: Avoid transitions for name/length of native functions/accessors
Linus Groh
2021-08-28
LibJS: Avoid transitions for more object properties in global object
Linus Groh
2021-08-28
LibJS: Avoid transitions in GlobalObject::initialize_constructor()
Linus Groh
2021-08-28
LibJS: Add define_direct_{property,accessor}_without_transition()
Linus Groh
2021-08-28
LibJS: Avoid pointless transitions and metadata lookups in storage_set()
Linus Groh
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: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AO
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: Add the CompareTemporalTime & CompareISODateTime AOs
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-25
LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters
Brian Gianforcaro
2021-08-24
LibJS: Disallow yield expression correctly in formal parameters
davidot
2021-08-24
LibJS: Fix some small remaining issues with parsing unicode escapes
davidot
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: Fix logic error in RegulateISODate
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
[next]