Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge TypedValue and Value | Nadrieril | 2019-08-19 | 1 | -18/+13 |
| | |||||
* | Reduce untyped construction of Values | Nadrieril | 2019-08-19 | 1 | -7/+2 |
| | |||||
* | Use TypedValue instead of Typed in normalize and typecheck | Nadrieril | 2019-08-19 | 1 | -5/+5 |
| | | | | | Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized | ||||
* | s/Thunk/Value/ | Nadrieril | 2019-08-17 | 1 | -8/+9 |
| | |||||
* | s/Value/ValueF/ | Nadrieril | 2019-08-16 | 1 | -2/+2 |
| | |||||
* | Try to minimize untyped TypedThunks | Nadrieril | 2019-08-16 | 1 | -9/+15 |
| | |||||
* | Remove dead code | Nadrieril | 2019-08-16 | 1 | -1/+2 |
| | |||||
* | Reduce api surface of dhall crate | Nadrieril | 2019-08-16 | 1 | -8/+6 |
| | | | | Helps detect unused code | ||||
* | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 1 | -3/+6 |
| | |||||
* | s/TypeThunk/TypedThunk/g | Nadrieril | 2019-08-13 | 1 | -3/+3 |
| | |||||
* | Rework API to resemble that of serde_json | Nadrieril | 2019-08-13 | 2 | -92/+111 |
| | |||||
* | Merge `Type` and `Value` in serde_dhall | Nadrieril | 2019-08-13 | 2 | -68/+45 |
| | | | | There was no point in separating them | ||||
* | Add new error type for serde_dhall | Nadrieril | 2019-08-13 | 2 | -19/+51 |
| | |||||
* | Move api into its own crate | Nadrieril | 2019-08-13 | 3 | -0/+427 |