summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-16LibJS: Use else-if's in Temporal.Duration.prototype.untilLuke Wilde
2021-11-16LibGfx: Remove scale factor option from try_load_from_fd_and_close()Karol Kosek
2021-11-16DisplaySettings: Handle errors when loading wallpaper bitmapKarol Kosek
2021-11-16LibJS: Implement Temporal.PlainDate.prototype.sinceLuke Wilde
2021-11-16LibJS: Implement Temporal.PlainDate.prototype.untilLuke Wilde
2021-11-16LibJS: Conditionally ignore [[UseGrouping]] in compact notationTimothy Flynn
2021-11-16LibJS: Remove FIXME comment from PartitionNotationSubPattern AOTimothy Flynn
2021-11-16LibJS: Implement compact formatting for Intl.NumberFormatTimothy Flynn
2021-11-16LibJS: Cache the number format used for compact notationTimothy Flynn
2021-11-16LibJS+LibUnicode: Fix computation of compact pattern exponentsTimothy Flynn
2021-11-16LibUnicode: Parse compact identifiers and replace them with a format keyTimothy Flynn
2021-11-16Profiler: Stop disassembly on invalid instructionsHendiadyoin1
2021-11-16Profiler: Don't try to disassemble empty buffersHendiadyoin1
2021-11-16AK: Verify that we are not overreaching in StringView's substring_view()Hendiadyoin1
2021-11-16LibJS: Unbreak to_iso_day_of_weekNico Weber
2021-11-16Piano: Create controller widgets for processor parameterskleines Filmröllchen
2021-11-15LibJS: Use modulo() function in to_iso_day_of_weekNico Weber
2021-11-16LibPDF: Check if there is data left before consumingSimon Woertz
2021-11-16AK+Kernel: Remove implicit conversion from Userspace<T*> to FlatPtrAndrew Kaster
2021-11-16Kernel: Use static_ptr_cast to convert between Userspace<T*> typesAndrew Kaster
2021-11-16Kernel: Remove unnecessary StringBuilder from sys$create_thread()Andrew Kaster
2021-11-15Piano: Always show Processor parameter valueskleines Filmröllchen
2021-11-15LibAudio: Add explanatory comments to the FlacLoaderkleines Filmröllchen
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-15LibJS: Fix leap year check in to_iso_week_of_year() for week < 1Linus Groh
2021-11-15Minesweeper: Decrease min for Columns and Rows on Custom GamePedro Pereira
2021-11-15Minesweeper: Create field from Difficulty enumPedro Pereira
2021-11-15Minesweeper: Turn difficulty menu into checkable actionsPedro Pereira
2021-11-14Minesweeper: Add "Custom game..." difficultyPedro Pereira
2021-11-14LibJS: Fix balance_time() for times with negative offset day outcomeLinus Groh
2021-11-14LibJS: Add missing spaces in balance_iso_date() spec commentsLinus Groh
2021-11-14LibJS: Fix incorrect use of "modulo" in balance_iso_year_month()Linus Groh
2021-11-14Kernel: Avoid redundant bool comparisons in Kernel::ThreadAndrew Kaster
2021-11-14Kernel: Remove unused forward declaration of Syscall::StringArgumentAndrew Kaster
2021-11-14Kernel: Avoid else after return in Process and ThreadSafeRefCountedAndrew Kaster
2021-11-14Kernel: Convert Process-related const member functions to staticAndrew Kaster
2021-11-14Kernel: Make OpenFileDescriptions::max_open() static and constexprAndrew Kaster
2021-11-14Kernel: Suppress clang-tidy warning on declaration of s_mm_lockAndrew Kaster
2021-11-14Kernel: Mark private members of SharedCommittedCowPages as privateAndrew Kaster
2021-11-14Kernel: Remove redundant return statement from Spinlock::lock()Andrew Kaster
2021-11-14Kernel: Stop truncating PageTableEntry::raw(), and make set_bit privateAndrew Kaster
2021-11-14Kernel: Resolve clang-tidy readability-qualified-auto warningAndrew Kaster
2021-11-14Kernel: Resolve clang-tidy readability-make-member-function-constAndrew Kaster
2021-11-14Kernel: Resolve clang-tidy readability-implicit-bool-conversion warningsAndrew Kaster
2021-11-14AK: Resolve clang-tidy readability-const-return-type warning in BitmapAndrew Kaster
2021-11-14AK: Suppress false positive readability-non-const-parameter in FunctionAndrew Kaster
2021-11-14AK+Kernel: Suppress clang-tidy warnings from the cert-* categoryAndrew Kaster
2021-11-14AK: Avoid implicit conversion clang-tidy warnings in AK::TimeAndrew Kaster
2021-11-14AK: Move StandardFormatter argument into base class initializerAndrew Kaster
2021-11-14AK: Avoid implicit conversions in TypeErasedParameter::to_size()Andrew Kaster