summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/visitor.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-07Reorganize dhall_syntaxNadrieril1-458/+0
2019-05-07Clean up some of the SubExpr type-changing methodsNadrieril1-79/+5
2019-05-04Revert "Make SubExpr generic in the variable labels type"Nadrieril1-65/+65
2019-05-04Make SubExpr generic in the variable labels typeNadrieril1-65/+65
2019-05-04Thread Spans through the ASTNadrieril1-5/+6
2019-05-04Move `Note`s into the spine of the ASTNadrieril1-185/+49
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-0/+0
2019-04-20An empty optional value is purely semanticNadrieril1-2/+1
2019-04-19A union constructor is a purely semantic valueNadrieril1-3/+0
2019-04-19Make App() only store one argumentNadrieril1-3/+1
2019-04-18Remove more duplicationNadrieril1-30/+0
2019-04-18Avoid an unnecessary unroll()Nadrieril1-24/+51
2019-04-18Add even more general visitor traitNadrieril1-55/+140
2019-04-18Reduce duplication between mapping functionsNadrieril1-1/+0
2019-04-18Start cleaning up the mess of mapping functionsNadrieril1-2/+40
2019-04-17Normalize union constructorsNadrieril1-2/+5
2019-04-16Prepare for nullary union variantsNadrieril1-4/+27
2019-04-15Handle empty optionals correctlyNadrieril1-0/+4
2019-04-14clippyNadrieril1-2/+2
2019-04-14Document why Visitor is neededNadrieril1-0/+12
2019-04-14Improve visitor trait hierarchyNadrieril1-79/+213
2019-04-14Transform more mapping functions to use the Visitor traitNadrieril1-0/+152
2019-04-14Rewrite map methods with Visitor traitsNadrieril1-0/+226