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
2023-01-15
LibJS: Remove now-unused ThrowableFormat header
Timothy Flynn
2023-01-15
LibJS: Port (most of) String.prototype to String
Timothy Flynn
2023-01-15
LibJS: Port Value to-string methods to String
Timothy Flynn
2023-01-15
LibJS: Resolve all UTF-8 rope strings as a String
Timothy Flynn
2023-01-15
LibJS: Define Value::to_string to convert a Value to a String
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Add initial support for creating PrimitiveStrings with AK::String
Timothy Flynn
2023-01-15
LibJS: Define number_to_string to convert a double to a String
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
Timothy Flynn
2023-01-15
LibJS: Rename Utf16String::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Rename VM::string_cache to deprecated_string_cache
Timothy Flynn
2023-01-15
LibJS: Rename PrimitiveString::has_utf8_string to has_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Add ThrowableStringBuilder::to_string to create a new String
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
LibJS: Reword and reorder some steps of the Intl ResolveLocale AO
Timothy Flynn
2023-01-14
LibJS: Consistently use spaces / parentheses in NumberFormat operations
Timothy Flynn
2023-01-14
LibJS: Refer to String elements as code units rather than characters
Timothy Flynn
2023-01-14
LibJS: Update syntax for invoking the GetOption AO from Intl objects
Timothy Flynn
2023-01-14
LibJS: Fix assignment of "isNegative" in FormatNumericToString
Timothy Flynn
2023-01-14
LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs
Timothy Flynn
2023-01-14
LibJS: Set approximate number range format result's "source" to "shared"
Timothy Flynn
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
LibJS: Explicitly disallow references in ThrowCompletionOr
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-13
LibJS: Use integer days in RoundDuration
BodilessSleeper
2023-01-10
LibJS: Use a work queue instead of the C++ stack for the GC mark phase
Andreas Kling
2023-01-10
LibJS: Update ISODaysInMonth in Calendar.cpp
BodilessSleeper
2023-01-09
LibJS: Verify that objects are only initialized once
Linus Groh
2023-01-09
LibJS: Make namespace object initialization lazy as well
Linus Groh
2023-01-09
LibJS: Use intrinsic namespace objects in set_default_global_bindings()
Linus Groh
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-09
LibUnicode+LibJS: Propagate OOM from Unicode normalization
Timothy Flynn
2023-01-09
LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformations
Timothy Flynn
2023-01-09
LibJS: Handle OOM errors in String.prototype.replaceAll
Timothy Flynn
2023-01-09
LibJS: Handle OOM errors in the GetSubstitution AO
Timothy Flynn
2023-01-08
LibJS: Add and begin using a completion-compatible string formatter
Timothy Flynn
2023-01-08
LibJS: Use fallible methods to handle OOM when resolving rope strings
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2023-01-08
LibJS: Move the "other" optional completion in the move constructor
Timothy Flynn
2023-01-08
LibJS: Let Utf16String be forward-declared in Value.h
Timothy Flynn
2023-01-08
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
Timothy Flynn
2023-01-07
LibJS: Only start ElapsedTimer for GC metrics when printing is enabled
Andrew Kaster
2023-01-07
LibJS: Use Core::ElapsedTimer in Bytecode::Pass instead of gettimeofday
Andrew Kaster
[next]