index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-07-03
IPCCompiler: Add include parsing for endpoints
Timothy
2021-07-03
Meta: Change the QEMU binary directory to Toolchain/Local/qemu
Gunnar Beutner
2021-07-03
Meta: Provide better instructions when QEMU is not installed or too old
Gunnar Beutner
2021-07-03
Meta: Prefer to use the QEMU binaries from the toolchain directory
Gunnar Beutner
2021-07-03
Base: Add more manpages for command-line utilities
Maciej Zygmanowski
2021-07-03
Documentation: Add notes for first time setup of the project in CLion
Diego Garza
2021-07-03
3DFileViewer: Add primitive mouse controls
Noah Rosamilia
2021-07-03
LibJS: Don't allow `delete super.property`
Andreas Kling
2021-07-03
LibJS: Bring the `super` keyword in line with the spec
Andreas Kling
2021-07-02
Kernel: Use the GS segment for the per-CPU struct
Gunnar Beutner
2021-07-03
Kernel: Fix miscellaneous warnings when building with Clang
Daniel Bertalan
2021-07-03
AK: Make smart pointer factories work with aggregates
Daniel Bertalan
2021-07-03
Kernel: Fix always-true comparison warnings
Daniel Bertalan
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-07-03
Kernel: Fix struct forward declared as class
Daniel Bertalan
2021-07-03
LibC: Don't use C++ attribute syntax in C-visible headers
Daniel Bertalan
2021-07-03
AK: Make `(Nonnull)OwnPtr` work with abstract classes
Daniel Bertalan
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-07-02
Meta: Add Gunnar to the project reviewers in CONTRIBUTING.md :^)
Linus Groh
2021-07-02
LibJS: Improve ResolveBinding + add GetIdentifierReference
Andreas Kling
2021-07-02
Tests: Add test for String::find with empty needle
Max Wipfli
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Add input bounds checking to String::substring()
Max Wipfli
2021-07-02
AK: Add String::find_last() and inline String::find() methods
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-07-02
AK: Implement StringView::to_{lower,upper}case_string
Max Wipfli
2021-07-02
LibJS: Implement the PrepareForOrdinaryCall abstract operation
Andreas Kling
2021-07-02
AK: Support long doubles in format strings
Hediadyoin1
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
Tests+LibThreading: Add new tests for LibThreading for detach()
Spencer Dixon
2021-07-02
LibThreading: Add new detach() API to Thread
Spencer Dixon
2021-07-02
Kernel: Fix building the kernel with LTO
Gunnar Beutner
2021-07-02
CI: Increase ccache size limit for on-target builds
Idan Horowitz
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
[next]