summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-01Untangle caching codeNadrieril1-1/+1
2020-10-30Roll our own Value for binary decodingNadrieril1-12/+162
2020-10-30Don't use serde_cbor::Value in binary encodingNadrieril1-40/+40
2020-09-14spec: Enable `with` optimizationsNadrieril2-0/+25
2020-04-07Move duplicate field checking to parserNadrieril1-10/+3
2020-04-06Move BinOp and Builtin definitions in the relevant moduleNadrieril2-5/+7
2020-04-06Extract operation-related code to a new moduleNadrieril2-3/+5
2020-04-06Split off operations from main expr enumNadrieril2-29/+38
2020-03-31Brutally make all of dhall pubNadrieril3-4/+4
2020-03-31Remove top-level Expr aliasesNadrieril1-1/+1
2020-03-31Rename LitKind to NumKindNadrieril2-13/+13
2020-03-17Run clippyNadrieril2-51/+84
2020-03-05Implement remote imports and cleanup import chainingNadrieril2-19/+19
2020-02-20Add support for duplicate record fieldsNadrieril1-3/+10
2020-02-11Introduce LitKind to factor out common enum nodesNadrieril2-13/+14
2020-02-11Remove the Embed variant from ExprKindNadrieril2-30/+16
2020-01-30Move main API to lib.rsNadrieril1-1/+1
2019-12-22rustfmtNadrieril1-3/+1
2019-12-22Implement parsing for record completionNadrieril2-0/+8
2019-12-20s/RawExpr/UnspannedExpr/Nadrieril1-2/+3
2019-12-20s/ExprF/ExprKind/Nadrieril2-12/+14
2019-12-20Move error module to root of crateNadrieril2-2/+2
2019-12-17Split binary decoding and encoding into separate filesNadrieril3-318/+327
2019-12-17Split syntax module between text and binaryNadrieril2-0/+751