Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untangle caching code | Nadrieril | 2020-11-01 | 11 | -662/+156 |
| | |||||
* | Store file cache in ImportEnv | Nadrieril | 2020-11-01 | 4 | -21/+22 |
| | |||||
* | Untangle ImportEnv::handle_import | Nadrieril | 2020-11-01 | 2 | -29/+37 |
| | |||||
* | Update annotate-snippets dependency | Nadrieril | 2020-10-30 | 2 | -13/+14 |
| | |||||
* | Update serde_cbor dependency | Nadrieril | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Roll our own Value for binary decoding | Nadrieril | 2020-10-30 | 1 | -12/+162 |
| | |||||
* | Don't use serde_cbor::Value in binary encoding | Nadrieril | 2020-10-30 | 1 | -40/+40 |
| | |||||
* | release: dhall version 0.8.0 | Nadrieril | 2020-10-28 | 2 | -2/+2 |
| | |||||
* | No need to escape underscores in pretty-printing | Nadrieril | 2020-10-28 | 5 | -5/+7 |
| | |||||
* | Prefer u64/i64 to usize/isize | Nadrieril | 2020-10-28 | 3 | -9/+8 |
| | |||||
* | fix: add missing test | Nadrieril | 2020-10-28 | 1 | -0/+6 |
| | |||||
* | Make `SimpleValue` deserializable within other types | Nadrieril | 2020-10-27 | 1 | -0/+1 |
| | | | | Fixes https://github.com/Nadrieril/dhall-rust/issues/184 | ||||
* | Release dhall version 0.7.4 | Nadrieril | 2020-10-25 | 2 | -2/+2 |
| | |||||
* | Refactor Text/replace eval | Basile Henry | 2020-10-25 | 1 | -42/+29 |
| | |||||
* | Implement Text/replace | Basile Henry | 2020-10-25 | 3 | -3/+65 |
| | |||||
* | Disable With related tests | Basile Henry | 2020-10-25 | 1 | -1/+10 |
| | |||||
* | Release dhall version 0.7.2 | Nadrieril | 2020-10-24 | 2 | -2/+2 |
| | |||||
* | chore: use latest libtest-mimic | Nadrieril | 2020-10-16 | 1 | -2/+1 |
| | |||||
* | Make reqwest an optional dependency | Basile Henry | 2020-10-10 | 2 | -2/+9 |
| | | | | | | | | | This adds a feature to the Cargo.toml to be able to control if dhall depends on reqwest. This makes it possible to build dhall-rust for any arch (not just wasm32) without depending on reqwest. To disable reqwest as a dependency, we can now use `default-features = false` when adding the dhall dependency. Closes #169 | ||||
* | Release dhall version 0.7.0 | Nadrieril | 2020-09-15 | 2 | -2/+2 |
| | |||||
* | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 15 | -31/+80 |
| | |||||
* | fix: fix Cargo.toml for publication | Nadrieril | 2020-08-05 | 1 | -0/+1 |
| | |||||
* | Release dhall version 0.6.0 | Nadrieril | 2020-08-05 | 2 | -2/+2 |
| | |||||
* | spec: allow trailing delimiters | Nadrieril | 2020-06-25 | 25 | -6/+51 |
| | |||||
* | test: mark excluded tests as ignored instead of deleting them | Nadrieril | 2020-06-25 | 1 | -11/+6 |
| | |||||
* | 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 | 15 | -0/+90 |
| | |||||
* | spec!: remove Optional/build and Optional/fold | Nadrieril | 2020-06-25 | 6 | -48/+28 |
| | |||||
* | chore: garbage collect removed tests | Nadrieril | 2020-06-25 | 3 | -12/+0 |
| | |||||
* | spec: remove Unicode character from `dhall.abnf` | Nadrieril | 2020-06-25 | 2 | -2/+1 |
| | |||||
* | spec!: remove the ability to quote paths in URLs | Nadrieril | 2020-06-25 | 5 | -15/+15 |
| | |||||
* | spec: ensure `keyword` rule only matches keywords | Nadrieril | 2020-06-25 | 11 | -12/+14 |
| | |||||
* | spec: not all ABNF parsers like empty rules | Nadrieril | 2020-06-25 | 4 | -45/+22 |
| | |||||
* | spec: allow quoted labels to be empty | Nadrieril | 2020-06-25 | 5 | -3/+7 |
| | |||||
* | spec: update encoding of floating point values to RFC7049bis | Nadrieril | 2020-06-25 | 4 | -12/+6 |
| | |||||
* | spec: allow unions with mixed kinds | Nadrieril | 2020-06-25 | 8 | -57/+5 |
| | |||||
* | spec: fix precedence of `===` and `with` | Nadrieril | 2020-06-25 | 12 | -12/+46 |
| | |||||
* | test: catch panics in test harness | Nadrieril | 2020-06-25 | 1 | -7/+21 |
| | |||||
* | ci: run tests on windows | Nadrieril | 2020-06-25 | 1 | -7/+26 |
| | |||||
* | test: use errors instead of panics to signify test failure | Nadrieril | 2020-06-24 | 3 | -74/+96 |
| | |||||
* | 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 | 3 | -2/+695 |
| | |||||
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 2 | -10/+5 |
| | | | | Sadly we would need proper async support for that to work | ||||
* | chore: remove unused dependencies using cargo-udeps | Nadrieril | 2020-06-24 | 1 | -1/+0 |
| | |||||
* | chore: upgrade dependencies using cargo-outdated | Nadrieril | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | chore: reduce crate size using cargo-diet | Nadrieril | 2020-06-24 | 1 | -0/+1 |
| | |||||
* | fix(ci): grammar sync test fails spuriously on ci | Nadrieril | 2020-06-20 | 1 | -0/+1 |
| |