summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary/decode.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Untangle caching codeNadrieril2020-11-011-1/+1
* Roll our own Value for binary decodingNadrieril2020-10-301-12/+162
* spec: Enable `with` optimizationsNadrieril2020-09-141-0/+21
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-1/+3
* Extract operation-related code to a new moduleNadrieril2020-04-061-1/+2
* Split off operations from main expr enumNadrieril2020-04-061-15/+19
* Brutally make all of dhall pubNadrieril2020-03-311-1/+1
* Remove top-level Expr aliasesNadrieril2020-03-311-1/+1
* Rename LitKind to NumKindNadrieril2020-03-311-8/+8
* Run clippyNadrieril2020-03-171-49/+82
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-5/+5
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-9/+9
* Remove the Embed variant from ExprKindNadrieril2020-02-111-1/+1
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* Implement parsing for record completionNadrieril2019-12-221-0/+5
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-2/+3
* s/ExprF/ExprKind/Nadrieril2019-12-201-6/+6
* Move error module to root of crateNadrieril2019-12-201-1/+1
* Split binary decoding and encoding into separate filesNadrieril2019-12-171-0/+437