summaryrefslogtreecommitdiff
path: root/dhall/src/binary.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-18Split List literal between empty and non-emptyNadrieril1-2/+2
2019-03-17Use Rc consistently everywhereNadrieril1-5/+4
2019-03-16Use Rc instead of Box in AST to allow structural sharingNadrieril1-1/+2
2019-03-16Use Box more uniformly in ASTNadrieril1-72/+73
2019-03-16Store an Option in OptionalLit instead of a vecNadrieril1-5/+5
2019-03-15Store a vec in AppNadrieril1-10/+8
2019-03-14Handle and parse interpolated stringsNadrieril1-3/+15
2019-03-14Implement binary decodingNadrieril1-0/+213