summaryrefslogtreecommitdiff
path: root/Userland/Shell/AST.cpp
AgeCommit message (Expand)Author
2021-06-29Shell: Don't do null check on `NonnullRefPtr<T>`Daniel Bertalan
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-04-29Shell: Add support for heredocsAli Mohammad Pur
2021-04-29Shell: Do not assume that all parts of a node are enclosed in the nodeAli Mohammad Pur
2021-04-29Shell: Allow Syntax errors to be mutated while parsingAli Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Shell: Convert String::format() => String::formatted()Andreas Kling
2021-04-20Shell: Auto-completion shouldn't suggest non-executable files for the program...Gunnar Beutner
2021-03-31Shell: Place Pipe redirections at the beginning of the redirection listAnotherTest
2021-03-22Shell: Add support for indexing into variablesAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Shell: Add support for enumerating lists in for loopsAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-03-04Shell: Make Node::hit_test_position() constAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17Shell: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-03Shell: Make history range values larger than u32 a syntax errorAnotherTest
2021-01-26Shell: Do not bail on signaled if conditionAnotherTest
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-23Shell: Make the parser read consecutive sequences without recursingAnotherTest
2021-01-19Shell: Make 'if' expressions return the unevaluated value of blocksAnotherTest
2021-01-19Shell: Implement `for_each_entry()` for syntactic list nodesAnotherTest
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Shell: Move to Userland/Shell/Andreas Kling