aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-04-01slap a bow on v0.2.00.2.0Melody Horn-2/+8
2021-04-01catch prefixes that came from macrosMelody Horn-5/+22
2021-04-01and here i thought alt() would do backtracking on its ownMelody Horn-9/+4
2021-04-01for the record, shit is fucked right hereMelody Horn-38/+92
2021-04-01don't double-peekable the iterator smdhMelody Horn-2/+2
2021-04-01slightly fancier errorsMelody Horn-77/+274
2021-03-31awolnation voice BAILMelody Horn-23/+30
2021-03-31don't double-lint on panic/unimpl/todoMelody Horn-1/+0
2021-03-31bonk unimplemented & todoMelody Horn-0/+2
2021-03-31unreachable is fine actuallyMelody Horn-1/+0
2021-03-31redundancy is badMelody Horn-1/+1
2021-03-31bruh i literally just asserted that those are in boundsMelody Horn-1/+0
2021-03-31be slightly less pedanticMelody Horn-1/+0
2021-03-31avoid redundancyMelody Horn-44/+43
2021-03-31issuing correction on a previous post of mine, regarding pub(crate)Melody Horn-91/+84
2021-03-31"im not owned! im not owned!!", i continue to insist as i allocate and trans...Melody Horn-8/+8
2021-03-31fix the tests oopsMelody Horn-34/+59
2021-03-31expand pedantry levelMelody Horn-6/+15
2021-03-31massively upgrade error handlingMelody Horn-175/+260
2021-03-28apparently that's not how that worksMelody Horn-1/+1
2021-03-28add sketch of CI configMelody Horn-0/+22
2021-03-28fix the unbounded type recursion (thanks @Lucretiel!)Melody Horn-123/+93
2021-03-28almost finish implementing functionsMelody Horn-193/+300
2021-03-28almost implement all functionsMelody Horn-189/+868
2021-03-28lay down boilerplate for function callsMelody Horn-33/+98
2021-03-28add GNU compatibility noteMelody Horn-0/+1
2021-03-28add (& somewhat test!) GNUful conditionalsMelody Horn-0/+246
2021-03-27add canon pronunciation infoMelody Horn-0/+4
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-8/+24
2021-03-27lint for ALL the things!Melody Horn-0/+12
2021-03-27refactor makefile elements into submodulesMelody Horn-187/+208
2021-03-27thank a contributor, add instructionsMelody Horn-0/+6
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-26prep for actual release0.1.0Melody Horn-0/+23
2021-03-26allow blank lines in rulesMelody Horn-2/+6