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-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
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
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-11-01
LibJS: Disable bytecode optimizations again
Andreas Kling
2022-11-01
LibJS: Set default bytecode optimization level to Optimize
Hendiadyoin1
2022-11-01
LibJS: Add a sanity check to bytecodes argument_list_evaluation
Hendiadyoin1
2022-11-01
LibJS: Add a note about inaccuracies to UnifySameBlocks
Hendiadyoin1
2022-11-01
LibJS: Fix MergeBlocks emitting some blocks twice
Hendiadyoin1
2022-11-01
LibJS: Minor cleanups in MergeBlocks
Hendiadyoin1
2022-11-01
LibJS: Don't memcpy NewBigInt instruction
Hendiadyoin1
2022-11-01
LibJS: Expose some information about the bytecode interpreters state
Hendiadyoin1
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
[next]