Histórico de Commits

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