summaryrefslogtreecommitdiffstats
path: root/src/builtins.rs
Commit message (Expand)AuthorAgeFilesLines
* split up code into more filesJesse Luehrs2022-01-031-426/+0
* add echo builtin for testingJesse Luehrs2022-01-031-0/+46
* fix pipeline handling for builtinsJesse Luehrs2022-01-031-31/+188
* clippyJesse Luehrs2022-01-031-0/+2
* start adding back builtin supportJesse Luehrs2022-01-031-140/+145
* more refactoring to lay the groundwork for reintroducing builtinsJesse Luehrs2022-01-021-0/+216
* rearrange some thingsJesse Luehrs2021-12-251-47/+0
* refactor a bit to start working on better parsingJesse Luehrs2021-12-211-2/+2
* clippyJesse Luehrs2021-12-101-3/+6
* implement cdJesse Luehrs2021-11-181-0/+44