summaryrefslogtreecommitdiff
path: root/dhall/src/binary.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split List literal between empty and non-emptyNadrieril2019-03-181-2/+2
* Use Rc consistently everywhereNadrieril2019-03-171-5/+4
* Use Rc instead of Box in AST to allow structural sharingNadrieril2019-03-161-1/+2
* Use Box more uniformly in ASTNadrieril2019-03-161-72/+73
* Store an Option in OptionalLit instead of a vecNadrieril2019-03-161-5/+5
* Store a vec in AppNadrieril2019-03-151-10/+8
* Handle and parse interpolated stringsNadrieril2019-03-141-3/+15
* Implement binary decodingNadrieril2019-03-141-0/+213