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-25
LibLocale+LibJS: Update to CLDR version 42.0.0
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-24
LibJS: Only use 1 bit for Cell boolean flag
Andreas Kling
2022-10-24
LibJS: Add Cell::must_survive_garbage_collection() mechanism
Andreas Kling
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: Make Token use the new double parser
davidot
2022-10-23
LibJS: Fix that non-double numbers from JSON were truncated to i32
davidot
2022-10-23
LibJS: Make a TypedArray test actually run on all different types
davidot
2022-10-23
LibJS: Add descriptive output to test-commons expect().toThrow()
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: Add a finalization pass to the garbage collector
Andreas Kling
2022-10-20
LibJS: Make define_native_foo() take SafeFunctions
Andreas Kling
2022-10-20
LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap
Andreas Kling
2022-10-20
LibJS: Remove unnecessary operator==() for ({Nonnull,}GCPtr<T>, T*)
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: 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
[next]