Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-24 | Clean up some sub-optimal slice handling | Corey Richardson | |
Clippy noticed that update_from looked like a manual copy_from_slice, which alerted me to sum_into and mul_into also being suboptimal. With the new changes, the generated code is much cleaner: it lacks an extra "unnecessary" branch and is about 30% shorter (for those methods). I also think the code is a bit easier to read :) | |||
2017-09-24 | Remove now-dead code | Corey Richardson | |
2017-09-24 | Fix compiler warnings | Corey Richardson | |
Some minor stuff, mostly. The features have been stable since 1.20 | |||
2017-09-24 | parser appears to work (oh my) | Graham Northup | |
2017-09-21 | Tokenizer for DSL | Graham Northup | |
2017-09-20 | more of the same for the night :) | Graham Northup | |
2017-09-19 | Starting work on proto decode | Graham Northup | |
2017-09-18 | it builds and does a thing | Graham Northup | |
2017-09-18 | Initial work on modular synthesis | Graham Northup | |