summaryrefslogtreecommitdiff
path: root/dhall/src/api/traits/deserialize.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-06Move api-related modules into an api moduleNadrieril1-0/+0
2019-05-06Reorganize dhall into a phase structureNadrieril1-1/+1
2019-05-04Remove dummy lifetimesNadrieril1-5/+5
2019-05-02Instead of possibly nonexistent Type, treat Sort speciallyNadrieril1-1/+1
2019-04-23Avoid duplicating work when matching on Pi typesNadrieril1-1/+1
2019-04-16Naming tweaksNadrieril1-2/+2
2019-04-14Namespace deserialization functions in a `de` submoduleNadrieril1-1/+1
2019-04-13Document all of the APINadrieril1-0/+7
2019-04-11Thread lifetimes through other newtypesNadrieril1-6/+6
2019-04-11Add lifetime parameters to Parsed and ResolvedNadrieril1-4/+4
2019-04-11Add basic deserialization supportNadrieril1-1/+1
2019-04-10Allow providing type for typechecking in APINadrieril1-2/+5
2019-04-10Cleanup error handlingNadrieril1-3/+3
2019-04-10Split traits module into submodulesNadrieril1-0/+43