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-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
2023-01-28
AK: Add String::join
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
AK: Add an overload of String::find_byte_offset for StringView
Timothy Flynn
2023-01-26
Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-24
AK: Add a method to create a String with a repeated code point
Timothy Flynn
2023-01-24
AK: Add a method to find the byte offset of a code point
Timothy Flynn
2023-01-24
AK: Print leading zeroes after the dot for FixedPoint numbers
Nico Weber
2023-01-22
AK: Add a String factory to create a string from a single code point
Timothy Flynn
2023-01-21
AK: Add `split()` for `String`
martinfalisse
2023-01-21
AK: Rename double_hash to rehash_for_collision
Timothy Flynn
2023-01-20
AK: Remove `DuplexMemoryStream`
Tim Schumacher
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-18
AK+LibUnicode: Provide Unicode-aware caseless String matching
Timothy Flynn
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
AK: Add JsonValue::{is,as}_integer() methods
Sam Atkins
2023-01-16
AK+LibUnicode: Provide Unicode-aware String titlecase transformation
Timothy Flynn
2023-01-15
AK+Test: Fix a logic error in `CircularBuffer::offset_of()`
Lucas CHOLLET
2023-01-15
AK: Add String::is_one_of for variadic string comparison
Timothy Flynn
2023-01-15
AK: Add a somewhat naive implementation of String::reverse
Timothy Flynn
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-14
AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap again
Ben Wiederhake
2023-01-14
AK: Remove `CircularDuplexStream`
Tim Schumacher
2023-01-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-09
AK+LibUnicode: Provide Unicode-aware String case transformations
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::String
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-07
AK: Reimplement comparisons on AK::Time using operator<=>
Andrew Kaster
2023-01-06
AK: Use base URL when the specified URL is empty
Thiago Henrique Hupner
2023-01-06
AK: Fix typo in -= operator of DistinctNumeric
Aliaksandr Kalenik
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK+Tests: Replace years_to_days_since_epoch by near-instant function
Ben Wiederhake
2023-01-02
AK+Tests: Demonstrate slowness of years_to_days_since_epoch
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
AK+Tests: Add a test for formatting numbers in base 10 units
Arda Cinar
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET
2022-12-28
AK: Add tests for LittleEndian<enum class>
Nico Weber
2022-12-28
AK: Make BigEndian<> and LittleEndian<> work with enum classes
Nico Weber
2022-12-28
AK: Remove i686 support
Liav A
2022-12-27
AK: Make StringUtils::matches() handle escaping correctly
Florian Cramer
2022-12-26
AK: Specialize TypeList for Variant types
Timothy Flynn
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
[next]