summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2023-04-30AK: Add count() helper to Stringthankyouverycool
2023-04-29AK: Add `Span::align_to`Daniel Bertalan
2023-04-28AK: Add values() method in HashTableAliaksandr Kalenik
2023-04-28AK: Make the Optional formatter always available and tweak its formatAli Mohammad Pur
2023-04-28AK+LibTimeZone: Add debug only formatter for OptionalMacDue
2023-04-28AK: Don't refer to AK::swap() as ::swap()Ali Mohammad Pur
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-26LibWasm: Start implementing WASIAli Mohammad Pur
2023-04-25AK: Rename `Stream::format()` to `Stream::write_formatted()`Tim Schumacher
2023-04-24AK: Use `JsonArray::append` when parsing arrayCameron Youell
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-23LibThreading: Create WorkerThread class run a single task concurrentlyZaggy1024
2023-04-23AK: Implement Stream::format(fmtstr, args...)Peter Brottveit Bock
2023-04-21AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)Sam Atkins
2023-04-21AK: Fix crash during teardown of self-owning objectsAndreas Kling
2023-04-15AK+Everywhere: Replace URL::paths() with path_segment_at_index()MacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-15AK+Everywhere: Add ApplyPercentDecoding option to URL gettersMacDue
2023-04-15AK: Remove unnecessary parameter names in URL.hMacDue
2023-04-14AK: Remove workaround for old macOS SDKNico Weber
2023-04-14AK: Remove unused AK_ARCH_ definesNico Weber
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber