summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/printer.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* No need to escape underscores in pretty-printingNadrieril2020-10-281-1/+3
* spec: Enable `with` optimizationsNadrieril2020-09-141-0/+4
* spec: allow quoted labels to be emptyNadrieril2020-06-251-1/+3
* Move Label escaping out of its Display implNadrieril2020-04-091-21/+33
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-43/+5
* Extract operation-related code to a new moduleNadrieril2020-04-061-5/+6
* Split off operations from main expr enumNadrieril2020-04-061-61/+80
* Rename LitKind to NumKindNadrieril2020-03-311-3/+3
* Remove more unnecessary parens in printerNadrieril2020-03-201-8/+13
* Run clippyNadrieril2020-03-171-1/+1
* Implement record punsNadrieril2020-03-111-1/+1
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-1/+1
* Implement remote `as Location` resolutionNadrieril2020-03-051-1/+1
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-10/+20
* Remove the Embed variant from ExprKindNadrieril2020-02-111-9/+8
* Cleanup variable handlingNadrieril2020-01-291-1/+1
* Add two new Integer builtinsNadrieril2019-12-231-0/+2
* rustfmtNadrieril2019-12-221-4/+7
* Implement parsing for record completionNadrieril2019-12-221-8/+12
* Update dhall-lang submoduleNadrieril2019-12-221-0/+2
* Fix some commentsNadrieril2019-12-201-2/+2
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-1/+1
* Reorganize printerNadrieril2019-12-201-135/+132
* s/ExprF/ExprKind/Nadrieril2019-12-201-10/+10
* Rename syntax::core to syntax::astNadrieril2019-12-191-1/+1
* Split syntax module between text and binaryNadrieril2019-12-171-0/+500