summaryrefslogtreecommitdiff
path: root/Tests/AK
AgeCommit message (Expand)Author
2021-06-01AK: Enable direct comparsion of Optional<T> and TMax Wipfli
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01Tests: Add more tests for AK::URLMax Wipfli
2021-06-01AK: Implement Utf8CodepointIterator::peek(size_t)Max Wipfli
2021-05-31AK: Handle LEB128 encoded values that are too large for the result typeAndrew Kaster
2021-05-31AK: Add tests for LEB128 decoderAndrew Kaster
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-05-30AK: Make HashTable::operator=(HashTable&&) clear the moved-from tableAndreas Kling
2021-05-27Tests: Add tests for LexicalPath dirname handlingTim Schumacher
2021-05-26AK: Implement AK::StackJesse Buhagiar
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur
2021-05-20AK: Added contains_in_range to Vectorr-paiva
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani
2021-05-19AK: Add String::find_all() and String::count()Maciej Zygmanowski
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-18AK: Make LexicalPath handle relative paths correctlyGunnar Beutner
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-05-14Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESSAndrew Kaster
2021-05-14Tests: Fix use-after-free in TestRefPtr.self_observersAndrew Kaster
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-07AK: Implement Span::starts_with()Valtteri Koskivuori
2021-05-07Tests: Add tests for Checked<T>::div() overflowAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro