summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/printer.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-31Make Expr generic in LabelNadrieril1-1/+1
2019-03-31Remove evil Deref implNadrieril1-0/+10
2019-03-31Move recursion out of ExprNadrieril1-4/+4
2019-03-31Make SubExpr a newtypeNadrieril1-0/+6
2019-03-24Parser import hash and headersNadrieril1-2/+21
2019-03-24Fix printer putting unnecessary parensNadrieril1-1/+1
2019-03-24Refactor printerNadrieril1-210/+225
2019-03-23Handle merge and record projectionNadrieril1-0/+5
2019-03-23Parse unicode escapes in stringNadrieril1-7/+13
2019-03-22Handle quoted labelsNadrieril1-0/+15
2019-03-22Parse a lot more of the import typesNadrieril1-1/+48
2019-03-21Improve import handling in parserNadrieril1-1/+13
2019-03-21Follow the spec for handling DoublesNadrieril1-1/+17
2019-03-21oopsNadrieril1-0/+329