summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCodeComprehension
AgeCommit message (Expand)Author
2023-05-21LibCodeComprehension: Remove unused #include <DeprecatedFile.h>Ben Wiederhake
2023-05-19LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-04-26LibCpp: Support for parsing c-style fixed arrays (arr[2])iyush
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28Shell: Convert the remaining fallible AST functions to ErrorOrAli Mohammad Pur
2023-02-28Shell+LibCodeComprehension: Start replacing {Deprecated => }StringAli Mohammad Pur
2023-02-21Shell: Fix (and paper over) various const-correctness issuesAndreas Kling
2023-02-21LibCpp: Make C++ AST (mostly) const-correctAndreas Kling
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibCodeComprehension: Remove declarations for non-existent methodsSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-03LibCodeComprehension: Add .clang-format to disable formatting for testsLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar