summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser
2021-07-08LibSQL: Invent statement execution machinery and CREATE SCHEMA statementJan de Visser
2021-07-08LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespaceJan de Visser
2021-07-08Ports: Add radare2-5.4.0-git packagepancake
2021-07-08WindowServer: Add a new IPC to set the cursor positionAndrea Martinelli
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
2021-07-08Base: Remove www. from link to project website in welcome pagenetworkException
2021-07-08Kernel: Return an already destructed PhysicalPage to the allocatorsTom
2021-07-08Kernel: Move PhysicalPage classes out of the heap into an arrayTom
2021-07-08Kernel: Use PAE to allow accessing all physical memory beyond 4GBTom
2021-07-08Meta: Add Daniel Bertalan to the contributors list :^)Andreas Kling
2021-07-08LibC: Don't include `fenv.h` from `float.h`Daniel Bertalan
2021-07-08AK: Fix `UFixedBigInt` not building with ClangDaniel Bertalan
2021-07-08Kernel: Add `memchr` and `malloc` to StdLib.cppDaniel Bertalan
2021-07-08ChessEngine: Don't call non-constexpr `sqrt` in a constexpr intiializerDaniel Bertalan
2021-07-08Utilities/run-tests: Don't use `using enum`Daniel Bertalan
2021-07-08UserspaceEmulator: Use long double in `FABS`Daniel Bertalan
2021-07-08LibIPC: Remove unnecessary `template<>`Daniel Bertalan
2021-07-08Everywhere: Add braces to aggregate initializersDaniel Bertalan
2021-07-08LibC+Utilities: Add `gnu::format` attributesDaniel Bertalan
2021-07-08Everywhere: Add Clang pragmasDaniel Bertalan
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-08Everywhere: Forward declare structs as structsDaniel Bertalan
2021-07-08Shell: Use correct printf format string for `size_t`Daniel Bertalan
2021-07-08Everywhere: Use the correct literal suffixesDaniel Bertalan
2021-07-08IPCCompiler+WindowServer: Fix deleted function warningDaniel Bertalan
2021-07-08Everywhere: Don't promote float to double where not neededDaniel Bertalan
2021-07-08HackStudio: Do not check NonnullRefPtr for null valueDaniel Bertalan
2021-07-08Kernel: Use range-for wherever possibleDaniel Bertalan
2021-07-08AK+Userland: Add generic `AK::abs()` function and use itDaniel Bertalan
2021-07-08AK+Kernel: Fix perfect forwarding constructors shadowing othersDaniel Bertalan
2021-07-08WindowServer: Don't use old GNU-style designatorDaniel Bertalan
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-08Everywhere: Mark debug-only functions `[[maybe_unused]]`Daniel Bertalan
2021-07-08WindowServer: Make descending into submenu make the submenu currentAndrew January
2021-07-08LibJS: Reorder and add missing name & length properties to Built-insIdan Horowitz
2021-07-08LibJS: Implement Date.prototype.toTemporalInstant()Linus Groh
2021-07-08LibJS: Split out NumberToBigInt from the BigInt constructorLinus Groh
2021-07-08LibCrypto: Add missing implementation of SBI::multiplied_by(USBI)Linus Groh
2021-07-08WindowServer: When "flash flush" enabled, flash transparent rects greenAndreas Kling
2021-07-08LibCore: Remove overly informal language in ArgsParser error messageAndreas Kling
2021-07-08WindowServer: Allow partial repaints in window frame & menubarsAndreas Kling
2021-07-08WindowServer: Close submenus when hovering over separatorsAndrew January
2021-07-08Kernel: Pledge promises accessible via /proc/PID/pledgeRalf Donau
2021-07-08LibJS: Implement RegExp.prototype [ @@search ]Timothy Flynn
2021-07-08LibJS: Do not downcast from Object to RegExpObject unless neededTimothy Flynn
2021-07-08LibJS: Remove RegExp 'do_match' helperTimothy Flynn
2021-07-08LibJS: Implement global RegExp.prototype.matchTimothy Flynn
2021-07-08LibJS: Implement RegExp.prototype.match with RegExpExec abstractionTimothy Flynn
2021-07-08LibJS: Implement RegExp.prototype.replace with RegExpExec abstractionTimothy Flynn