index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
Age
Commit message (
Expand
)
Author
2021-06-01
AK: Enable direct comparsion of Optional<T> and T
Max Wipfli
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
Tests: Add more tests for AK::URL
Max Wipfli
2021-06-01
AK: Implement Utf8CodepointIterator::peek(size_t)
Max Wipfli
2021-05-31
AK: Handle LEB128 encoded values that are too large for the result type
Andrew Kaster
2021-05-31
AK: Add tests for LEB128 decoder
Andrew Kaster
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-27
Tests: Add tests for LexicalPath dirname handling
Tim Schumacher
2021-05-26
AK: Implement AK::Stack
Jesse Buhagiar
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-22
AK: Fix Variant construction from lvalue references
Ali Mohammad Pur
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-19
Tests: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
AK: Add String::find_all() and String::count()
Maciej Zygmanowski
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-19
AK: Allow AK::Variant::visit to return a value
Timothy Flynn
2021-05-18
AK: Make LexicalPath handle relative paths correctly
Gunnar Beutner
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-05-14
Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESS
Andrew Kaster
2021-05-14
Tests: Fix use-after-free in TestRefPtr.self_observers
Andrew Kaster
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
Tests: Add tests for Checked<T>::div() overflow
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
[prev]