| Commit message (Expand) | Author | Files | Lines |
2019-03-21 | Represent Optional literals more faithfully | Nadrieril | 1 | -15/+7 |
2019-03-21 | Rename Record/Union to RecordType/UnionType | Nadrieril | 1 | -2/+2 |
2019-03-21 | Reorganize dhall_core a bit | Nadrieril | 1 | -12/+12 |
2019-03-19 | CI tweaks | Nadrieril | 1 | -1/+0 |
2019-03-19 | Skip build-only subcrates in code coverage | Nadrieril | 1 | -0/+1 |
2019-03-18 | Implement a few more primitives | Nadrieril | 1 | -0/+8 |
2019-03-18 | Split List literal between empty and non-empty | Nadrieril | 1 | -3/+6 |
2019-03-17 | Use Rc consistently everywhere | Nadrieril | 1 | -2/+2 |
2019-03-16 | Use Rc instead of Box in AST to allow structural sharing | Nadrieril | 1 | -7/+8 |
2019-03-16 | Use Box more uniformly in AST | Nadrieril | 1 | -4/+6 |
2019-03-16 | Store an Option in OptionalLit instead of a vec | Nadrieril | 1 | -3/+3 |
2019-03-15 | Store a vec in App | Nadrieril | 1 | -1/+1 |
2019-03-09 | Considerably simplify typecheck using dhall_expr!() | Nadrieril | 1 | -27/+57 |
2019-03-09 | Obey clippy lints | Nadrieril | 1 | -8/+7 |
2019-03-09 | Remove the pervasive Label type parameter | Nadrieril | 1 | -4/+4 |
2019-03-09 | Use new Label type everywhere | Nadrieril | 1 | -8/+8 |
2019-03-09 | Use new Label type instead of &str in parser | Nadrieril | 1 | -2/+2 |
2019-03-09 | Rename dhall! to dhall_expr! for clarity | Nadrieril | 1 | -1/+1 |
2019-03-08 | Clean up some of the mess | Nadrieril | 1 | -2/+2 |
2019-03-08 | Rename Expr back to its true name | Nadrieril | 1 | -6/+6 |
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 | 1 | -0/+87 |