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-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
2022-10-16
LibJS: Remove extra property check from Instant#toZonedDateTimeISO
Luke Wilde
2022-10-16
LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZone
Luke Wilde
2022-10-16
LibJS: Fast-path ToTemporalCalendar when the argument is a Calendar
Luke Wilde
2022-10-15
LibJS: Subtract time zone offsets when converting from local time to UTC
Timothy Flynn
2022-10-15
LibJS: Use infallible ParseTimeZoneOffsetString
Timothy Flynn
2022-10-15
LibJS: Remove Temporal::DefaultTimeZone
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]
Timothy Flynn
2022-10-15
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
Timothy Flynn
2022-10-15
LibJS: Replace RoundTowardsZero with truncate
Timothy Flynn
2022-10-15
LibJS: Consolidate sources of system time zone to one location in Date
Timothy Flynn
2022-10-15
LibJS: Expose the StringToNumber AO for public use
Timothy Flynn
2022-10-15
LibJS: Move time zone annotation parsing into ParseISODateTime
snooze6214
2022-10-14
LibJS/Temporal: Fix inconsistency in order of observable operations
Luke Wilde
2022-10-14
LibJS: Make sure to exactly add nanoseconds in add_duration
davidot
2022-10-14
LibJS: Disallow one day long time zone offsets
davidot
2022-10-13
LibJS: Add spec comments to String.prototype.at
Simon Rask
2022-10-13
LibJS: Add spec comments to String.prototype.substring
Simon Rask
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-10-06
LibJS: Use Unicode normalization within String.prototype.normalize
Timothy Flynn
2022-10-06
LibJS: Visit GC allocated members of ModuleEnvironment
networkException
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-02
LibJS: Capture promise capability in new_promise_capability() executor
Linus Groh
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)
Linus Groh
2022-10-02
LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructors
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-02
LibJS: Update outdated PROMISE_DEBUG logging
Linus Groh
2022-10-01
LibJS: Store symbols in a Handle inside PropertyKey
Idan Horowitz
2022-10-01
LibJS: Include Environment.h directly in ClassFieldDefinition.h
Idan Horowitz
2022-09-27
LibWeb: Implement most WebIDL promise operations
Linus Groh
2022-09-27
LibJS: Make JS::NativeFunction use JS::SafeFunction internally
Linus Groh
2022-09-27
LibJS: Add JSON.stringify function to the intrinsics
Linus Groh
2022-09-22
LibJS: Change default time display options to "always" for digital style
Timothy Flynn
2022-09-21
LibJS: Create Console using a Realm instead of a VM
Sam Atkins
2022-09-21
LibJS: Implement normative change in String.prototype.substr
davidot
2022-09-21
LibJS: Change digital default style from "narrow" to "short"
Timothy Flynn
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-18
LibJS: Add missing includes
Ben Wiederhake
2022-09-18
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
Timothy Flynn
2022-09-17
LibJS: Parse date strings like "9/17/2022"
davidot
2022-09-17
LibJS: Break another inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-17
LibJS: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-16
LibJS: Supress an unused bind when wrapping float atomic operations
Tim Schumacher
[next]