summaryrefslogtreecommitdiff
path: root/dhall/src/traits/deserialize.rs (follow)
Commit message (Expand)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
* Document all of the APINadrieril2019-04-131-0/+7
* Thread lifetimes through other newtypesNadrieril2019-04-111-6/+6
* Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-111-4/+4
* Add basic deserialization supportNadrieril2019-04-111-1/+1
* Allow providing type for typechecking in APINadrieril2019-04-101-2/+5
* Cleanup error handlingNadrieril2019-04-101-3/+3
* Split traits module into submodulesNadrieril2019-04-101-0/+43