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
2022-10-20
LibJS: Refactor CalendarFields for better linearity
Moustafa Raafat
2022-10-20
LibJS: Simplify ParseTemporalTimeZoneString
Idan Horowitz
2022-10-20
LibJS: Refactor ToRelativeTemporalObject
Idan Horowitz
2022-10-19
LibJS: Remove trivial operations ISO{Year,Month,Day}
Moustafa Raafat
2022-10-19
LibJS: Remove trivial operation IsValidISOMonth
Moustafa Raafat
2022-10-19
LibJS: Merge ISOMonthCode and BuildISOMonthCode
Moustafa Raafat
2022-10-19
LibJS: Improve alias names in ResolveISOMonth
Moustafa Raafat
2022-10-19
LibJS: Simplify ResolveISOMonth
Moustafa Raafat
2022-10-19
LibJS: Support non-base-10 BigInt literals in bytecode VM
Andreas Kling
2022-10-19
LibJS: Support `for (x in obj)` iteration in bytecode VM
Andreas Kling
2022-10-19
LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties
Andreas Kling
2022-10-19
LibJS: Disable bytecode optimizations by default
Andreas Kling
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-17
LibJS: Implement RegExp legacy static properties
leeight
2022-10-17
LibJS: Sync the set of rounding modes
Linus Groh
2022-10-17
LibJS: Add missing validation to remaining Calendar operations
Linus Groh
2022-10-17
LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"
Linus Groh
2022-10-17
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
Linus Groh
2022-10-17
LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones
Linus Groh
2022-10-17
LibJS: Forward a string aproximation of the CallExpression to Call Ops
Hendiadyoin1
2022-10-16
LibJS: Add spec comments to RegExpObject
Linus Groh
2022-10-16
LibJS: Add spec comments to RegExpConstructor
Linus Groh
2022-10-16
LibJS: Implement the RegExpAlloc AO
Linus Groh
2022-10-16
LibJS: Fix TemporalCalendarString ambiguity
Linus Groh
2022-10-16
LibJS: Rename Get{IANA => Named}TimeZonePreviousTransition
Linus Groh
2022-10-16
LibJS: Rename Get{IANA => Named}TimeZoneNextTransition
Linus Groh
2022-10-16
LibJS: Change dateAdd to a required parameter of MoveRelativeDate
Idan Horowitz
2022-10-16
LibJS: Add dateAdd to all remaining MoveRelativeDate calls
Idan Horowitz
2022-10-16
LibJS: Add optional dateAdd parameter to MoveRelativeDate
Idan Horowitz
2022-10-16
LibJS: Add fast path TimeZone conversion to PlainDate#toZonedDateTime
Luke Wilde
2022-10-16
LibJS: Remove extra property check from Instant#toZonedDateTimeISO
Luke Wilde
2022-10-16
LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZone
Luke Wilde
2022-10-16
LibJS: Fast-path ToTemporalCalendar when the argument is a Calendar
Luke Wilde
2022-10-16
LibJS+js: Disable console debug messages outside Serenity only for `js`
networkException
2022-10-15
LibJS: Subtract time zone offsets when converting from local time to UTC
Timothy Flynn
2022-10-15
LibJS: Use infallible ParseTimeZoneOffsetString
Timothy Flynn
2022-10-15
LibJS: Remove Temporal::DefaultTimeZone
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
Timothy Flynn
2022-10-15
LibJS: Replace RoundTowardsZero with truncate
Timothy Flynn
2022-10-15
LibJS: Consolidate sources of system time zone to one location in Date
Timothy Flynn
2022-10-15
LibJS: Expose the StringToNumber AO for public use
Timothy Flynn
2022-10-15
LibJS: Move time zone annotation parsing into ParseISODateTime
snooze6214
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-14
LibJS/Temporal: Fix inconsistency in order of observable operations
Luke Wilde
2022-10-14
LibJS: Make sure to exactly add nanoseconds in add_duration
davidot
2022-10-14
LibJS: Disallow one day long time zone offsets
davidot
2022-10-13
LibJS: Add spec comments to String.prototype.at
Simon Rask
2022-10-13
LibJS: Add spec comments to String.prototype.substring
Simon Rask
[next]