| Commit message (Expand) | Author | Files | Lines |
2019-11-11 | Add more detail to TypeMismatch error | Nadrieril | 5 | -0/+45 |
2019-11-11 | Add a few more pretty errors | Nadrieril | 9 | -9/+34 |
2019-11-11 | Move "Type error" error prefix | Nadrieril | 3 | -6/+6 |
2019-11-11 | Display first pretty type error | Nadrieril | 3 | -3/+18 |
2019-11-11 | Implement basicest Display for TypeError | Nadrieril | 87 | -87/+87 |
2019-11-11 | Test type error messages | Nadrieril | 87 | -0/+87 |
2019-08-13 | Move api into its own crate | Nadrieril | 1 | -68/+0 |
2019-08-10 | Remove dhall::expr!() macro | Nadrieril | 1 | -19/+11 |
2019-05-09 | Rewrite the StaticType trait and everything around it | Nadrieril | 1 | -35/+32 |
2019-05-07 | Fix derive | Nadrieril | 1 | -1/+1 |
2019-05-04 | Revert "Make SubExpr generic in the variable labels type" | Nadrieril | 1 | -2/+2 |
2019-05-04 | Make SubExpr generic in the variable labels type | Nadrieril | 1 | -2/+2 |
2019-05-04 | Remove dummy lifetimes | Nadrieril | 1 | -1/+1 |
2019-05-04 | rustfmt | Nadrieril | 1 | -1/+1 |
2019-05-04 | Rename dhall_generator to dhall_proc_macros | Nadrieril | 1 | -8/+8 |
2019-05-04 | Rename dhall_core to dhall_syntax | Nadrieril | 1 | -1/+1 |
2019-04-18 | Remove obsolete dhall_expr!() macro | Nadrieril | 1 | -8/+16 |
2019-04-14 | Namespace deserialization functions in a `de` submodule | Nadrieril | 1 | -3/+3 |
2019-04-11 | Thread lifetimes through other newtypes | Nadrieril | 1 | -1/+1 |
2019-04-10 | Add SimpleType and SimpeStaticType. Derive the latter | Nadrieril | 1 | -18/+36 |
2019-04-08 | Move spec tests into the relevant files | Nadrieril | 4 | -824/+0 |
2019-04-07 | Restrict public API | Nadrieril | 1 | -16/+47 |
2019-04-07 | Avoid constructing exprs manually when possible | Nadrieril | 4 | -1/+4 |
2019-04-07 | Augment stack size for typecheck tests | Nadrieril | 2 | -8/+18 |
2019-04-07 | Put a Cow in Type | Nadrieril | 1 | -3/+3 |
2019-04-06 | Add Sort type universe | Nadrieril | 1 | -6/+6 |
2019-04-06 | Move binary decoding to new API | Nadrieril | 1 | -14/+11 |
2019-04-06 | Massage import loading into new API | Nadrieril | 1 | -2/+7 |
2019-04-06 | Rename some modules | Nadrieril | 1 | -0/+0 |
2019-04-06 | s/Type/StaticType/ | Nadrieril | 1 | -7/+7 |
2019-04-06 | s/DhallError/ImportError/ | Nadrieril | 1 | -3/+3 |
2019-04-06 | Factor out the recursion when possible in typecheck | Nadrieril | 1 | -2/+2 |
2019-04-06 | Add type-inference tests | Nadrieril | 2 | -0/+149 |
2019-04-04 | Update dhall-lang submodule | Nadrieril | 1 | -36/+36 |
2019-04-04 | Update dhall-lang submodule | Nadrieril | 1 | -36/+36 |
2019-03-31 | Move recursion out of Expr | Nadrieril | 1 | -1/+1 |
2019-03-31 | rustfmt | Nadrieril | 1 | -4/+1 |
2019-03-31 | Remove some redundant namespacing | Nadrieril | 1 | -16/+16 |
2019-03-26 | Derive DhallType for anonymous structs and enums | Nadrieril | 1 | -0/+24 |
2019-03-26 | Derive DhallType for structs | Nadrieril | 1 | -10/+27 |
2019-03-26 | Update dhall-lang submodule | Nadrieril | 1 | -5/+5 |
2019-03-24 | Lay groundwork for DhallType deriving | Nadrieril | 1 | -0/+15 |
2019-03-24 | Parse multiline strings correctly | Nadrieril | 1 | -8/+0 |
2019-03-24 | Generate parser tests list automatically | Nadrieril | 1 | -67/+2 |
2019-03-24 | Parser import hash and headers | Nadrieril | 1 | -1/+1 |
2019-03-24 | Disallow builtins as bound variables | Nadrieril | 1 | -1/+1 |
2019-03-23 | Handle merge and record projection | Nadrieril | 1 | -6/+6 |
2019-03-23 | Update dhall-lang submodule | Nadrieril | 1 | -2/+3 |
2019-03-23 | Handle double overflows in parser | Nadrieril | 1 | -2/+2 |
2019-03-23 | Parse unicode escapes in string | Nadrieril | 1 | -1/+1 |