summaryrefslogtreecommitdiff
path: root/dhall/src/traits/deserialize.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Instead of possibly nonexistent Type, treat Sort speciallyNadrieril2019-05-021-1/+1
|
* Avoid duplicating work when matching on Pi typesNadrieril2019-04-231-1/+1
|
* Naming tweaksNadrieril2019-04-161-2/+2
|
* Namespace deserialization functions in a `de` submoduleNadrieril2019-04-141-1/+1
| | | | Closes #73
* Document all of the APINadrieril2019-04-131-0/+7
| | | | Closes #64
* Thread lifetimes through other newtypesNadrieril2019-04-111-6/+6
| | | | Closes #55
* Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-111-4/+4
| | | | Future-proofing
* Add basic deserialization supportNadrieril2019-04-111-1/+1
| | | | Closes #13
* Allow providing type for typechecking in APINadrieril2019-04-101-2/+5
|
* Cleanup error handlingNadrieril2019-04-101-3/+3
| | | | Closes #41
* Split traits module into submodulesNadrieril2019-04-101-0/+43