summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/ast (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify iterator impls for DupTreeMapNadrieril2019-12-201-172/+115
* Use smallvec instead of custom structNadrieril2019-12-201-77/+22
* Remove Expr::as_mutNadrieril2019-12-201-9/+6
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-5/+5
* 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-202-35/+36
* Rename syntax::core to syntax::astNadrieril2019-12-198-0/+1569