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-02-17
LibJS: Propagate out-of-memory errors from HostImportModuleDynamically
Timothy Flynn
2023-02-17
LibJS: Convert Error's constructor and prototype to String
Timothy Flynn
2023-02-17
LibJS: Remove unused CodeGenerationError::to_deprecated_string
Timothy Flynn
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-17
LibJS: Add a throwable StringBuilder::join method
Timothy Flynn
2023-02-17
LibJS: Pre-allocate the out-of-memory error string on the VM
Timothy Flynn
2023-02-17
LibJS: Add to_string definitions to CodeGenerationError and ParserError
Timothy Flynn
2023-02-16
LibJS: Actually escape \n|\r|LS|PS when escaping RegExp.source
Ali Mohammad Pur
2023-02-16
LibJS: Manually loop over escaped regex pattern instead of ::replace()
Ali Mohammad Pur
2023-02-16
LibJS: Escape printed strings making them proper string literals
Ali Mohammad Pur
2023-02-16
LibJS: Remove Value::to_deprecated_string_without_side_effects
Timothy Flynn
2023-02-16
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS: Change Print's print_type helper to accept a StringView
Timothy Flynn
2023-02-16
LibJS: Remove unused Reference::to_deprecated_string
Timothy Flynn
2023-02-16
LibJS: Convert CanonicalNumericIndexString to use NumberToString
Timothy Flynn
2023-02-16
LibJS: Convert PropertyDescriptor's formatter to String
Timothy Flynn
2023-02-16
LbJS: Convert exception-related usages of Value::TDSWOSE to String
Timothy Flynn
2023-02-16
LibJS: Define Value::to_string_without_side_effects for String
Timothy Flynn
2023-02-16
LibJS: Remove the VM parameter from the NumberToString AO
Timothy Flynn
2023-02-16
LibJS: Define BigInt::to_string to complement to_deprecated_string
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-16
LibJS: Use iterative text segmentation algorithms for Intl.Segmenter
Timothy Flynn
2023-02-15
LibJS: Keep escaping forward slashes
Nico Weber
2023-02-15
LibUnicode: Fix typos causing text segmentation on mid-word punctuation
Timothy Flynn
2023-02-15
LibUnicode+LibJS: Move text segmentation algorithms to their own files
Timothy Flynn
2023-02-15
LibJS: Don't escape backslashes in RegExp.source
Ali Mohammad Pur
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-11
LibJS: Port Symbol to String
Linus Groh
2023-02-11
LibJS: Unify Symbol::description() and raw_description()
Linus Groh
2023-02-11
LibJS: Remove unused forwarding getters from SymbolObject
Linus Groh
2023-02-11
LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()
Linus Groh
2023-02-11
LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD
Luke Wilde
2023-02-11
LibJS: Add missing assignment to offset_string in ZDT conversion
Luke Wilde
2023-02-10
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-10
LibJS: Surround the VM parameter of TRY_OR_THROW_OOM with parentheses
Timothy Flynn
2023-02-10
LibJS: Add a fallible ThrowableStringBuilder::appendff
Timothy Flynn
2023-02-10
LibJS: Change ThrowableStringBuilder to privately inherit StringBuilder
Timothy Flynn
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-02-09
LibJS: Convert short string literal PrimitiveString instances to String
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert empty PrimitiveString instances to String
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operations
Timothy Flynn
2023-02-08
LibJS+LibLocale: Propagate OOM from CLDR NumberFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from remaining Intl Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.RelativeTimeFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.ListFormat Vector operations
Timothy Flynn
2023-02-08
LibJS: Propagate OOM from Intl.DurationFormat Vector operations
Timothy Flynn
[next]