summaryrefslogtreecommitdiff
path: root/Userland/Shell/ImmediateFunctions.cpp
AgeCommit message (Expand)Author
2023-05-05Shell: Rename the verb {lookup => look_up}Ali Mohammad Pur
2023-05-05Shell: Make null_or_alternative actually look up the given variableAli Mohammad Pur
2023-03-22Shell: Implement arithmetic expansions for POSIX modeAli Mohammad Pur
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28Shell: Convert all immediately convertible fallible functions to ErrorOrAli Mohammad Pur
2023-02-28Shell: Convert the remaining fallible AST functions to ErrorOrAli Mohammad Pur
2023-02-28Shell: Make Immediate expression invocation fallibleAli Mohammad Pur
2023-02-28Shell+LibCodeComprehension: Start replacing {Deprecated => }StringAli Mohammad Pur
2023-02-13Shell: Start implementing a POSIX-compliant parserAli Mohammad Pur
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26Shell: Implement program-aware autocompletionAli Mohammad Pur
2022-03-26Shell: Add the 'join' and 'filter_glob' immediate functionsAli Mohammad Pur
2022-03-06Shell: Allow completing StringLiterals as pathsAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest