index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCodeComprehension
Age
Commit message (
Expand
)
Author
2023-05-21
LibCodeComprehension: Remove unused #include <DeprecatedFile.h>
Ben Wiederhake
2023-05-19
LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-04-26
LibCpp: Support for parsing c-style fixed arrays (arr[2])
iyush
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
Shell: Convert the remaining fallible AST functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
Ali Mohammad Pur
2023-02-21
Shell: Fix (and paper over) various const-correctness issues
Andreas Kling
2023-02-21
LibCpp: Make C++ AST (mostly) const-correct
Andreas Kling
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibCodeComprehension: Remove declarations for non-existent methods
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibCodeComprehension: Add .clang-format to disable formatting for tests
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar