summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12LibUnicode: Parse and generate compact decimal formatting rulesTimothy Flynn
2021-11-12LibUnicode: Begin parsing and generating locale number systemsTimothy Flynn
2021-11-12LibUnicode: Parse alternate default numbering systemsTimothy Flynn
2021-11-12LibUnicode: Capitialize generated identifiers in lieu of full title caseTimothy Flynn
2021-11-12Kernel: Drain I8042 PS/2 keyboard output after enablingJelle Raaijmakers
2021-11-11LibJS: Implement Temporal.Duration.compareLuke Wilde
2021-11-11LibJS: Implement the required AOs for Temporal.Duration.compareLuke Wilde
2021-11-11Base: Add new glyphs to font Tiny RegularLady Gegga
2021-11-11Userland: Include Vector.h in a few places to make HeaderCheck happyAli Mohammad Pur
2021-11-11Base: Document readonly atexit mitigationBen Wiederhake
2021-11-11Documentation: Update Debian dependency listBen Wiederhake
2021-11-11LibGfx: Include Vector.h in PNGLoader.cppTimothy Flynn
2021-11-11LibGfx: Remove now-unused load_gif_from_memory()Andreas Kling
2021-11-11LibGfx: Use ImageDecoder in Bitmap::try_load_from_fd_and_close()Andreas Kling
2021-11-11LibGfx: Remove load_FORMAT() image codec wrappersAndreas Kling
2021-11-11Tests/LibGfx: Actually test image decoders in TestImageDecoderAndreas Kling
2021-11-11Utilities: cut: Implement field-based cuttingTim Schumacher
2021-11-11Utilities: cut: Split up into file and line processingTim Schumacher
2021-11-11Utilities: cut: Work exclusively with rangesTim Schumacher
2021-11-11Utilities: cut: Move string splitting into expand_listTim Schumacher
2021-11-11Utilities: cut: Migrate to ArgsParserTim Schumacher
2021-11-11LibWasm: Fix broken build after merging un-rebased Validator changesAndreas Kling
2021-11-11LibC: Avoid unnecessary mprotect during program finalizationBen Wiederhake
2021-11-11LibC: Track capacity in terms of AtExitEntry's, not bytesBen Wiederhake
2021-11-11LibC: Avoid unnecessary mprotect during program initializationBen Wiederhake
2021-11-11LibWeb: Implement WebAssembly::validate()Ali Mohammad Pur
2021-11-11LibWasm: Remove traps caught by validationAli Mohammad Pur
2021-11-11LibWasm: Implement module validationAli Mohammad Pur
2021-11-11LibWasm: Make opcode definitions enumerable through a macroAli Mohammad Pur
2021-11-11Meta: Update WebAssembly testsuite branch nameAli Mohammad Pur
2021-11-11LibDSP: Optimize note processingkleines Filmröllchen
2021-11-11LibDSP: Move to constexpr wherever possiblekleines Filmröllchen
2021-11-11LibDSP: Clean up ProcessorParameter headerkleines Filmröllchen
2021-11-11AK: Allow to clear HashTables/Maps with capacityHendiadyoin1
2021-11-10Solitaire: Fix 3 card draw from reversing after an undoCamron
2021-11-11LibCrypto: Pass AK::Bytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-11Kernel/Ext2FS: Propagate HashMap errors instead of panickingAndreas Kling
2021-11-11AK: Make HashTable and HashMap try_* functions return ErrorOr<T>Andreas Kling
2021-11-11LibJS: Add missing (void) to handle [[nodiscard]] TRY() resultLinus Groh
2021-11-10LibJS: Implement the rest of to_temporal_month_day()Linus Groh
2021-11-10LibJS: Rename ZonedDateTime's MatchBehavior enum members to match specLinus Groh
2021-11-10Kernel/Ext2FS: Propagate errors from block list computation functionsAndreas Kling
2021-11-10Kernel: Propagate Vector append errors in two places in Ext2FSAndreas Kling
2021-11-10Kernel: Make Inode::traverse_as_directory() callback return ErrorOrAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK: Make Vector::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.hAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling