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
2023-03-15
AK: Clear OrderedHashTable previous/next pointers on removal
Jelle Raaijmakers
2023-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-08
AK: Make String::contains(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Make String::{starts,ends}_with(code_point) handle non-ASCII
Timothy Flynn
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-04
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
Dan Klishch
2023-03-04
AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigInt
Dan Klishch
2023-03-03
AK: Ensure short String instances are valid UTF-8
Timothy Flynn
2023-03-03
AK: Invalidate overlong UTF-8 code point encodings
Timothy Flynn
2023-03-03
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
Nico Weber
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-26
AK: Fix DeprecatedString::bijective_base_from for large numbers
Tim Ledbetter
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
AK: Add String::from_stream method
Andrew Kaster
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-02-17
AK: Remove unused `rehash_for_collision`
Jelle Raaijmakers
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2023-02-18
AK: Add `AK::SIMD::exp_approximate`
Jelle Raaijmakers
2023-02-15
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
Sam Atkins
2023-02-15
LibUnicode: Fix typos causing text segmentation on mid-word punctuation
Timothy Flynn
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-11
Tests: Add a few tests to verify vectors are using inline storage
MacDue
2023-02-10
AK: Allow Vector<ByteBuffer>::contains_slow to accept (Readonly)Bytes
Luke Wilde
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallbile constructor from `BigEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianInputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `BigEndianInputBitStream`
Tim Schumacher
2023-02-04
AK: Make LEB128 decoding work with `read_value`
Tim Schumacher
2023-02-04
AK: Port `LEB128` to the new `AK::Stream`
Tim Schumacher
2023-02-03
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
Staubfinger
2023-02-03
AK: Testing for `AK::quickselect_inline`
Staubfinger
2023-02-02
AK: Define HashMap::take to find and remove a value from the map
Timothy Flynn
2023-02-02
AK: Ensure string types are actually considered hash-compatible
Timothy Flynn
2023-01-31
AK: Fix all quadratic-time append-loops over ByteBuffer
Ben Wiederhake
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-28
AK: Add String::trim
Timothy Flynn
[next]