summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-07-03IPCCompiler: Add include parsing for endpointsTimothy
2021-07-03Meta: Change the QEMU binary directory to Toolchain/Local/qemuGunnar Beutner
2021-07-03Meta: Provide better instructions when QEMU is not installed or too oldGunnar Beutner
2021-07-03Meta: Prefer to use the QEMU binaries from the toolchain directoryGunnar Beutner
2021-07-03Base: Add more manpages for command-line utilitiesMaciej Zygmanowski
2021-07-03Documentation: Add notes for first time setup of the project in CLionDiego Garza
2021-07-033DFileViewer: Add primitive mouse controlsNoah Rosamilia
2021-07-03LibJS: Don't allow `delete super.property`Andreas Kling
2021-07-03LibJS: Bring the `super` keyword in line with the specAndreas Kling
2021-07-02Kernel: Use the GS segment for the per-CPU structGunnar Beutner
2021-07-03Kernel: Fix miscellaneous warnings when building with ClangDaniel Bertalan
2021-07-03AK: Make smart pointer factories work with aggregatesDaniel Bertalan
2021-07-03Kernel: Fix always-true comparison warningsDaniel Bertalan
2021-07-03Everywhere: Fix some alignment issuesDaniel Bertalan
2021-07-03Kernel: Fix struct forward declared as classDaniel Bertalan
2021-07-03LibC: Don't use C++ attribute syntax in C-visible headersDaniel Bertalan
2021-07-03AK: Make `(Nonnull)OwnPtr` work with abstract classesDaniel Bertalan
2021-07-03Kernel: Add missing override specifiersDaniel Bertalan
2021-07-02Meta: Add Gunnar to the project reviewers in CONTRIBUTING.md :^)Linus Groh
2021-07-02LibJS: Improve ResolveBinding + add GetIdentifierReferenceAndreas Kling
2021-07-02Tests: Add test for String::find with empty needleMax Wipfli
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-07-02AK: Add input bounds checking to String::substring()Max Wipfli
2021-07-02AK: Add String::find_last() and inline String::find() methodsMax Wipfli
2021-07-02AK: Implement StringView::find_all()Max Wipfli
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02AK: Reimplement StringView::find methods in StringUtilsMax Wipfli
2021-07-02AK: Implement StringView::to_{lower,upper}case_stringMax Wipfli
2021-07-02LibJS: Implement the PrepareForOrdinaryCall abstract operationAndreas Kling
2021-07-02AK: Support long doubles in format stringsHediadyoin1
2021-07-02LibM: Add long double defines of Math ConstantsHediadyoin1
2021-07-02LibM: Implement path for negative powersHendiadyoin1
2021-07-02LibJS: Make SuperCall a proper AST node and clean up evaluationAndreas Kling
2021-07-02LibJS: NewExpression doesn't need compute_this_and_callee()Andreas Kling
2021-07-02LibJS: Split out NewExpression evaluation from CallExpressionAndreas Kling
2021-07-02LibJS: Break out ArgumentListEvaluation AO from CallExpressionAndreas Kling
2021-07-02PixelPaint: Reset layer widgets when closing last tabMarcus Nilsson
2021-07-02PixelPaint: Add layer to image before setting propertiesMarcus Nilsson
2021-07-02Tests+LibThreading: Add new tests for LibThreading for detach()Spencer Dixon
2021-07-02LibThreading: Add new detach() API to ThreadSpencer Dixon
2021-07-02Kernel: Fix building the kernel with LTOGunnar Beutner
2021-07-02CI: Increase ccache size limit for on-target buildsIdan Horowitz
2021-07-02LibJS: Bring %TypedArray%.prototype.set slightly closer to specIdan Horowitz
2021-07-02Assistant: Add a new FileProvider to assist in searching the filesystemSpencer Dixon
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-07-02Assistant: Remove Result::Kind in favor of native `typeid`Spencer Dixon
2021-07-02LibJS: Allow patterns in parenthesized arrow function parametersAli Mohammad Pur
2021-07-02LibJS: Allow 'yield' and 'await' as function expression namesAli Mohammad Pur
2021-07-02LibJS: Allow binding patterns as for in/of targetsAli Mohammad Pur