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-04-02
LibJS: Parse secondary expressions with the original forbidden token set
Linus Groh
2023-03-30
LibJS: Add fast path to Value::to_u32() if Value is a positive i32
Andreas Kling
2023-03-23
LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independent
Hendiadyoin1
2023-03-23
LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"
Timothy Flynn
2023-03-23
LibJS: Add missing internal slots to creation of Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormat
Timothy Flynn
2023-03-23
LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for Date
Luke Wilde
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibJS: Ensure Date tests can pass in any time zone by testing UTC values
Timothy Flynn
2023-03-20
LibJS: Update spec numbers / text for the Change Array by Copy proposal
Timothy Flynn
2023-03-18
LibJS: Add a PrimitiveString::create overload for FlyString
Timothy Flynn
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-17
LibJS: Move creation of fallible VM objects to its creation factory
Timothy Flynn
2023-03-17
LibJS: Fix a bunch of unwind related errors in GenerateCFG
Hendiadyoin1
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-15
LibJS: Allow constructing a Handle<T> from a {Nonnull,}GCPtr<T>
Matthew Olsson
2023-03-15
LibJS: Allow constructing a GCPtr from another GCPtr of convertible type
Matthew Olsson
2023-03-15
LibJS: Allow GCPtr and NonnullGCPtr to be hashed
Matthew Olsson
2023-03-13
LibJS: Don't skip CPU registers when gathering conservative roots
Andreas Kling
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-11
LibJS: Fix return type of Object::create_method_property()
Linus Groh
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-07
LibJS: Fix compilation of operator= for JS::SafeFunction
Luke Wilde
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr
Matthew Olsson
2023-03-06
LibJS: Handle both const and non-const Ts in Handle<T>::create()
Matthew Olsson
2023-03-06
LibJS: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Accept const GCPtrs in Cell::Visitor
Matthew Olsson
2023-03-06
LibJS: Use a forwarding reference in ThrowCompletion constructor
Matthew Olsson
2023-03-06
LibJS: Temporarily disambiguate const-ness of GCPtr constructors
Matthew Olsson
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2023-03-01
LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
Linus Groh
2023-03-01
LibJS: Make string_to_number() return double instead of Optional<Value>
Linus Groh
2023-03-01
LibJS: Make int_part a double in StringPrototype::to_string
Luke Wilde
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
LibJS: Assign folding regions for JS files
Sam Atkins
2023-02-27
LibJS: Add [[nodiscard]] to ThrowCompletionOr<void>
Luke Wilde
2023-02-27
LibJS: Add missing TRY in StringIteratorPrototype::next
Luke Wilde
2023-02-27
LibJS: Propagate errors from Intrinsics initialization
Luke Wilde
2023-02-27
LibJS: Add missing error propagation to global object initializations
Luke Wilde
2023-02-27
LibJS/Bytecode: Return ThrowCompletionOr<void> from CreateVariable op
Luke Wilde
2023-02-27
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
Luke Wilde
2023-02-26
LibJS: Use a pseudo top-level UnwindFrame in GenerateCFG
Hendiadyoin1
[next]