Age | Commit message (Expand) | Author |
---|---|---|
2021-05-07 | Shell: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-04-29 | Shell: Implement formatting for Heredocs | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-22 | Shell: Add support for indexing into variables | AnotherTest |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-03-07 | Shell: Add support for enumerating lists in for loops | AnotherTest |
2021-03-07 | Shell: Add support for 'immediate' expressions as variable substitutions | AnotherTest |
2021-03-07 | Shell: Corrently indent offset newlines when formatting | AnotherTest |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-23 | Shell: Make the parser read consecutive sequences without recursing | AnotherTest |
2021-01-15 | Shell: Add formatter for history events | AnotherTest |
2021-01-12 | Shell: Move to Userland/Shell/ | Andreas Kling |