Commit History

Author SHA1 Message Date
  Damien Firmenich 31ca48ebb2 Shell: Complete for current path when the text is empty 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Ali Mohammad Pur 7e4cc187d9 Shell: Implement program-aware autocompletion 3 years ago
  Lenny Maiorani dd05934539 Shell: Use default constructors/destructors 3 years ago
  Ali Mohammad Pur c4d9377477 Shell: Implement leftmost_trivial_literal() for Sequence nodes 3 years ago
  Ali Mohammad Pur 0ea775f257 Shell: Allow completing StringLiterals as paths 3 years ago
  Daniel Bertalan 5b64abe76e Shell: Use StringView instead of String const& where feasible 3 years ago
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 years ago
  Ali Mohammad Pur 78d1093dab Shell: Make Juxtaposition autocompletion smarter 3 years ago
  Ali Mohammad Pur 2e333b3571 Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsets 3 years ago
  Ali Mohammad Pur 310a18da1e Shell: Don't reset 'last_return_code' before running commands 3 years ago
  Ali Mohammad Pur ea66750640 Shell: Make interrupts kill the whole chain and not just the current job 3 years ago
  Ali Mohammad Pur 6bf50bc40b Shell: Make the Join operation respect nodes that have a next chain 3 years ago
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
  Andreas Kling d1477bcb8e Shell: Replace Result<T, E> use with ErrorOr<T> 3 years ago
  Ali Mohammad Pur d020d46846 Shell: Unwind execution after runtime errors 3 years ago
  Ali Mohammad Pur 045c85af4b Shell: Raise an error if an execute node ends up trying to run nothing 3 years ago
  Andreas Kling 6ad427993a Everywhere: Behaviour => Behavior 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> 3 years ago
  Daniel Bertalan 65b2d3add3 Shell: Don't do null check on `NonnullRefPtr<T>` 4 years ago
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 years ago
  Andreas Kling de395a3df2 AK+Everywhere: Consolidate String::index_of() and String::find() 4 years ago
  Ali Mohammad Pur 3048274f5e Shell: Add support for heredocs 4 years ago
  Ali Mohammad Pur 7c8d39e002 Shell: Do not assume that all parts of a node are enclosed in the node 4 years ago
  Ali Mohammad Pur 0d742557c6 Shell: Allow Syntax errors to be mutated while parsing 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling b41b6dd279 Shell: Convert String::format() => String::formatted() 4 years ago
  Gunnar Beutner 111ac4b1f4 Shell: Auto-completion shouldn't suggest non-executable files for the program name 4 years ago