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
/
Parser.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-28
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
Ali Mohammad Pur
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-17
Shell: Add the |& construct for piping stderr along with stdout
sin-ack
2022-04-18
Shell: Add support for regex match patterns
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-23
Shell: Prevent exponential explosion around '$(('
Ben Wiederhake
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-08-13
Shell: Make caller specify the string parsing end condition
sin-ack
2021-05-19
Shell: Avoid moving AK::Function instances while inside them
Ali Mohammad Pur
2021-05-10
Shell: Parse '\t' in doublequoted strings as a tab character
Ali Mohammad Pur
2021-05-10
Shell: Add support for \uhhhhhhhh escapes in strings
Ali Mohammad Pur
2021-04-29
Shell: Add support for heredocs
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
Shell: Add support for indexing into variables
AnotherTest
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest
2021-03-07
Shell: Do not parse history events in scripts
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-15
Shell: Add (basic) support for history event designators
AnotherTest
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling