Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix: assuage clippy on ci | Nadrieril | 2020-06-20 | 1 | -3/+3 |
| | |||||
* | Release dhall version 0.5.3 | Nadrieril | 2020-05-30 | 2 | -2/+2 |
| | |||||
* | 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. | ||||
* | Use dhall.abnf directly instead of via symlink | Nadrieril | 2020-05-30 | 2 | -3/+2 |
| | | | | Because windows doesn't support symlinks properly | ||||
* | 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 | 3 | -6/+23 |
| | |||||
* | 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 |
| | |||||
* | test: Add some unit tests for cache | fteychene | 2020-05-15 | 2 | -12/+122 |
| | |||||
* | fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 3 | -55/+68 |
| | |||||
* | feat: Add cache resolution on resolve | fteychene | 2020-05-15 | 6 | -33/+211 |
| | |||||
* | Release dhall version 0.5.2 | Nadrieril | 2020-04-12 | 2 | -2/+2 |
| | |||||
* | Deserialize `Prelude.Map` and `toMap` to a map instead of a list | Nadrieril | 2020-04-10 | 3 | -5/+11 |
| | |||||
* | Move Label escaping out of its Display impl | Nadrieril | 2020-04-09 | 3 | -21/+35 |
| | |||||
* | Remove potentially problematic change detection in build.rs | Nadrieril | 2020-04-09 | 1 | -6/+1 |
| | |||||
* | Release dhall version 0.5.1 | Nadrieril | 2020-04-09 | 2 | -2/+2 |
| | |||||
* | Force a version of pest_generator that uses quote 1.0 | Nadrieril | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Clippy | Nadrieril | 2020-04-07 | 1 | -3/+3 |
| | |||||
* | Split operations module into submodules | Nadrieril | 2020-04-07 | 4 | -397/+414 |
| | |||||
* | Implement remaining record simplification | Nadrieril | 2020-04-07 | 2 | -12/+22 |
| | |||||
* | Swap diff order in tests for UI files | Nadrieril | 2020-04-07 | 1 | -1/+1 |
| | | | | It was super confusing | ||||
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 23 | -402/+131 |
| | |||||
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 11 | -179/+180 |
| | |||||
* | Move builtins module up a level | Nadrieril | 2020-04-06 | 5 | -7/+6 |
| | |||||
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 12 | -881/+898 |
| | |||||
* | Only need to store OpKind in Nir | Nadrieril | 2020-04-06 | 2 | -82/+77 |
| | |||||
* | Fix normalization bug | Nadrieril | 2020-04-06 | 1 | -49/+49 |
| | |||||
* | oops | Nadrieril | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Avoid a few allocations | Nadrieril | 2020-04-06 | 2 | -16/+20 |
| | |||||
* | Factor our operations in normalization | Nadrieril | 2020-04-06 | 2 | -300/+257 |
| | |||||
* | Factor out operations in typecheck | Nadrieril | 2020-04-06 | 2 | -417/+438 |
| | |||||
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 11 | -353/+424 |
| | |||||
* | Fix import bug | Nadrieril | 2020-04-05 | 2 | -15/+12 |
| | |||||
* | Check code hashes in import | Nadrieril | 2020-04-05 | 6 | -18/+55 |
| | |||||
* | Add semantic-hash tests | Nadrieril | 2020-04-05 | 3 | -1/+32 |
| | |||||
* | Release dhall version 0.5.0 | Nadrieril | 2020-04-05 | 2 | -2/+2 |
| | |||||
* | Release abnf_to_pest version 0.5.0 | Nadrieril | 2020-04-05 | 1 | -1/+1 |
| |