Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Use dhall.abnf directly instead of via symlink | Nadrieril | 2020-05-30 | 2 | -3/+2 |
|/ | | | | Because windows doesn't support symlinks properly | ||||
* | Merge pull request #167 from Nadrieril/wasm | Nadrieril | 2020-05-30 | 10 | -109/+222 |
|\ | |||||
| * | Update changelog | Nadrieril | 2020-05-30 | 1 | -0/+2 |
| | | |||||
| * | ci: test wasm | Nadrieril | 2020-05-30 | 5 | -1/+99 |
| | | |||||
| * | Refactor cache path resolution | Nadrieril | 2020-05-30 | 1 | -62/+21 |
| | | |||||
| * | Fix cache path resolution on wasm | Nadrieril | 2020-05-30 | 1 | -0/+7 |
| | | |||||
| * | Make reqwest build on wasm | Nadrieril | 2020-05-30 | 5 | -51/+98 |
|/ | |||||
* | Merge pull request #165 from fteychene/feat/resolve_cache | Nadrieril | 2020-05-17 | 9 | -13/+739 |
|\ | |||||
| * | test: Add remaining tests for cache | fteychene | 2020-05-15 | 1 | -0/+398 |
| | | |||||
| * | fixup! test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -30/+55 |
| | | |||||
| * | fixup! test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -56/+32 |
| | | |||||
| * | fixup! fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 1 | -31/+55 |
| | |