Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce option builder | Nadrieril | 2020-03-31 | 1 | -2/+8 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 4 | -16/+16 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 1 | -6/+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. | ||||
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 2 | -11/+7 |
| | |||||
* | Run clippy | Nadrieril | 2020-03-17 | 3 | -15/+15 |
| | |||||
* | 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 | 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 | 2 | -30/+102 |
| | |||||
* | Avoid re-typechecking after import | Nadrieril | 2020-02-19 | 3 | -14/+21 |
| | |||||
* | Discard import headers while we don't use them | Nadrieril | 2020-02-18 | 2 | -11/+8 |
| | |||||
* | Remove useless `normalize` option from ToExprOptions | Nadrieril | 2020-02-18 | 1 | -8/+2 |
| | |||||
* | Borrow relevant Hir from Tir | Nadrieril | 2020-02-18 | 1 | -3/+17 |
| | |||||
* | Rename Value to Nir | Nadrieril | 2020-02-17 | 1 | -3/+3 |
| | |||||
* | Rename TyExpr to Tir | Nadrieril | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | Factor out desugaring from resolve | Nadrieril | 2020-02-17 | 1 | -22/+31 |
| | |||||
* | Extract resolve-relevant envs together | Nadrieril | 2020-02-17 | 3 | -58/+113 |
| | |||||
* | Move hir and resolve into a module | Nadrieril | 2020-02-17 | 4 | -0/+400 |