| Commit message (Expand) | Author | Files | Lines |
2020-04-07 | Move duplicate field checking to parser | Nadrieril | 14 | -41/+41 |
2020-04-05 | Check code hashes in import | Nadrieril | 1 | -0/+8 |
2020-03-31 | Ensure version numbers are kept in sync | Nadrieril | 1 | -0/+4 |
2020-03-31 | Upgrade annotate-snippets version | Nadrieril | 111 | -111/+111 |
2020-03-20 | Remove more unnecessary parens in printer | Nadrieril | 17 | -17/+17 |
2020-03-20 | Commit output of printer | Nadrieril | 240 | -0/+240 |
2020-03-20 | Parse RFC3986 URLs | Nadrieril | 2 | -4/+4 |
2020-03-12 | Upstream the `with` grammar tweak | Nadrieril | 2 | -2/+2 |
2020-03-11 | Implement record puns | Nadrieril | 2 | -1/+7 |
2020-03-10 | Upstream all local tests | Nadrieril | 147 | -196/+0 |
2020-03-10 | Add support for `with` keyword | Nadrieril | 4 | -2/+10 |
2020-03-05 | Forgot to commit test output | Nadrieril | 1 | -0/+1 |
2020-03-05 | Cache imports correctly | Nadrieril | 1 | -1/+1 |
2020-03-05 | Implement remote imports and cleanup import chaining | Nadrieril | 2 | -0/+4 |
2020-03-05 | Implement remote `as Location` resolution | Nadrieril | 21 | -5/+29 |
2020-03-05 | Implement `as Text` imports | Nadrieril | 4 | -1/+4 |
2020-03-05 | Implement `missing` and `env:VAR` imports | Nadrieril | 2 | -0/+2 |
2020-03-05 | Add a lot of import tests | Nadrieril | 51 | -0/+80 |
2020-03-05 | Run tests from repo root as specified in spec | Nadrieril | 10 | -10/+10 |
2020-03-05 | Implement `as Location` imports | Nadrieril | 1 | -1/+1 |
2020-03-05 | Run tests from dhall dir | Nadrieril | 10 | -10/+10 |
2020-03-05 | Add a bunch of `as Location` unit tests | Nadrieril | 34 | -0/+48 |
2020-03-05 | Update dhall-lang submodule | Nadrieril | 3 | -3/+15 |
2020-03-05 | Add a bunch of tests | Nadrieril | 49 | -0/+70 |
2020-02-21 | Oops | Nadrieril | 1 | -0/+6 |
2020-02-20 | Add support for dotted field syntax | Nadrieril | 2 | -2/+2 |
2020-02-20 | Disallow Natural literals with leading zeros | Nadrieril | 1 | -0/+6 |
2020-02-20 | Add support for duplicate record fields | Nadrieril | 6 | -10/+7 |
2020-02-16 | Avoid recomputing universes in tck | Nadrieril | 4 | -4/+24 |
2020-02-16 | Start requiring Universe to build a Type | Nadrieril | 2 | -4/+4 |
2020-02-13 | Rework annotation and Sort handling | Nadrieril | 14 | -18/+38 |
2020-02-13 | Simplify conversions to/from TyExpr | Nadrieril | 4 | -0/+20 |
2020-02-09 | Resolve variables alongside import resolution | Nadrieril | 2 | -2/+8 |
2020-02-09 | Remove most TyExpr from normalization | Nadrieril | 9 | -18/+18 |
2020-02-09 | Track error output of parsing and binary decoding tests | Nadrieril | 61 | -0/+316 |
2020-02-09 | Move ui outputs to a sensible place | Nadrieril | 107 | -0/+0 |
2020-02-09 | Track output of import errors | Nadrieril | 2 | -0/+2 |
2020-02-06 | Add forgotten test outputs | Nadrieril | 6 | -0/+40 |
2020-02-04 | Implement typechecking of toMap | Nadrieril | 9 | -0/+55 |
2020-02-04 | Add basic pretty type errors to all errors | Nadrieril | 82 | -82/+412 |
2020-02-02 | Add local test files on top of dhall-lang tests | Nadrieril | 2 | -0/+2 |
2020-02-02 | Tweak errors | Nadrieril | 7 | -15/+17 |
2020-02-02 | Fix spans for unions and records | Nadrieril | 2 | -4/+4 |
2020-02-02 | More errors | Nadrieril | 7 | -11/+33 |
2020-02-02 | More nice errors plus some refactor | Nadrieril | 9 | -13/+40 |
2020-02-01 | Implement once nice error using annotate_snippets | Nadrieril | 4 | -4/+38 |
2020-01-30 | Remove debug output in type errors | Nadrieril | 3 | -85/+3 |
2020-01-29 | Cleanup variable handling | Nadrieril | 1 | -2/+0 |
2020-01-29 | Use TyExpr in Typed | Nadrieril | 25 | -50/+108 |
2020-01-25 | Make most type errors stringy | Nadrieril | 58 | -118/+58 |