index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
DeprecatedString.h
Age
Commit message (
Expand
)
Author
2023-02-21
AK: Make Deprecated{Fly,}String and StringImpl const-correct
Andreas Kling
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
AK: Add DeprecatedString::from_utf8()
Andreas Kling
2023-01-28
AK: Add DeprecatedStringCodePointIterator
Andreas Kling
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
AK: Remove unimplemented methods
Sam Atkins
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-20
AK: Add DeprecatedString::find_last(StringView)
Agustin Gianni
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-11
AK: Give DeprecatedString::replace() a default mode
Ali Mohammad Pur
2022-12-11
AK: Add a DeprecatedString::byte_at() getter
Ali Mohammad Pur
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh