summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/ast/text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-05Implement `as Location` importsNadrieril1-29/+0
2020-01-16Deserialize more typesNadrieril1-0/+4
2019-12-19Rename syntax::core to syntax::astNadrieril1-0/+0
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-0/+0
2019-09-03Add mapping functions to InterpolatedTextContentsNadrieril1-0/+46
2019-09-03Resolve imports by mutating Expr instead of cloning itNadrieril1-0/+10
2019-08-13Implement Hash for ParsedSubExprNadrieril1-1/+1
2019-05-12Implement binary encodingNadrieril1-16/+13
2019-05-09Update dhall-lang submoduleNadrieril1-0/+12
2019-05-07Reorganize dhall_syntaxNadrieril1-0/+0
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-0/+0
2019-04-20Implement more normalization simplificationsNadrieril1-27/+24
2019-04-20Text interpolationNadrieril1-4/+4
2019-04-20Text literalsNadrieril1-2/+14
2019-04-11Avoid use of ExprF::as_ref when not neededNadrieril1-11/+4
2019-04-06Upgrade map to traverseNadrieril1-6/+16
2019-04-01Refactor and clarify various map methodsNadrieril1-5/+19
2019-03-31Move recursion out of ExprNadrieril1-19/+18
2019-03-31Make SubExpr a newtypeNadrieril1-6/+5
2019-03-24Parse multiline strings correctlyNadrieril1-1/+1
2019-03-23Parse unicode escapes in stringNadrieril1-10/+10
2019-03-21Follow the spec for handling DoublesNadrieril1-1/+1
2019-03-21oopsNadrieril1-0/+92