Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release serde_dhall version 0.6.0 | Nadrieril | 2020-08-05 | 5 | -5/+8 |
| | |||||
* | Release dhall version 0.6.0 | Nadrieril | 2020-08-05 | 4 | -5/+5 |
| | |||||
* | Merge pull request #172 from Nadrieril/trailing-delims | Nadrieril | 2020-06-25 | 27 | -6/+52 |
|\ | | | | | Allow trailing delimiters | ||||
| * | spec: allow trailing delimiters | Nadrieril | 2020-06-25 | 27 | -6/+52 |
|/ | |||||
* | test: mark excluded tests as ignored instead of deleting them | Nadrieril | 2020-06-25 | 1 | -11/+6 |
| | |||||
* | Merge pull request #171 from Nadrieril/catchup-spec | Nadrieril | 2020-06-25 | 66 | -231/+254 |
|\ | |||||
| * | fix: always set XDG_CACHE_HOME in tests. | Nadrieril | 2020-06-25 | 1 | -10/+11 |
| | | | | | | | | | | | | We do NOT want to write in real directories during tests, but it's even worse if it's the user's directory. We really need a non-stupid cache abstraction. | ||||
| * | fix: exclude prelude test for now | Nadrieril | 2020-06-25 | 1 | -1/+3 |
| | | | | | | | | | | It's broken because cached imports get alpha-normalized. Those tests should be run with a dummy cache. | ||||
| * | fix: ignore a test on Windows | Nadrieril | 2020-06-25 | 1 | -0/+1 |
| | | |||||
| * | spec: support Dhall v17.0.0 | Nadrieril | 2020-06-25 | 18 | -6/+97 |
| | | |||||
| * | spec!: remove Optional/build and Optional/fold | Nadrieril | 2020-06-25 | 8 | -48/+29 |
| | | |||||
| * | chore: garbage collect removed tests | Nadrieril | 2020-06-25 | 3 | -12/+0 |
| | | |||||
| * | spec: remove Unicode character from `dhall.abnf` | Nadrieril | 2020-06-25 | 3 | -2/+1 |
| | | |||||
| * | spec!: remove the ability to quote paths in URLs | Nadrieril | 2020-06-25 | 7 | -15/+16 |
| | | |||||
| * | spec: ensure `keyword` rule only matches keywords | Nadrieril | 2020-06-25 | 12 | -12/+14 |
| | | |||||
| * | spec: not all ABNF parsers like empty rules | Nadrieril | 2020-06-25 | 5 | -45/+22 |
| | | |||||
| * | spec: allow quoted labels to be empty | Nadrieril | 2020-06-25 | 7 | -3/+8 |
| | | |||||
| * | spec: support Dhall v16.0.0 | Nadrieril | 2020-06-25 | 3 | -4/+2 |
| | | |||||
| * | spec: update encoding of floating point values to RFC7049bis | Nadrieril | 2020-06-25 | 6 | -12/+7 |
| | | |||||
| * | spec: allow unions with mixed kinds | Nadrieril | 2020-06-25 | 11 | -58/+6 |
| | | |||||
| * | spec: fix precedence of `===` and `with` | Nadrieril | 2020-06-25 | 16 | -14/+48 |
|/ | |||||
* | test: catch panics in test harness | Nadrieril | 2020-06-25 | 1 | -7/+21 |
| | |||||
* | fix: update version_numbers test | Nadrieril | 2020-06-25 | 1 | -2/+2 |
| | |||||
* | doc: extract changelog to its own file | Nadrieril | 2020-06-25 | 3 | -72/+73 |
| | |||||
* | doc: mention new commit convention in README | Nadrieril | 2020-06-25 | 1 | -0/+10 |
| | |||||
* | doc: tweak README style | Nadrieril | 2020-06-25 | 1 | -9/+9 |
| | |||||
* | doc: update README after implementing import caching | Nadrieril | 2020-06-25 | 1 | -1/+2 |
| | |||||
* | Merge pull request #170 from Nadrieril/custom-harness | Nadrieril | 2020-06-25 | 9 | -740/+1014 |
|\ | |||||
| * | doc: update changelog | Nadrieril | 2020-06-25 | 1 | -0/+2 |
| | | |||||
| * | ci: run tests on windows | Nadrieril | 2020-06-25 | 2 | -17/+29 |
| | | |||||
| * | test: use errors instead of panics to signify test failure | Nadrieril | 2020-06-24 | 4 | -106/+124 |
| | | |||||
| * | docs: recommend `-q` flag when testing | Nadrieril | 2020-06-24 | 1 | -1/+1 |
| | | |||||
| * | refactor: remove old test harness | Nadrieril | 2020-06-24 | 4 | -710/+16 |
| | | |||||
| * | refactor: refactor spec tests a bit | Nadrieril | 2020-06-24 | 1 | -189/+177 |
| | | |||||
| * | test: write custom test harness for tests | Nadrieril | 2020-06-24 | 4 | -2/+950 |
|/ | |||||
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 3 | -38/+5 |
| | | | | Sadly we would need proper async support for that to work | ||||
* | chore: remove unused dependencies using cargo-udeps | Nadrieril | 2020-06-24 | 3 | -10/+0 |
| | |||||
* | chore: upgrade dependencies using cargo-outdated | Nadrieril | 2020-06-24 | 4 | -123/+62 |
| | |||||
* | chore: update dependencies | Nadrieril | 2020-06-24 | 1 | -330/+366 |
| | |||||
* | chore: reduce crate size using cargo-diet | Nadrieril | 2020-06-24 | 2 | -0/+2 |
| | |||||
* | fix(ci): grammar sync test fails spuriously on ci | Nadrieril | 2020-06-20 | 1 | -0/+1 |
| | |||||
* | fix: assuage clippy on ci | Nadrieril | 2020-06-20 | 1 | -3/+3 |
| | |||||
* | Mention broken imports on wasm | Nadrieril | 2020-06-06 | 1 | -1/+1 |
| | |||||
* | nix: add dhall to environment | Nadrieril | 2020-05-31 | 2 | -1/+18 |
| | |||||
* | Setup lorri+niv environment | Nadrieril | 2020-05-31 | 4 | -0/+159 |
| | |||||
* | Release serde_dhall version 0.5.3 | Nadrieril | 2020-05-30 | 4 | -5/+8 |
| | |||||
* | Release dhall version 0.5.3 | Nadrieril | 2020-05-30 | 4 | -5/+5 |
| | |||||
* | Commit grammar file locally | Nadrieril | 2020-05-30 | 3 | -1/+966 |
| | | | | | The crate publishing process does not allow access to files outside the current crate. | ||||
* | Merge pull request #168 from Nadrieril/windows | Nadrieril | 2020-05-30 | 4 | -3/+33 |
|\ | |||||
| * | ci: build on windows | Nadrieril | 2020-05-30 | 2 | -0/+31 |
| | |