Age | Commit message (Expand) | Author |
---|---|---|
2023-02-02 | AK: Ensure string types are actually considered hash-compatible | Timothy Flynn |
2022-12-27 | AK: Make StringUtils::matches() handle escaping correctly | Florian Cramer |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-20 | AK: Do not append string bytes as code points when title-casing a string | Timothy Flynn |
2022-10-11 | AK+Tests: Correct off-by-one error when right-trimming text | Sam Atkins |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-03-18 | AK+Tests: Fix StringUtils::contains() being confused by repeating text | Sam Atkins |
2021-12-21 | AK: Add convert_to_uint_from_octal | Xavier Defrang |
2021-11-10 | AK+Everywhere: Stop including Vector.h from StringView.h | Andreas Kling |
2021-08-26 | AK: Implement method to convert a String/StringView to title case | Timothy Flynn |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |