Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-04-01 | and here i thought alt() would do backtracking on its own | Melody Horn | -9/+4 | |
2021-04-01 | for the record, shit is fucked right here | Melody Horn | -38/+92 | |
2021-04-01 | don't double-peekable the iterator smdh | Melody Horn | -2/+2 | |
2021-04-01 | slightly fancier errors | Melody Horn | -77/+274 | |
2021-03-31 | awolnation voice BAIL | Melody Horn | -23/+30 | |
2021-03-31 | don't double-lint on panic/unimpl/todo | Melody Horn | -1/+0 | |
2021-03-31 | bonk unimplemented & todo | Melody Horn | -0/+2 | |
2021-03-31 | unreachable is fine actually | Melody Horn | -1/+0 | |
2021-03-31 | redundancy is bad | Melody Horn | -1/+1 | |
2021-03-31 | bruh i literally just asserted that those are in bounds | Melody Horn | -1/+0 | |
2021-03-31 | be slightly less pedantic | Melody Horn | -1/+0 | |
2021-03-31 | avoid redundancy | Melody Horn | -44/+43 | |
2021-03-31 | issuing 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 ↵ | Melody Horn | -8/+8 | |
transform into a String https://twitter.com/dril_rs/status/1035032121860009984 | ||||
2021-03-31 | fix the tests oops | Melody Horn | -34/+59 | |
2021-03-31 | expand pedantry level | Melody Horn | -6/+15 | |
2021-03-31 | massively upgrade error handling | Melody Horn | -175/+260 | |
2021-03-28 | apparently that's not how that works | Melody Horn | -1/+1 | |
2021-03-28 | add sketch of CI config | Melody Horn | -0/+22 | |
2021-03-28 | fix the unbounded type recursion (thanks @Lucretiel!) | Melody Horn | -123/+93 | |
2021-03-28 | almost finish implementing functions | Melody Horn | -193/+300 | |
2021-03-28 | almost implement all functions | Melody Horn | -189/+868 | |
2021-03-28 | lay down boilerplate for function calls | Melody Horn | -33/+98 | |
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 GNU compatibility note | Melody Horn | -0/+1 | |
2021-03-28 | add (& somewhat test!) GNUful conditionals | Melody Horn | -0/+246 | |
2021-03-27 | add canon pronunciation info | Melody Horn | -0/+4 | |
2021-03-27 | split up read into several sub-methods | Melody Horn | -210/+219 | |
2021-03-27 | use Self more often in token | Melody Horn | -6/+6 | |
2021-03-27 | a couple more little things | Melody Horn | -3/+4 | |
2021-03-27 | juggle declarations so clippy shuts up | Melody Horn | -3/+3 | |
2021-03-27 | appease clippy in command_line | Melody Horn | -4/+4 | |
2021-03-27 | don't all-caps MAKEFLAGS | Melody Horn | -3/+3 | |
2021-03-27 | appease clippy in makers::args | Melody Horn | -5/+7 | |
2021-03-27 | lint for Slightly Fewer things! | Melody Horn | -1/+0 | |
2021-03-27 | why `pub` when you can `pub(crate)`? | Melody Horn | -48/+48 | |
2021-03-27 | don't builder when we don't need to builder | Melody Horn | -4/+3 | |
2021-03-27 | call the shell explicitly | Melody Horn | -8/+24 | |
system is cool and all but unsafe is suboptimal here | ||||
2021-03-27 | lint for ALL the things! | Melody Horn | -0/+12 | |
2021-03-27 | refactor makefile elements into submodules | Melody Horn | -187/+208 | |
2021-03-27 | thank a contributor, add instructions | Melody Horn | -0/+6 | |
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 | -8/+8 | |
2021-03-27 | boring changes | zseri | -65/+43 | |
2021-03-27 | cargo fmt | zseri | -241/+423 | |
2021-03-26 | prep for actual release0.1.0 | Melody Horn | -0/+23 | |
2021-03-26 | allow blank lines in rules | Melody Horn | -2/+6 | |
2021-03-26 | start at the start, not the end | Melody Horn | -1/+1 | |
2021-03-26 | keep a line number so errors are easier to find | Melody Horn | -8/+8 | |