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
/
AST.cpp
Age
Commit message (
Expand
)
Author
2021-06-29
Shell: Don't do null check on `NonnullRefPtr<T>`
Daniel Bertalan
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-04-29
Shell: Add support for heredocs
Ali Mohammad Pur
2021-04-29
Shell: Do not assume that all parts of a node are enclosed in the node
Ali Mohammad Pur
2021-04-29
Shell: Allow Syntax errors to be mutated while parsing
Ali Mohammad Pur
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Shell: Convert String::format() => String::formatted()
Andreas Kling
2021-04-20
Shell: Auto-completion shouldn't suggest non-executable files for the program...
Gunnar Beutner
2021-03-31
Shell: Place Pipe redirections at the beginning of the redirection list
AnotherTest
2021-03-22
Shell: Add support for indexing into variables
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
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-04
Shell: Make Node::hit_test_position() const
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
Shell: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-03
Shell: Make history range values larger than u32 a syntax error
AnotherTest
2021-01-26
Shell: Do not bail on signaled if condition
AnotherTest
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-19
Shell: Make 'if' expressions return the unevaluated value of blocks
AnotherTest
2021-01-19
Shell: Implement `for_each_entry()` for syntactic list nodes
AnotherTest
2021-01-15
Shell: Add (basic) support for history event designators
AnotherTest
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling