Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-03-08 | Finally get rid of all the &'i str | Nadrieril | 1 | -2/+2 |
2019-03-08 | Slowly propagate the new type parameter throughout the codebase | Nadrieril | 1 | -8/+6 |
2019-03-08 | Generalise Context on its type of keys | Nadrieril | 1 | -10/+14 |
2019-03-08 | Make Expr generic in its type of labels | Nadrieril | 1 | -2/+2 |
2019-03-06 | rustfmt | Nadrieril | 1 | -1/+2 |
2019-03-06 | Finally get rid of old parser | Nadrieril | 1 | -1/+1 |
2019-03-06 | Start parsing imports | Nadrieril | 1 | -1/+3 |
2019-03-06 | Handle correctly captured variables in dhall! | Nadrieril | 1 | -34/+56 |
2019-03-06 | rustfmt | Nadrieril | 1 | -20/+23 |
2019-03-06 | Simplify normalization using dhall! macro | Nadrieril | 1 | -7/+24 |
2019-03-06 | Add proc_macro the generated dhall expressions | Nadrieril | 2 | -0/+102 |