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
Age
Commit message (
Expand
)
Author
2021-07-03
LibJS: Bring the `super` keyword in line with the spec
Andreas Kling
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-07-03
LibC: Don't use C++ attribute syntax in C-visible headers
Daniel Bertalan
2021-07-02
LibJS: Improve ResolveBinding + add GetIdentifierReference
Andreas Kling
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
LibJS: Implement the PrepareForOrdinaryCall abstract operation
Andreas Kling
2021-07-02
LibM: Add long double defines of Math Constants
Hediadyoin1
2021-07-02
LibM: Implement path for negative powers
Hendiadyoin1
2021-07-02
LibJS: Make SuperCall a proper AST node and clean up evaluation
Andreas Kling
2021-07-02
LibJS: NewExpression doesn't need compute_this_and_callee()
Andreas Kling
2021-07-02
LibJS: Split out NewExpression evaluation from CallExpression
Andreas Kling
2021-07-02
LibJS: Break out ArgumentListEvaluation AO from CallExpression
Andreas Kling
2021-07-02
PixelPaint: Reset layer widgets when closing last tab
Marcus Nilsson
2021-07-02
PixelPaint: Add layer to image before setting properties
Marcus Nilsson
2021-07-02
LibThreading: Add new detach() API to Thread
Spencer Dixon
2021-07-02
LibJS: Bring %TypedArray%.prototype.set slightly closer to spec
Idan Horowitz
2021-07-02
Assistant: Add a new FileProvider to assist in searching the filesystem
Spencer Dixon
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-07-02
Assistant: Remove Result::Kind in favor of native `typeid`
Spencer Dixon
2021-07-02
LibJS: Allow patterns in parenthesized arrow function parameters
Ali Mohammad Pur
2021-07-02
LibJS: Allow 'yield' and 'await' as function expression names
Ali Mohammad Pur
2021-07-02
LibJS: Allow binding patterns as for in/of targets
Ali Mohammad Pur
2021-07-02
LibJS: Allow 'yield' as a variable name outside of generator functions
Ali Mohammad Pur
2021-07-02
LibJS: Make a slash after a curly close mean not-division
Ali Mohammad Pur
2021-07-02
LibJS: Parse generator functions in class expressions too
Ali Mohammad Pur
2021-07-02
Assistant: Change to home directory when spawning applications
Spencer Dixon
2021-07-02
WindowServer: Fix redrawing menu window that already existed
Tom
2021-07-02
LibELF: Use StringView literal to avoid string allocations
Brian Gianforcaro
2021-07-02
DynamicLoader: Use string view literal to remove a allocation on startup
Brian Gianforcaro
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-07-02
LibJS: Implement the %TypedArray%.set() function
Ali Mohammad Pur
2021-07-02
LibWeb: Add the WebAssembly.Module constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Add the WebAssembly.Instance constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Use the correct name to refer to WebAssembly.Memory.prototype
Ali Mohammad Pur
2021-07-02
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Ali Mohammad Pur
2021-07-02
LibJS: Throw on failed PutValue into an environment reference
Andreas Kling
2021-07-02
LibJS: Make Environment::put_into_environment() return a success bool
Andreas Kling
2021-07-02
LibJS: Make ResolveBinding() produce strict References in strict mode
Andreas Kling
2021-07-01
LibWeb: Do not encode "internal_id" in DOM JSON
Timothy Flynn
2021-07-01
LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector
Timothy Flynn
2021-07-01
InspectorServer: Use LocalSocket method to get pid
Timothy
2021-07-01
LibCore: Add peer pid retrieval for LocalSocket
Timothy
2021-07-01
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
Andreas Kling
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-07-01
DynamicLoader: Remove obsolete comment
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Add support for usermode threads on x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Remove m_ prefix for public members
Gunnar Beutner
2021-07-01
LibJS: Bring JSON.parse slightly closer to the specification
Idan Horowitz
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
[next]