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-11
Revert "LibJS: Add explicit assertion for days"
Linus Groh
2022-11-11
LibJS: Cache access to bindings in the global environment
Andreas Kling
2022-11-11
LibJS: Make ObjectEnvironment::set_mutable_binding() faster as well
Andreas Kling
2022-11-11
LibJS: Make ObjectEnvironment::get_binding_value() faster in sloppy mode
Andreas Kling
2022-11-11
LibJS: Add explicit assertion for days
Smrtnyk
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-09
LibJS: Move throw_completion(Value) out of line
Andreas Kling
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
[next]