summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary/encode.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use serde_cbor::Value in binary encodingNadrieril2020-10-301-40/+40
* spec: Enable `with` optimizationsNadrieril2020-09-141-0/+4
* Move duplicate field checking to parserNadrieril2020-04-071-10/+3
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-4/+4
* Extract operation-related code to a new moduleNadrieril2020-04-061-2/+3
* Split off operations from main expr enumNadrieril2020-04-061-14/+19
* Brutally make all of dhall pubNadrieril2020-03-311-1/+1
* Rename LitKind to NumKindNadrieril2020-03-311-5/+5
* Run clippyNadrieril2020-03-171-2/+2
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-14/+14
* Add support for duplicate record fieldsNadrieril2020-02-201-3/+10
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-4/+5
* Remove the Embed variant from ExprKindNadrieril2020-02-111-29/+15
* rustfmtNadrieril2019-12-221-3/+1
* Implement parsing for record completionNadrieril2019-12-221-0/+3
* s/ExprF/ExprKind/Nadrieril2019-12-201-6/+8
* Move error module to root of crateNadrieril2019-12-201-1/+1
* Split binary decoding and encoding into separate filesNadrieril2019-12-171-0/+319