summaryrefslogtreecommitdiff
path: root/Kernel/KString.h
AgeCommit message (Expand)Author
2021-09-07Kernel: Remove redundant [[nodiscard]] on KResult return valuesAndreas Kling
2021-09-06Kernel: Make KString factories return KResultOr + use TRY() everywhereAndreas Kling
2021-08-13Kernel: Annotate KString methods as [[nodiscard]]Brian Gianforcaro
2021-07-07Kernel: Add formatter function for OwnPtr<KString>Max Wipfli
2021-06-02Kernel: Add operator delete for KStringGunnar Beutner
2021-06-02Kernel: Make KString non-copyable and non-movableGunnar Beutner
2021-05-31Kernel: Add KString::must_{..} factory methodsBrian Gianforcaro
2021-05-28Kernel: Add KString, a single-owner string with OOM failure exposionAndreas Kling