aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-27split up read into several sub-methodsMelody Horn-210/+219
2021-03-27use Self more often in tokenMelody Horn-6/+6
2021-03-27a couple more little thingsMelody Horn-3/+4
2021-03-27juggle declarations so clippy shuts upMelody Horn-3/+3
2021-03-27appease clippy in command_lineMelody Horn-4/+4
2021-03-27don't all-caps MAKEFLAGSMelody Horn-3/+3
2021-03-27appease clippy in makers::argsMelody Horn-5/+7
2021-03-27lint for Slightly Fewer things!Melody Horn-1/+0
2021-03-27why `pub` when you can `pub(crate)`?Melody Horn-48/+48
2021-03-27don't builder when we don't need to builderMelody Horn-4/+3
2021-03-27call the shell explicitlyMelody Horn-6/+24
2021-03-27lint for ALL the things!Melody Horn-0/+12
2021-03-27refactor makefile elements into submodulesMelody Horn-187/+208
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-8/+8
2021-03-27boring changeszseri-65/+43
2021-03-27cargo fmtzseri-241/+423
2021-03-26allow blank lines in rulesMelody Horn-2/+6
2021-03-26start at the start, not the endMelody Horn-1/+1
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-10/+117
2021-03-26overhaul target handlingMelody Horn-135/+487
2021-03-26tune up argument handlingMelody Horn-12/+127
2021-03-23man i don't even fuckin know anymoreMelody Horn-15/+726
2021-03-23read argumentsMelody Horn-1/+196
2021-03-23basic skeletonMelody Horn-0/+3