Historique des commits

Auteur SHA1 Message Date
  AnotherTest a10cfee0d4 Shell: Track line numbers and the positions of some keywords il y a 4 ans
  AnotherTest b3dd97a694 Shell: Add a (very basic) formatter il y a 4 ans
  AnotherTest d64e00a5f6 Shell: Rename two 'fd' class members to have an 'm_' prefix il y a 4 ans
  AnotherTest 51e598cf0b Shell: Use NonnullRefPtr to store non-null subnodes il y a 4 ans
  AnotherTest 4c6f7846b4 Shell: Add 'match' expressions il y a 4 ans
  AnotherTest 2b867ff555 Shell: Complete named function parameters inside the function body il y a 4 ans
  AnotherTest d1550ea64f Shell: Add support for functions il y a 4 ans
  AnotherTest b194d79c53 Shell: Add the (now) free subshell support il y a 4 ans
  AnotherTest aa2df9277d Shell: Allow control structures to appear in pipe sequences il y a 4 ans
  AnotherTest 715e11f692 Shell: Fix job control and backgrounding il y a 5 ans
  AnotherTest b90eb5c9ba Shell: Add 'if' expressions il y a 5 ans
  AnotherTest 0676bd4afc Shell: Mark AST::Background as would_execute if its subnode does il y a 5 ans
  AnotherTest d4bcc689fb Shell: Make 'for' loops read their input as an stream il y a 5 ans
  Andreas Kling 85b02d887b Shell: Add create() factory function for PathRedirection il y a 5 ans
  Andreas Kling e8d665337a Shell: Fix another FdRedirection reference leak il y a 5 ans
  AnotherTest ab3e787334 Shell: Moves pipelined processes to one process group il y a 5 ans
  Andreas Kling 3b3d158649 Shell: Make Command::redirections a NonnullRefPtrVector il y a 5 ans
  Andreas Kling c29681cb03 Shell: Make VariableDeclarations::Variable store NonnullRefPtrs il y a 5 ans
  Andreas Kling e9c602bc83 Shell: Make resolve_without_cast() return NonnullRefPtr<Value> il y a 5 ans
  Andreas Kling 420e809fee Shell: Store ListValue's values in a NonnullRefPtrVector<Value> il y a 5 ans
  Andreas Kling 08e5371f44 Shell: Add some obvious move() calls in AST constructors il y a 5 ans
  Andreas Kling 3cb8ae873c Shell: Use NonnullRefPtr to simplify some things in the parser/AST il y a 5 ans
  AnotherTest 1d08cab9ab Shell: Correct FdRedirection inheriting from two RefCounted bases il y a 5 ans
  AnotherTest 12af65c1c9 Shell: Add support for ARGV (and $*, $#) il y a 5 ans
  AnotherTest 8e364b9780 Shell: Mark ForLoop as would_execute il y a 5 ans
  AnotherTest b6066faa1f Shell: Add a 'for' loop il y a 5 ans
  AnotherTest 95fc7dd03a Shell: Parse lists serially, and flatten them only when needed il y a 5 ans
  AnotherTest b0ce8d725a Shell: Move out run_commands and expand_aliases to be Shell member fns il y a 5 ans
  AnotherTest f9d3055691 Shell: Do not treat the ending newline as part of a comment il y a 5 ans
  AnotherTest ff857cd358 Shell: Initial support for 'option' completions il y a 5 ans