Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: use errors instead of panics to signify test failure | Nadrieril | 2020-06-24 | 1 | -0/+11 |
| | |||||
* | refactor: remove old test harness | Nadrieril | 2020-06-24 | 2 | -362/+0 |
| | |||||
* | test: write custom test harness for tests | Nadrieril | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 1 | -4/+2 |
| | | | | Sadly we would need proper async support for that to work | ||||
* | fix(ci): grammar sync test fails spuriously on ci | Nadrieril | 2020-06-20 | 1 | -0/+1 |
| | |||||
* | Release dhall version 0.5.3 | Nadrieril | 2020-05-30 | 1 | -1/+1 |
| | |||||
* | Commit grammar file locally | Nadrieril | 2020-05-30 | 2 | -0/+965 |
| | | | | | 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 | 1 | -1/+0 |
| | | | | 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 | 2 | -5/+15 |
| | |||||
* | 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 | 1 | -12/+121 |
| | |||||
* | 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 | 5 | -31/+211 |
| | |||||
* | Release dhall version 0.5.2 | Nadrieril | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -21/+33 |
| | |||||
* | Release dhall version 0.5.1 | 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 | 1 | -9/+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 | 9 | -361/+90 |
| | |||||
* | 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 | 1 | -9/+11 |
| | |||||
* | Check code hashes in import | Nadrieril | 2020-04-05 | 4 | -14/+47 |
| | |||||
* | Add semantic-hash tests | Nadrieril | 2020-04-05 | 1 | -1/+11 |
| | |||||
* | Release dhall version 0.5.0 | Nadrieril | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | Fix clippy warnings | Nadrieril | 2020-04-05 | 3 | -9/+9 |
| | |||||
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 3 | -5/+14 |
| | |||||
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 3 | -230/+4 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 27 | -120/+120 |
| | |||||
* | Revert "Start overengineering SimpleVal/Ty" | Nadrieril | 2020-03-31 | 1 | -120/+31 |
| | | | | This reverts commit ee9ee1e0ae26bd7fe718a1f8cbe56370ccf969a7. | ||||
* | Start overengineering SimpleVal/Ty | Nadrieril | 2020-03-31 | 1 | -31/+120 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 4 | -90/+3 |
| | | | | | It pretends to normalize but actually can't normalize under lambdas. The correct way to normalize a Nir is to convert it to Hir. | ||||
* | Improve handling of builtin types in Nir | Nadrieril | 2020-03-31 | 5 | -86/+66 |
| |