summaryrefslogtreecommitdiff
path: root/dhall_generator/src/dhall_expr.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename some modulesNadrieril2019-04-061-205/+0
* Split dhall_expr!() into 2Nadrieril2019-04-061-6/+51
* Refactor and clarify various map methodsNadrieril2019-04-011-8/+6
* Make Expr generic in LabelNadrieril2019-03-311-5/+8
* Make quoting genericNadrieril2019-03-311-69/+53
* Remove evil Deref implNadrieril2019-03-311-1/+1
* Move recursion out of ExprNadrieril2019-03-311-18/+18
* Make SubExpr a newtypeNadrieril2019-03-311-4/+3
* Manually rustfmt like a naziNadrieril2019-03-271-1/+2
* Derive DhallType for structsNadrieril2019-03-261-0/+4
* Lay groundwork for DhallType derivingNadrieril2019-03-241-0/+3
* Correctly namespace interpolations in dhall_expr!()Nadrieril2019-03-241-19/+19
* Prepare dhall_generator for a new moduleNadrieril2019-03-241-0/+168