aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/mod.rs
AgeCommit message (Collapse)AuthorLines
2021-03-31fix the tests oopsMelody Horn-6/+10
2021-03-31expand pedantry levelMelody Horn-1/+1
2021-03-31massively upgrade error handlingMelody Horn-52/+81
2021-03-28fix the unbounded type recursion (thanks @Lucretiel!)Melody Horn-2/+2
2021-03-28almost finish implementing functionsMelody Horn-5/+3
2021-03-28almost implement all functionsMelody Horn-178/+128
2021-03-28lay down boilerplate for function callsMelody 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-28add (& somewhat test!) GNUful conditionalsMelody Horn-0/+54
2021-03-27split up read into several sub-methodsMelody Horn-210/+219
2021-03-27a couple more little thingsMelody Horn-2/+3
2021-03-27juggle declarations so clippy shuts upMelody Horn-3/+3
2021-03-27don't all-caps MAKEFLAGSMelody Horn-3/+3
2021-03-27why `pub` when you can `pub(crate)`?Melody Horn-7/+7
2021-03-27don't builder when we don't need to builderMelody Horn-4/+3
2021-03-27refactor makefile elements into submodulesMelody Horn-187/+7
2021-03-27specify String::from instead of Into::intoMelody Horn-1/+1
2021-03-27other simple stuffzseri-12/+9
2021-03-27deeper optimizationszseri-30/+29
2021-03-27omit args clonezseri-7/+7
2021-03-27boring changeszseri-60/+38
2021-03-27cargo fmtzseri-68/+146
2021-03-26allow blank lines in rulesMelody Horn-2/+6
2021-03-26keep a line number so errors are easier to findMelody Horn-8/+8
2021-03-26add & remove leading dots in extensionsMelody Horn-8/+3
2021-03-26don't borrow targets mutably for the whole get_target processMelody Horn-12/+14
2021-03-26implement builtins in the worst imaginable wayMelody Horn-6/+117
2021-03-26overhaul target handlingMelody Horn-131/+424
2021-03-23man i don't even fuckin know anymoreMelody Horn-0/+444