summaryrefslogtreecommitdiff
path: root/dhall_generator/src/dhall_type.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-06Rename some modulesNadrieril1-173/+0
2019-04-06s/Type/StaticType/Nadrieril1-5/+5
2019-04-06Split dhall_expr!() into 2Nadrieril1-2/+2
2019-03-31Make quoting genericNadrieril1-29/+17
2019-03-31Move recursion out of ExprNadrieril1-2/+2
2019-03-31rustfmtNadrieril1-3/+1
2019-03-31Remove some redundant namespacingNadrieril1-15/+15
2019-03-27Manually rustfmt like a naziNadrieril1-1/+2
2019-03-26Derive DhallType for anonymous structs and enumsNadrieril1-22/+123
2019-03-26Derive DhallType for structsNadrieril1-8/+78
2019-03-24Lay groundwork for DhallType derivingNadrieril1-0/+15