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-11
LibJS: Teach GetVariable bytecode op to deal with global variable cache
Andreas Kling
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-11
Revert "LibJS: Add explicit assertion for days"
Linus Groh
2022-11-11
LibJS: Make Identifier::execute() actually use the lookup cache
Andreas Kling
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-08
LibJS: Add thorough tests for try/finally using continue and break
Luke Wilde
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
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
[next]