| Commit message (Expand) | Author | Files | Lines |
2020-12-08 | fix: fix import ordering issue | Nadrieril | 2 | -0/+3 |
2020-12-07 | Add tests | Nadrieril | 4 | -0/+4 |
2020-12-07 | Thread cx everywhere else imports are read | Nadrieril | 1 | -15/+12 |
2020-12-07 | Thread cx through normalization | Nadrieril | 1 | -78/+80 |
2020-12-06 | Exclude the new test on Windows | Nadrieril | 1 | -0/+1 |
2020-12-06 | An import location is not independent from the import mode | Nadrieril | 3 | -4/+2 |
2020-12-06 | Prepare `ImportLocation` for more fields | Nadrieril | 1 | -1/+1 |
2020-12-06 | Add test | Nadrieril | 3 | -0/+4 |
2020-11-27 | If can return a type | Basile Henry | 2 | -8/+2 |
2020-11-05 | tests: commit a forgotten output | Nadrieril | 1 | -0/+6 |
2020-11-05 | Overwrite test outputs with a `--bless` option | Nadrieril | 1 | -15/+25 |
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 |