index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
KString.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-29
Kernel: Make {Nonnull,}OwnPtr<KString> hash compatible with StringView
Idan Horowitz
2022-01-13
Kernel: Add a KString::bytes() helper
Idan Horowitz
2022-01-12
Kernel: Add an error propagating KString::number() API
Idan Horowitz
2021-11-30
Kernel: Add an error propagating KString::format(..) API :^)
Brian Gianforcaro
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-30
Kernel: Fix common misuse of KString in debug messages
Ben Wiederhake
2021-09-13
Kernel: Specialize Traits<(Nonnull)OwnPtr<T>> for KString
Ali Mohammad Pur
2021-09-07
Kernel: Remove redundant [[nodiscard]] on KResult return values
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-08-13
Kernel: Annotate KString methods as [[nodiscard]]
Brian Gianforcaro
2021-07-07
Kernel: Add formatter function for OwnPtr<KString>
Max Wipfli
2021-06-02
Kernel: Add operator delete for KString
Gunnar Beutner
2021-06-02
Kernel: Make KString non-copyable and non-movable
Gunnar Beutner
2021-05-31
Kernel: Add KString::must_{..} factory methods
Brian Gianforcaro
2021-05-28
Kernel: Add KString, a single-owner string with OOM failure exposion
Andreas Kling