Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-03-31 | massively upgrade error handling | Melody Horn | -52/+81 | |
2021-03-28 | fix the unbounded type recursion (thanks @Lucretiel!) | Melody Horn | -2/+2 | |
2021-03-28 | almost finish implementing functions | Melody Horn | -5/+3 | |
2021-03-28 | almost implement all functions | Melody Horn | -178/+128 | |
2021-03-28 | lay down boilerplate for function calls | Melody Horn | -0/+4 | |
of all the obnoxious GNUisms, this will probably wind up being the largest. especially if huge makefiles (e.g. Linux) use most of the functions that GNU offers, meaning we have to implement most of them to be Linuxable | ||||
2021-03-28 | add (& somewhat test!) GNUful conditionals | Melody Horn | -0/+54 | |
2021-03-27 | split up read into several sub-methods | Melody Horn | -210/+219 | |
2021-03-27 | a couple more little things | Melody Horn | -2/+3 | |
2021-03-27 | juggle declarations so clippy shuts up | Melody Horn | -3/+3 | |
2021-03-27 | don't all-caps MAKEFLAGS | Melody Horn | -3/+3 | |
2021-03-27 | why `pub` when you can `pub(crate)`? | Melody Horn | -7/+7 | |
2021-03-27 | don't builder when we don't need to builder | Melody Horn | -4/+3 | |
2021-03-27 | refactor makefile elements into submodules | Melody Horn | -187/+7 | |
2021-03-27 | specify String::from instead of Into::into | Melody Horn | -1/+1 | |
2021-03-27 | other simple stuff | zseri | -12/+9 | |
2021-03-27 | deeper optimizations | zseri | -30/+29 | |
2021-03-27 | omit args clone | zseri | -7/+7 | |
2021-03-27 | boring changes | zseri | -60/+38 | |
2021-03-27 | cargo fmt | zseri | -68/+146 | |
2021-03-26 | allow blank lines in rules | Melody Horn | -2/+6 | |
2021-03-26 | keep a line number so errors are easier to find | Melody Horn | -8/+8 | |
2021-03-26 | add & remove leading dots in extensions | Melody Horn | -8/+3 | |
2021-03-26 | don't borrow targets mutably for the whole get_target process | Melody Horn | -12/+14 | |
2021-03-26 | implement builtins in the worst imaginable way | Melody Horn | -6/+117 | |
2021-03-26 | overhaul target handling | Melody Horn | -131/+424 | |
2021-03-23 | man i don't even fuckin know anymore | Melody Horn | -0/+444 | |