| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |