Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-07 | r/5624 chore(users/Profpatsch): move rust exec-helpers to own subdir | Profpatsch | 1 | -149/+0 |
2022-02-08 | r/3791 style(rust): Format all Rust code with rustfmt | Vincent Ambo | 1 | -24/+60 |
2021-02-13 | r/2207 feat(users/Profpatsch/execline/exec_helpers): add args() | Profpatsch | 1 | -0/+10 |
2021-02-13 | r/2206 feat(users/Profpatsch/execline/exec_helpers): add no_args() | Profpatsch | 1 | -0/+9 |
2021-02-13 | r/2203 fix(users/Profpatsch/execline/exec_helpers): fix arg loop off-by-1 | Profpatsch | 1 | -1/+1 |
2021-02-06 | r/2185 fix(users/Profpatsch/execline): fix exec_into_args off-by-1 | Profpatsch | 1 | -2/+2 |
2021-01-31 | r/2176 feat(users/Profpatsch): add die_* helpers for semantic exit errors | Profpatsch | 1 | -1/+54 |
2021-01-31 | r/2175 feat(users/Profpatsch/execline): add args_for_exec | Profpatsch | 1 | -0/+41 |