Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid recomputing universes in tck | Nadrieril | 2020-02-16 | 4 | -4/+24 |
| | |||||
* | Start requiring Universe to build a Type | Nadrieril | 2020-02-16 | 2 | -4/+4 |
| | |||||
* | Rework annotation and Sort handling | Nadrieril | 2020-02-13 | 14 | -18/+38 |
| | |||||
* | Simplify conversions to/from TyExpr | Nadrieril | 2020-02-13 | 4 | -0/+20 |
| | |||||
* | Resolve variables alongside import resolution | Nadrieril | 2020-02-09 | 2 | -2/+8 |
| | |||||
* | Remove most TyExpr from normalization | Nadrieril | 2020-02-09 | 9 | -18/+18 |
| | |||||
* | Track error output of parsing and binary decoding tests | Nadrieril | 2020-02-09 | 61 | -0/+316 |
| | |||||
* | Move ui outputs to a sensible place | Nadrieril | 2020-02-09 | 107 | -0/+0 |
| | |||||
* | Track output of import errors | Nadrieril | 2020-02-09 | 2 | -0/+2 |
| | |||||
* | Add forgotten test outputs | Nadrieril | 2020-02-06 | 6 | -0/+40 |
| | |||||
* | Implement typechecking of toMap | Nadrieril | 2020-02-04 | 9 | -0/+55 |
| | |||||
* | Add basic pretty type errors to all errors | Nadrieril | 2020-02-04 | 82 | -82/+412 |
| | |||||
* | Add local test files on top of dhall-lang tests | Nadrieril | 2020-02-02 | 2 | -0/+2 |
| | |||||
* | Tweak errors | Nadrieril | 2020-02-02 | 7 | -15/+17 |
| | |||||
* | Fix spans for unions and records | Nadrieril | 2020-02-02 | 2 | -4/+4 |
| | |||||
* | More errors | Nadrieril | 2020-02-02 | 7 | -11/+33 |
| | |||||
* | More nice errors plus some refactor | Nadrieril | 2020-02-02 | 9 | -13/+40 |
| | |||||
* | Implement once nice error using annotate_snippets | Nadrieril | 2020-02-01 | 4 | -4/+38 |
| | |||||
* | Remove debug output in type errors | Nadrieril | 2020-01-30 | 3 | -85/+3 |
| | |||||
* | Cleanup variable handling | Nadrieril | 2020-01-29 | 1 | -2/+0 |
| | |||||
* | Use TyExpr in Typed | Nadrieril | 2020-01-29 | 25 | -50/+108 |
| | |||||
* | Make most type errors stringy | Nadrieril | 2020-01-25 | 58 | -118/+58 |
| | |||||
* | Update type-errors | Nadrieril | 2020-01-24 | 45 | -47/+47 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-12-27 | 2 | -2/+2 |
| | |||||
* | Extend merge to work on Optionals | Nadrieril | 2019-12-24 | 4 | -4/+4 |
| | |||||
* | Add debug output to unhandled type error message | Nadrieril | 2019-12-24 | 78 | -78/+78 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -0/+1 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 2 | -0/+2 |
| | |||||
* | Add more detail to TypeMismatch error | Nadrieril | 2019-11-11 | 5 | -0/+45 |
| | |||||
* | Add a few more pretty errors | Nadrieril | 2019-11-11 | 9 | -9/+34 |
| | |||||
* | Move "Type error" error prefix | Nadrieril | 2019-11-11 | 3 | -6/+6 |
| | |||||
* | Display first pretty type error | Nadrieril | 2019-11-11 | 3 | -3/+18 |
| | |||||
* | Implement basicest Display for TypeError | Nadrieril | 2019-11-11 | 87 | -87/+87 |
| | |||||
* | Test type error messages | Nadrieril | 2019-11-11 | 87 | -0/+87 |
| | |||||
* | Move api into its own crate | Nadrieril | 2019-08-13 | 1 | -68/+0 |
| | |||||
* | Remove dhall::expr!() macro | Nadrieril | 2019-08-10 | 1 | -19/+11 |
| | | | | It's a lot of hassle for not a lot of benefit | ||||
* | Rewrite the StaticType trait and everything around it | Nadrieril | 2019-05-09 | 1 | -35/+32 |
| | |||||
* | Fix derive | Nadrieril | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | Remove dummy lifetimes | Nadrieril | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | rustfmt | Nadrieril | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Rename dhall_generator to dhall_proc_macros | Nadrieril | 2019-05-04 | 1 | -8/+8 |
| | |||||
* | Rename dhall_core to dhall_syntax | Nadrieril | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete dhall_expr!() macro | Nadrieril | 2019-04-18 | 1 | -8/+16 |
| | |||||
* | Namespace deserialization functions in a `de` submodule | Nadrieril | 2019-04-14 | 1 | -3/+3 |
| | | | | Closes #73 | ||||
* | Thread lifetimes through other newtypes | Nadrieril | 2019-04-11 | 1 | -1/+1 |
| | | | | Closes #55 | ||||
* | Add SimpleType and SimpeStaticType. Derive the latter | Nadrieril | 2019-04-10 | 1 | -18/+36 |
| | |||||
* | Move spec tests into the relevant files | Nadrieril | 2019-04-08 | 4 | -824/+0 |
| | |||||
* | Restrict public API | Nadrieril | 2019-04-07 | 1 | -16/+47 |
| | | | | Closes #20 | ||||
* | Avoid constructing exprs manually when possible | Nadrieril | 2019-04-07 | 4 | -1/+4 |
| | |||||
* | Augment stack size for typecheck tests | Nadrieril | 2019-04-07 | 2 | -8/+18 |
| |