summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/binary (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Untangle caching codeNadrieril2020-11-011-1/+1
|
* Roll our own Value for binary decodingNadrieril2020-10-301-12/+162
|
* Don't use serde_cbor::Value in binary encodingNadrieril2020-10-301-40/+40
|
* spec: Enable `with` optimizationsNadrieril2020-09-142-0/+25
|
* Move duplicate field checking to parserNadrieril2020-04-071-10/+3
|
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-062-5/+7
|
* Extract operation-related code to a new moduleNadrieril2020-04-062-3/+5
|
* Split off operations from main expr enumNadrieril2020-04-062-29/+38
|
* Brutally make all of dhall pubNadrieril2020-03-313-4/+4
|
* Remove top-level Expr aliasesNadrieril2020-03-311-1/+1
|
* Rename LitKind to NumKindNadrieril2020-03-312-13/+13
|
* 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