summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clippyNadrieril2020-03-172-51/+84
* Implement remote imports and cleanup import chainingNadrieril2020-03-052-19/+19
* Add support for duplicate record fieldsNadrieril2020-02-201-3/+10
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-112-13/+14
* Remove the Embed variant from ExprKindNadrieril2020-02-112-30/+16
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* rustfmtNadrieril2019-12-221-3/+1
* Implement parsing for record completionNadrieril2019-12-222-0/+8
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-2/+3
* s/ExprF/ExprKind/Nadrieril2019-12-202-12/+14
* Move error module to root of crateNadrieril2019-12-202-2/+2
* Split binary decoding and encoding into separate filesNadrieril2019-12-173-318/+327
* Split syntax module between text and binaryNadrieril2019-12-172-0/+751