| Commit message (Expand) | Author | Files | Lines |
2020-11-05 | Centralize test exclusion into a single function | Nadrieril | 1 | -193/+182 |
2020-11-05 | tests: add some tests | Nadrieril | 17 | -0/+25 |
2020-11-05 | test: commit a forgotten file | Nadrieril | 1 | -0/+6 |
2020-11-02 | tests: add regression tests for `with` kind inference | Nadrieril | 4 | -0/+9 |
2020-11-01 | Handle partially abstract with | Basile Henry | 1 | -4/+0 |
2020-11-01 | Implement type checking for With op | Basile Henry | 3 | -10/+5 |
2020-11-01 | feat: add location to import error messages | Nadrieril | 10 | -8/+71 |
2020-11-01 | Ensure that the hash always gets checked | Nadrieril | 3 | -0/+12 |
2020-11-01 | Don't pollute the dhall cache directory | Nadrieril | 1 | -33/+47 |
2020-11-01 | Untangle caching code | Nadrieril | 1 | -1/+1 |
2020-10-28 | No need to escape underscores in pretty-printing | Nadrieril | 4 | -4/+4 |
2020-10-28 | fix: add missing test | Nadrieril | 1 | -0/+6 |
2020-10-25 | Implement Text/replace | Basile Henry | 1 | -1/+1 |
2020-10-25 | Disable With related tests | Basile Henry | 1 | -1/+10 |
2020-09-14 | spec: Enable `with` optimizations | Nadrieril | 6 | -5/+11 |
2020-06-25 | spec: allow trailing delimiters | Nadrieril | 24 | -0/+44 |
2020-06-25 | test: mark excluded tests as ignored instead of deleting them | Nadrieril | 1 | -11/+6 |
2020-06-25 | fix: always set XDG_CACHE_HOME in tests. | Nadrieril | 1 | -10/+11 |
2020-06-25 | fix: exclude prelude test for now | Nadrieril | 1 | -1/+3 |
2020-06-25 | fix: ignore a test on Windows | Nadrieril | 1 | -0/+1 |
2020-06-25 | spec: support Dhall v17.0.0 | Nadrieril | 15 | -0/+90 |
2020-06-25 | spec!: remove Optional/build and Optional/fold | Nadrieril | 4 | -1/+25 |
2020-06-25 | chore: garbage collect removed tests | Nadrieril | 3 | -12/+0 |
2020-06-25 | spec!: remove the ability to quote paths in URLs | Nadrieril | 2 | -1/+7 |
2020-06-25 | spec: ensure `keyword` rule only matches keywords | Nadrieril | 10 | -10/+10 |
2020-06-25 | spec: not all ABNF parsers like empty rules | Nadrieril | 1 | -1/+1 |
2020-06-25 | spec: allow quoted labels to be empty | Nadrieril | 3 | -1/+3 |
2020-06-25 | spec: update encoding of floating point values to RFC7049bis | Nadrieril | 4 | -12/+6 |
2020-06-25 | spec: allow unions with mixed kinds | Nadrieril | 7 | -42/+0 |
2020-06-25 | spec: fix precedence of `===` and `with` | Nadrieril | 7 | -0/+22 |
2020-06-25 | test: catch panics in test harness | Nadrieril | 1 | -7/+21 |
2020-06-25 | ci: run tests on windows | Nadrieril | 1 | -7/+26 |
2020-06-24 | test: use errors instead of panics to signify test failure | Nadrieril | 1 | -73/+83 |
2020-06-24 | refactor: remove old test harness | Nadrieril | 1 | -5/+15 |
2020-06-24 | refactor: refactor spec tests a bit | Nadrieril | 1 | -189/+177 |
2020-06-24 | test: write custom test harness for tests | Nadrieril | 1 | -0/+686 |
2020-04-09 | Move Label escaping out of its Display impl | Nadrieril | 2 | -0/+2 |
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 |