| Commit message (Expand) | Author | Age | Files | Lines |
* | An import location is not independent from the import mode | Nadrieril | 2020-12-06 | 1 | -102/+100 |
* | Prepare `ImportLocation` for more fields | Nadrieril | 2020-12-06 | 1 | -32/+69 |
* | Implement type checking for With op | Basile Henry | 2020-11-01 | 1 | -30/+2 |
* | fix: clippy | Nadrieril | 2020-11-01 | 1 | -16/+15 |
* | feat: add location to import error messages | Nadrieril | 2020-11-01 | 1 | -2/+10 |
* | Ensure that the hash always gets checked | Nadrieril | 2020-11-01 | 1 | -6/+22 |
* | Typed and TypedHir are the same | Nadrieril | 2020-11-01 | 1 | -18/+12 |
* | Untangle caching code | Nadrieril | 2020-11-01 | 1 | -42/+44 |
* | Store file cache in ImportEnv | Nadrieril | 2020-11-01 | 1 | -9/+5 |
* | Untangle ImportEnv::handle_import | Nadrieril | 2020-11-01 | 1 | -7/+16 |
* | Make reqwest an optional dependency | Basile Henry | 2020-10-10 | 1 | -1/+5 |
* | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 1 | -2/+30 |
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 1 | -4/+2 |
* | Make reqwest build on wasm | Nadrieril | 2020-05-30 | 1 | -3/+13 |
* | fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 1 | -30/+33 |
* | feat: Add cache resolution on resolve | fteychene | 2020-05-15 | 1 | -28/+35 |
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 1 | -2/+2 |
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 1 | -3/+4 |
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 1 | -1/+2 |
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 1 | -10/+11 |
* | Check code hashes in import | Nadrieril | 2020-04-05 | 1 | -9/+34 |
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
* | Introduce option builder | Nadrieril | 2020-03-31 | 1 | -2/+8 |
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 1 | -5/+5 |
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 1 | -2/+2 |
* | Run clippy | Nadrieril | 2020-03-17 | 1 | -11/+11 |
* | Implement conservative sanity checking | Nadrieril | 2020-03-05 | 1 | -53/+73 |
* | Cache imports correctly | Nadrieril | 2020-03-05 | 1 | -7/+7 |
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 1 | -76/+126 |
* | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 1 | -1/+12 |
* | Implement `as Text` imports | Nadrieril | 2020-03-05 | 1 | -1/+20 |
* | 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 | 1 | -30/+99 |
* | Avoid re-typechecking after import | Nadrieril | 2020-02-19 | 1 | -9/+11 |
* | Discard import headers while we don't use them | Nadrieril | 2020-02-18 | 1 | -2/+7 |
* | Factor out desugaring from resolve | Nadrieril | 2020-02-17 | 1 | -22/+31 |
* | Extract resolve-relevant envs together | Nadrieril | 2020-02-17 | 1 | -56/+7 |
* | Move hir and resolve into a module | Nadrieril | 2020-02-17 | 1 | -0/+264 |