Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -8/+2 |
| | |||||
* | fix verification on CI | Aleksey Kladov | 2019-01-26 | 1 | -4/+12 |
| | | | | remove `--verify` flag from the binaries: we have tests for this! | ||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -4/+5 |
| | |||||
* | Various changes | Muhammad Mominul Huque | 2018-10-31 | 1 | -1/+8 |
| | | | | | | | Pin to a specific toolchain version Format checking functionality Add a test to check the code formatting. Remove macro_use attribute | ||||
* | rename gen-kinds to gen-syntax | Aleksey Kladov | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | fix tests | Aleksey Kladov | 2018-10-16 | 1 | -13/+2 |
| | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -3/+13 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | take `&Path` instead of `PathBuf` | Muhammad Mominul Huque | 2018-10-16 | 1 | -2/+2 |
| | |||||
* | Refactor the constants | Muhammad Mominul Huque | 2018-10-15 | 1 | -9/+3 |
| | |||||
* | Use CARGO_MANIFEST_DIR for locating the grammar.ron file | Muhammad Mominul Huque | 2018-10-15 | 1 | -4/+3 |
| | |||||
* | Show how to generate code with error message | Muhammad Mominul Huque | 2018-10-14 | 1 | -2/+6 |
| | |||||
* | create cli.rs and make the tests passing | Muhammad Mominul Huque | 2018-10-14 | 1 | -0/+16 |