Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -54/+67 |
| | |||||
* | feat: Add cache resolution on resolve | fteychene | 2020-05-15 | 3 | -28/+182 |
| | |||||
* | Clippy | Nadrieril | 2020-04-07 | 1 | -3/+3 |
| | |||||
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 2 | -41/+24 |
| | |||||
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 4 | -12/+11 |
| | |||||
* | Move builtins module up a level | Nadrieril | 2020-04-06 | 4 | -501/+5 |
| | |||||
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 5 | -809/+18 |
| | |||||
* | 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 | 1 | -415/+436 |
| | |||||
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 5 | -141/+171 |
| | |||||
* | Fix import bug | Nadrieril | 2020-04-05 | 1 | -9/+11 |
| | |||||
* | Check code hashes in import | Nadrieril | 2020-04-05 | 2 | -9/+38 |
| | |||||
* | Fix clippy warnings | Nadrieril | 2020-04-05 | 2 | -9/+6 |
| | |||||
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 2 | -5/+11 |
| | |||||
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 1 | -4/+1 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 16 | -76/+76 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 3 | -89/+0 |
| | | | | | 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 | 4 | -61/+55 |
| | |||||
* | Move conversion to SimpleVal/Ty to simple module | Nadrieril | 2020-03-31 | 1 | -81/+0 |
| | |||||
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 5 | -22/+16 |
| | |||||
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 4 | -72/+72 |
| | |||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Add SimpleType to mirror SimpleValue | Nadrieril | 2020-03-31 | 1 | -1/+47 |
| | |||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 1 | -0/+34 |
| | |||||
* | Remove never_type feature | Nadrieril | 2020-03-17 | 2 | -16/+15 |
| | |||||
* | Run clippy | Nadrieril | 2020-03-17 | 9 | -53/+54 |
| | |||||
* | Implement conservative sanity checking | Nadrieril | 2020-03-05 | 2 | -56/+76 |
| | |||||
* | Cache imports correctly | Nadrieril | 2020-03-05 | 2 | -19/+19 |
| | |||||
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 2 | -81/+139 |
| | |||||
* | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 1 | -1/+12 |
| | |||||
* | Implement `as Text` imports | Nadrieril | 2020-03-05 | 2 | -4/+22 |
| | |||||
* | Refactor resolve a bit | Nadrieril | 2020-03-05 | 1 | -80/+76 |
| | |||||
* | Implement `missing` and `env:VAR` imports | Nadrieril | 2020-03-05 | 1 | -8/+16 |
| | |||||
* | Implement `as Location` imports | Nadrieril | 2020-03-05 | 2 | -30/+102 |
| | |||||
* | Implement some normalization simplifications | Nadrieril | 2020-03-05 | 1 | -76/+80 |
| | |||||
* | Normalization for ProjectionByExpr | Basile Henry | 2020-03-02 | 1 | -3/+34 |
| | |||||
* | Expose fewer pub things | Nadrieril | 2020-02-19 | 1 | -2/+5 |
| |