summaryrefslogtreecommitdiff
path: root/dhall/src/syntax (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some commentsNadrieril2019-12-201-2/+2
* Remove Expr::as_mutNadrieril2019-12-201-9/+6
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-204-11/+16
* Reorganize printerNadrieril2019-12-201-135/+132
* Use a named struct instead of a tuple in ExprNadrieril2019-12-201-10/+19
* Remove an unused implNadrieril2019-12-201-7/+1
* Reorganize ast::exprNadrieril2019-12-201-75/+76
* s/ExprF/ExprKind/Nadrieril2019-12-206-58/+61
* Move error module to root of crateNadrieril2019-12-202-2/+2
* Rename syntax::core to syntax::astNadrieril2019-12-1911-14/+13
* Remove unused syntax::context moduleNadrieril2019-12-193-82/+0
* TypoNadrieril2019-12-171-1/+1
* Split binary decoding and encoding into separate filesNadrieril2019-12-174-319/+328
* Split syntax module between text and binaryNadrieril2019-12-176-4/+7
* Specialize parsingNadrieril2019-12-172-87/+66
* Move binary encoding/decoding to syntax/Nadrieril2019-12-172-0/+749
* Move pest file generation to dhall/build.rsNadrieril2019-12-171-1/+1
* Move contents of dhall_syntax to dhallNadrieril2019-12-1512-0/+3107