Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework API to resemble that of serde_json | Nadrieril | 2019-08-13 | 1 | -7/+7 |
| | |||||
* | Merge `Type` and `Value` in serde_dhall | Nadrieril | 2019-08-13 | 1 | -3/+3 |
| | | | | There was no point in separating them | ||||
* | Move api into its own crate | Nadrieril | 2019-08-13 | 1 | -7/+7 |
| | |||||
* | Remove dhall::expr!() macro | Nadrieril | 2019-08-10 | 2 | -234/+0 |
| | | | | It's a lot of hassle for not a lot of benefit | ||||
* | Write a custom map type that allows duplicates | Nadrieril | 2019-05-10 | 1 | -7/+6 |
| | |||||
* | Rewrite the StaticType trait and everything around it | Nadrieril | 2019-05-09 | 2 | -38/+34 |
| | |||||
* | ExprF need not be generic in Label | Nadrieril | 2019-05-09 | 1 | -4/+2 |
| | |||||
* | Detect duplicate record fields in typecheck | Nadrieril | 2019-05-09 | 1 | -7/+8 |
| | |||||
* | Clean up some of the SubExpr type-changing methods | Nadrieril | 2019-05-07 | 1 | -5/+5 |
| | |||||
* | Fix derive | Nadrieril | 2019-05-07 | 1 | -2/+2 |
| | |||||
* | Thread Spans through the AST | Nadrieril | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Move `Note`s into the spine of the AST | Nadrieril | 2019-05-04 | 1 | -3/+1 |
| | |||||
* | Remove dummy lifetimes | Nadrieril | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | Rename dhall_generator to dhall_proc_macros | Nadrieril | 2019-05-04 | 4 | -0/+449 |