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
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-06
LibJS: Remove the now-unused LocalTZA AO
Timothy Flynn
2022-11-06
LibJS: Change ToLocalTime to use epoch nanoseconds
Timothy Flynn
2022-11-06
LibJS: Remove infallibility marker from DefaultTimeZone invocation
Timothy Flynn
2022-11-05
LibJS: Rename ToShowTimeZoneNameOption to ToTimeZoneNameOption
Smrtnyk
2022-11-04
LibJS: Use more accurate number-to-string method in Number toExponential
Timothy Flynn
2022-11-04
LibJS: Use more accurate number-to-string method in Number toPrecision
Timothy Flynn
2022-11-04
LibJS: Use more accurate number-to-string method in Intl.NumberFormat
Timothy Flynn
2022-11-04
LibJS: Publicly expose double_to_string and rename it number_to_string
Timothy Flynn
2022-11-04
LibJS: Rename ToShowCalendarOption to ToCalendarNameOption
Smrtnyk
2022-11-03
LibJS: Implement precise double_to_string
Dan Klishch
2022-11-03
LibJS: Fix length of PlainDateTime.withPlainTime
Luke Wilde
2022-11-03
LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()
Luke Wilde
2022-11-03
LibJS: Add calendarName: "critical" option to toString() methods
Luke Wilde
2022-11-03
LibJS: Align ISO 8601 grammar with annotations from IXDTF
Luke Wilde
2022-11-03
LibJS: Delegate to NumberFormat for DurationFormat unit formatting
Timothy Flynn
2022-11-03
LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units
Timothy Flynn
2022-11-03
LibJS: Format sanctioned units such that there is one unit per line
Timothy Flynn
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-03
LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical*
Timothy Flynn
2022-11-02
LibJS: Use the UnsignedBigInteger compare_to_double algorithm
Moustafa Raafat
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-11-01
LibJS: Map DurationFormat's list style to "short" when it is "digital"
Timothy Flynn
2022-11-01
LibJS: Alphabetically sort the collations returned by CollationsOfLocale
Timothy Flynn
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
LibJS: Accept calendar names case-insensitively
Yedaya Katsman
2022-10-23
LibJS: Make parseFloat use the new double parser
davidot
2022-10-23
LibJS: Make string_to_double use the new double parser
davidot
2022-10-23
LibJS: Make canonical_numeric_index_string use the new double parser
davidot
2022-10-23
LibJS: Make parse_temporal_duration use the new double parser
davidot
2022-10-23
LibJS: Make PluralRules use the new double parser
davidot
2022-10-23
LibJS: Fix that non-double numbers from JSON were truncated to i32
davidot
2022-10-22
LibJS: Require NanosecondsToDays remainder less than dayLength
Moustafa Raafat
2022-10-22
LibJS: Require that NanosecondsToDays doesn't flip sign
Moustafa Raafat
2022-10-20
LibJS: Make define_native_foo() take SafeFunctions
Andreas Kling
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: Avoid expensive UTF-8/16 conversion in legacy RegExp properties
Andreas Kling
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
[next]