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
/
Shell
/
ImmediateFunctions.cpp
Age
Commit message (
Expand
)
Author
2023-05-05
Shell: Rename the verb {lookup => look_up}
Ali Mohammad Pur
2023-05-05
Shell: Make null_or_alternative actually look up the given variable
Ali Mohammad Pur
2023-03-22
Shell: Implement arithmetic expansions for POSIX mode
Ali Mohammad Pur
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 all immediately convertible fallible functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Convert the remaining fallible AST functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Make Immediate expression invocation fallible
Ali Mohammad Pur
2023-02-28
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
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-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
Shell: Implement program-aware autocompletion
Ali Mohammad Pur
2022-03-26
Shell: Add the 'join' and 'filter_glob' immediate functions
Ali Mohammad Pur
2022-03-06
Shell: Allow completing StringLiterals as paths
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest