summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-05-22AK/NumericLimits: Add `lowest()` for floating-point typesJelle Raaijmakers
2021-05-22IntrusiveList: Remove redundant constructorLenny Maiorani
2021-05-22AK/Vector: Constify find_first_index()Jelle Raaijmakers
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur
2021-05-22AK: Remove [[gnu::noinline]] attribute from some variant membersAli Mohammad Pur
2021-05-22AK: Use calculate_base64_encoded_length in encode_base64Idan Horowitz
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21AK: Add Utf8View::iterator_at_byte_offset methodMax Wipfli
2021-05-21AK: Add substring methods to Utf8ViewMax Wipfli
2021-05-21AK: Change some argument and return types in Utf8View from int to size_tMax Wipfli
2021-05-21Shell: Hide job times behind SHELL_JOB_DEBUG flagAndrew Kaster
2021-05-20LibCore: Let IODevice::can_read_line() buffer until \n or EOFr-paiva
2021-05-20AK: Added contains_in_range to Vectorr-paiva
2021-05-20AK: Add UnicodeUtils with Unicode-related helper functionsMax Wipfli
2021-05-20Variant: Remove redundant inline keywordLenny Maiorani
2021-05-20AK: Don't unlink intrusive list elements in the destructorGunnar Beutner
2021-05-19Bitmap: De-duplicate bitmasksLenny Maiorani
2021-05-19AK: Add String::find_all() and String::count()Maciej Zygmanowski
2021-05-19AK: Add inline storage support for the Function classGunnar Beutner
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-19AK: Allow AK::Variant::visit to return a valueTimothy Flynn
2021-05-19Time: Remove static from function local constexpr variableLenny Maiorani
2021-05-19AK: Make vout() log to debug instead of VERIFY()'ingAli Mohammad Pur
2021-05-18AK: StringBuilder should prefer to use its inline capacity firstGunnar Beutner
2021-05-18AK: Implement StringBuilder::append_as_lowercase(char ch)Max Wipfli
2021-05-18AK: Add deduction guides to TupleAli Mohammad Pur
2021-05-18AK: Let HashMap export its key and value typesAli Mohammad Pur
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-18AK: Make LexicalPath handle relative paths correctlyGunnar Beutner
2021-05-18BitmapView: Disable mutations of the underlying BitmapLenny Maiorani
2021-05-18AK/PrintfImplementation: Change static constexpr array to function localLenny Maiorani
2021-05-18AK: Revert removal of StringBuilder::will_append optimizationGunnar Beutner
2021-05-17AK: Sort all the debug macrosLinus Groh
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-17AK: Include HashTable.h in StringImpl.cppAli Mohammad Pur
2021-05-17AK: Include String.h in ScopeLoggerAli Mohammad Pur
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-17Revert "BitmapView: Disable mutations of the underlying Bitmap"Andreas Kling
2021-05-17BitmapView: Disable mutations of the underlying BitmapLenny Maiorani
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-05-16AK: Don't call memcpy with null argument in ByteBuffer::copy()Andrew Kaster
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15AK: Try to avoid String allocation in FlyString(StringView)Andreas Kling