summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-06-04Kernel: Move {Virtual,Physical}Address classes to the Memory directoryLiav A
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-06-01AK: Remove conditional `noexcept` from `Complex`Jelle Raaijmakers
2023-06-01AK: Mark generic shorthand functions as constexprMacDue
2023-05-29AK: Correctly calculate size of the last AllocatingMemoryStream chunkTim Schumacher
2023-05-29AK: Handle empty trailing chunks in `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-05-29AK: Expose `AllocatingMemoryStream::CHUNK_SIZE`Tim Schumacher
2023-05-29LibWeb: Add preliminary support for CSS animationsAli Mohammad Pur
2023-05-28AK: Verify that we don't call Error::from_errno(0)Sam Atkins
2023-05-27AK+Everywhere: Don't crash on invalid monthsBen Wiederhake
2023-05-27AK: Fix signed overflow in unix time parts parsingBen Wiederhake
2023-05-24AK: Remove Duration::now_monotonickleines Filmröllchen
2023-05-24Everywhere: Use MonotonicTime instead of Durationkleines Filmröllchen
2023-05-24AK: Introduce MonotonicTimekleines Filmröllchen
2023-05-24AK: Remove now-unused Duration methodskleines Filmröllchen
2023-05-24Kernel: Use UnixDateTime wherever applicablekleines Filmröllchen
2023-05-24AK: Introduce UnixDateTimekleines Filmröllchen
2023-05-24AK: Make Duration arithmetic constexprkleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-23AK: Define `NAKED` more resiliently for AArch64Daniel Bertalan
2023-05-21AK: Add `SPICE_AGENT_DEBUG` flagCaoimhe
2023-05-19AK: Add FIXMEs to HashMap copy-construct and copy-assignBen Wiederhake
2023-05-19AK: Make all HashMap copy-constructs explicitBen Wiederhake
2023-05-19AK: Rewrite HashMap::clone signature with template-args and constBen Wiederhake
2023-05-18AK: Include Array.h in Base64.hMuhammad Zahalqa
2023-05-18AK: Account for bit position 8 in bit stream alignmentkleines Filmröllchen
2023-05-18AK: Discard bits from LittleEndianInputBitStream as they are readTimothy Flynn
2023-05-18AK: Add dbg()Nico Weber
2023-05-17LibCompress: Add a lot of debug logging to LZMATim Schumacher
2023-05-17AK: Add `CircularBuffer::find_copy_in_seekback()`Tim Schumacher
2023-05-17AK: Add `count_required_bits`Tim Schumacher
2023-05-15AK: Silence false positive -Warray-bounds warningDaniel Bertalan
2023-05-14Meta: Remove unused debug flags, add missing GENERATE_DEBUGBen Wiederhake
2023-05-13AK: Fix typo in instructions for adopt_nonnull_REF_or_enomemBen Wiederhake
2023-05-09AK: Add `FixedArray::unchecked_at`Lucas CHOLLET
2023-05-09AK: Add `OutputBufferedStream`Lucas CHOLLET
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-09AK: Add `CircularBuffer::flush_to_stream`Lucas CHOLLET
2023-05-09AK: Remove `must_set()` from `JsonArray`Kemal Zebari
2023-05-08AK: Use consteval String factories on macOSTimothy Flynn
2023-05-07Everywhere: Change spelling of 'behaviour' to 'behavior'Ben Wiederhake
2023-05-07Everywhere: Run spellcheck on all documentationBen Wiederhake
2023-05-04AK: Prevent bit counter underflows in the new BitStreamTim Schumacher
2023-05-03AK: Have `JsonArray::set()` change values instead of inserting valuesKemal Zebari
2023-05-02AK: Accomodate always-32-bit data member pointers in IntrusiveListAli Mohammad Pur
2023-05-02Everywhere: Make Lagom build with GCC 13Daniel Bertalan
2023-04-30AK: Replace linear exponentiation by binary in MinimalBigIntDan Klishch
2023-04-30AK: Use helpers from BigIntBase.h in MinimalBigIntDan Klishch
2023-04-30AK: Move taint_for_optimizer to StdLibExtras.hDan Klishch