Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ali Mohammad Pur 6bf50bc40b Shell: Make the Join operation respect nodes that have a next chain 3 gadi atpakaļ
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 gadi atpakaļ
  Andreas Kling d1477bcb8e Shell: Replace Result<T, E> use with ErrorOr<T> 3 gadi atpakaļ
  Ali Mohammad Pur d020d46846 Shell: Unwind execution after runtime errors 3 gadi atpakaļ
  Ali Mohammad Pur 045c85af4b Shell: Raise an error if an execute node ends up trying to run nothing 3 gadi atpakaļ
  Andreas Kling 6ad427993a Everywhere: Behaviour => Behavior 3 gadi atpakaļ
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 gadi atpakaļ
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> 3 gadi atpakaļ
  Daniel Bertalan 65b2d3add3 Shell: Don't do null check on `NonnullRefPtr<T>` 4 gadi atpakaļ
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 gadi atpakaļ
  Andreas Kling de395a3df2 AK+Everywhere: Consolidate String::index_of() and String::find() 4 gadi atpakaļ
  Ali Mohammad Pur 3048274f5e Shell: Add support for heredocs 4 gadi atpakaļ
  Ali Mohammad Pur 7c8d39e002 Shell: Do not assume that all parts of a node are enclosed in the node 4 gadi atpakaļ
  Ali Mohammad Pur 0d742557c6 Shell: Allow Syntax errors to be mutated while parsing 4 gadi atpakaļ
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 gadi atpakaļ
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
  Andreas Kling b41b6dd279 Shell: Convert String::format() => String::formatted() 4 gadi atpakaļ
  Gunnar Beutner 111ac4b1f4 Shell: Auto-completion shouldn't suggest non-executable files for the program name 4 gadi atpakaļ
  AnotherTest c4cf4ef111 Shell: Place Pipe redirections at the beginning of the redirection list 4 gadi atpakaļ
  AnotherTest 3b8fa5a753 Shell: Add support for indexing into variables 4 gadi atpakaļ
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 4 gadi atpakaļ
  AnotherTest 13b65b632a Shell: Add support for enumerating lists in for loops 4 gadi atpakaļ
  AnotherTest a45b2ea6fb Shell: Add support for 'immediate' expressions as variable substitutions 4 gadi atpakaļ
  AnotherTest afc1097023 Shell: Make Node::hit_test_position() const 4 gadi atpakaļ
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 gadi atpakaļ
  Andreas Kling d9bf4b4d41 Shell: Convert dbgprintf() => dbgln() 4 gadi atpakaļ
  AnotherTest e3ec759f97 Shell: Make history range values larger than u32 a syntax error 4 gadi atpakaļ
  AnotherTest 37bfaf4e7c Shell: Do not bail on signaled if condition 4 gadi atpakaļ
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 gadi atpakaļ
  AnotherTest 2bd77bc93b Shell: Make the parser read consecutive sequences without recursing 4 gadi atpakaļ