Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Obey clippy lints | Nadrieril | 2019-03-09 | 3 | -11/+15 | |
* | Remove the pervasive Label type parameter | Nadrieril | 2019-03-09 | 2 | -107/+65 | |
* | Use new Label type everywhere | Nadrieril | 2019-03-09 | 1 | -82/+37 | |
* | Use new Label type instead of &str in parser | Nadrieril | 2019-03-09 | 4 | -61/+105 | |
* | A whole new bunch of tests now pass ! | Nadrieril | 2019-03-09 | 1 | -65/+65 | |
* | rustfmt | Nadrieril | 2019-03-09 | 1 | -22/+31 | |
* | First import works ! | Nadrieril | 2019-03-09 | 2 | -1/+13 | |
* | Clean up some of the mess | Nadrieril | 2019-03-08 | 1 | -2/+13 | |
* | Rename Expr back to its true name | Nadrieril | 2019-03-08 | 3 | -127/+126 | |
* | Finally get rid of all the &'i str | Nadrieril | 2019-03-08 | 1 | -10/+10 | |
* | Make labels non-Copy | Nadrieril | 2019-03-08 | 1 | -96/+91 | |
* | Slowly propagate the new type parameter throughout the codebase | Nadrieril | 2019-03-08 | 2 | -87/+186 | |
* | Generalise Context on its type of keys | Nadrieril | 2019-03-08 | 1 | -8/+10 | |
* | Make Expr generic in its type of labels | Nadrieril | 2019-03-08 | 2 | -92/+93 | |
* | Revert "Start moving strs in the AST" | Nadrieril | 2019-03-07 | 3 | -170/+166 | |
* | Start moving strs in the AST | Nadrieril | 2019-03-07 | 3 | -166/+170 | |
* | rustfmt | Nadrieril | 2019-03-06 | 1 | -5/+3 | |
* | Finally get rid of old parser | Nadrieril | 2019-03-06 | 5 | -597/+22 | |
* | Start parsing imports | Nadrieril | 2019-03-06 | 3 | -18/+134 | |
* | Reorder rule in parser to match grammar | Nadrieril | 2019-03-06 | 1 | -108/+110 | |
* | rustfmt | Nadrieril | 2019-03-06 | 2 | -3/+11 | |
* | Considerably remove clutter in normalize | Nadrieril | 2019-03-06 | 1 | -3/+68 | |
* | Remove FailedParse variant | Nadrieril | 2019-03-06 | 1 | -4/+0 | |
* | Move context to dhall_core | Nadrieril | 2019-03-06 | 2 | -0/+57 | |
* | Split-off normalization into its own crate | Nadrieril | 2019-03-06 | 1 | -286/+4 | |
* | Split-off core into its own crate | Nadrieril | 2019-03-06 | 6 | -0/+2607 |