summaryrefslogtreecommitdiff
path: root/dhall/src/phase/binary.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-24Improve decoder errors on unknown inputsNadrieril1-6/+2
2019-03-24Parser import hash and headersNadrieril1-5/+30
2019-03-22Parse a lot more of the import typesNadrieril1-10/+83
2019-03-22Improve binary decoding errorsNadrieril1-14/+25
2019-03-21Improve import handling in parserNadrieril1-0/+15
2019-03-21Follow the spec for handling DoublesNadrieril1-1/+1
2019-03-21Represent Optional literals more faithfullyNadrieril1-3/+3
2019-03-21Rename Record/Union to RecordType/UnionTypeNadrieril1-2/+2
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