summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary/decode.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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