summaryrefslogtreecommitdiff
path: root/Tests/AK
AgeCommit message (Expand)Author
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-28AK: Add String::trimTimothy Flynn
2023-01-28AK: Add String::joinTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27AK: Add an overload of String::find_byte_offset for StringViewTimothy Flynn
2023-01-26Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-24AK: Add a method to create a String with a repeated code pointTimothy Flynn
2023-01-24AK: Add a method to find the byte offset of a code pointTimothy Flynn
2023-01-24AK: Print leading zeroes after the dot for FixedPoint numbersNico Weber
2023-01-22AK: Add a String factory to create a string from a single code pointTimothy Flynn
2023-01-21AK: Add `split()` for `String`martinfalisse
2023-01-21AK: Rename double_hash to rehash_for_collisionTimothy Flynn
2023-01-20AK: Remove `DuplexMemoryStream`Tim Schumacher
2023-01-20AK: Support creating known short string literals at compile timeTimothy Flynn
2023-01-18AK+LibUnicode: Provide Unicode-aware caseless String matchingTimothy Flynn
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17AK: Add JsonValue::{is,as}_integer() methodsSam Atkins
2023-01-16AK+LibUnicode: Provide Unicode-aware String titlecase transformationTimothy Flynn
2023-01-15AK+Test: Fix a logic error in `CircularBuffer::offset_of()`Lucas CHOLLET
2023-01-15AK: Add String::is_one_of for variadic string comparisonTimothy Flynn
2023-01-15AK: Add a somewhat naive implementation of String::reverseTimothy Flynn
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-14AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap againBen Wiederhake
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::StringTimothy Flynn
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-16 to UTF-8 converter fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-07AK: Reimplement comparisons on AK::Time using operator<=>Andrew Kaster
2023-01-06AK: Use base URL when the specified URL is emptyThiago Henrique Hupner
2023-01-06AK: Fix typo in -= operator of DistinctNumericAliaksandr Kalenik
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02AK+Kernel: Eliminate UB (signed overflow) from days_since_epochBen Wiederhake
2023-01-02AK+Tests: Replace years_to_days_since_epoch by near-instant functionBen Wiederhake
2023-01-02AK+Tests: Demonstrate slowness of years_to_days_since_epochBen Wiederhake
2023-01-02AK: Combine SinglyLinkedList and SinglyLinkedListWithCountLenny Maiorani
2023-01-02AK+Tests: Add a test for formatting numbers in base 10 unitsArda Cinar
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
2022-12-28AK: Add tests for LittleEndian<enum class>Nico Weber
2022-12-28AK: Make BigEndian<> and LittleEndian<> work with enum classesNico Weber
2022-12-28AK: Remove i686 supportLiav A
2022-12-27AK: Make StringUtils::matches() handle escaping correctlyFlorian Cramer
2022-12-26AK: Specialize TypeList for Variant typesTimothy Flynn
2022-12-22AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()Sam Atkins