summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary/encode.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-30Don't use serde_cbor::Value in binary encodingNadrieril1-40/+40
2020-09-14spec: Enable `with` optimizationsNadrieril1-0/+4
2020-04-07Move duplicate field checking to parserNadrieril1-10/+3
2020-04-06Move BinOp and Builtin definitions in the relevant moduleNadrieril1-4/+4
2020-04-06Extract operation-related code to a new moduleNadrieril1-2/+3
2020-04-06Split off operations from main expr enumNadrieril1-14/+19
2020-03-31Brutally make all of dhall pubNadrieril1-1/+1
2020-03-31Rename LitKind to NumKindNadrieril1-5/+5
2020-03-17Run clippyNadrieril1-2/+2
2020-03-05Implement remote imports and cleanup import chainingNadrieril1-14/+14
2020-02-20Add support for duplicate record fieldsNadrieril1-3/+10
2020-02-11Introduce LitKind to factor out common enum nodesNadrieril1-4/+5
2020-02-11Remove the Embed variant from ExprKindNadrieril1-29/+15
2019-12-22rustfmtNadrieril1-3/+1
2019-12-22Implement parsing for record completionNadrieril1-0/+3
2019-12-20s/ExprF/ExprKind/Nadrieril1-6/+8
2019-12-20Move error module to root of crateNadrieril1-1/+1
2019-12-17Split binary decoding and encoding into separate filesNadrieril1-0/+319