Casey Rodarmor
|
415c84ea39
|
Refactor and rename test macros (#415)
|
2019-04-19 02:17:43 -07:00 |
|
Casey Rodarmor
|
596ea34460
|
Replace regex-based lexer with character-at-a-time lexer (#406)
|
2019-04-15 22:40:02 -07:00 |
|
Casey Rodarmor
|
3a287b864a
|
Housekeeping (#394)
- Upgrade to rust 2018
- Update dependencies
- Use BTree{Map,Set} instead of Map and Set
|
2019-04-11 15:23:14 -07:00 |
|
ryloric
|
f64f07a0cc
|
Add recipe aliases (#390)
Recipe aliases may be defined with `alias f = foo`, allowing recipes to be called by shorter names on the command line.
|
2019-04-11 12:30:29 -07:00 |
|
Casey Rodarmor
|
3d67786aaf
|
Förmatterdämmerung (#346)
Format with rustfmt
|
2018-12-08 14:29:41 -08:00 |
|
Casey Rodarmor
|
816183b975
|
Add grandiloquent verbosity level that echos shebang recipes (#348)
|
2018-08-31 00:04:06 -07:00 |
|
Casey Rodarmor
|
4e6585d391
|
Slake Clippy's thirst for blood (#347)
|
2018-08-27 18:36:40 -07:00 |
|
Casey Rodarmor
|
b14d1ec97c
|
Wait for child processes to finish (#345)
Thanks to @bheisler for the feature request and initial implementation.
Fixes #302
|
2018-08-27 16:03:52 -07:00 |
|
Casey Rodarmor
|
68b343bc17
|
Make .env vars available in env_var functions (#310)
|
2018-03-17 09:17:41 -07:00 |
|