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.h
Age
Commit message (
Expand
)
Author
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-08
Shell: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-09-16
Shell: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-08-02
Shell: Improve the parsing of history event designators
TheFightingCatfish
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-16
Shell: Remove unused InlineLinkedList header include
Brian Gianforcaro
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-05-01
Shell: Make set_is_syntax_error() also copy the error location
Ali Mohammad Pur
2021-04-29
Shell: Add support for heredocs
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-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-04
Shell: Make Node::hit_test_position() const
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-03
Shell: Make history range values larger than u32 a syntax error
AnotherTest
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: Mark control structures to be executed in the current process
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
Shell: Move to Userland/Shell/
Andreas Kling