summaryrefslogtreecommitdiff
path: root/AK/DeprecatedString.h
AgeCommit message (Expand)Author
2023-02-21AK: Make Deprecated{Fly,}String and StringImpl const-correctAndreas Kling
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-29AK: Add DeprecatedString::from_utf8()Andreas Kling
2023-01-28AK: Add DeprecatedStringCodePointIteratorAndreas Kling
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27AK: Remove unimplemented methodsSam Atkins
2023-01-13AK: Add support for "debug only" formattersMacDue
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-20AK: Add DeprecatedString::find_last(StringView)Agustin Gianni
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-11AK: Give DeprecatedString::replace() a default modeAli Mohammad Pur
2022-12-11AK: Add a DeprecatedString::byte_at() getterAli Mohammad Pur
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh