| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use serde_cbor::Value in binary encoding | Nadrieril | 2020-10-30 | 1 | -40/+40 |
* | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 1 | -0/+4 |
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 1 | -10/+3 |
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 1 | -4/+4 |
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 1 | -2/+3 |
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 1 | -14/+19 |
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 1 | -1/+1 |
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 1 | -5/+5 |
* | Run clippy | Nadrieril | 2020-03-17 | 1 | -2/+2 |
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 1 | -14/+14 |
* | Add support for duplicate record fields | Nadrieril | 2020-02-20 | 1 | -3/+10 |
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 1 | -4/+5 |
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 1 | -29/+15 |
* | rustfmt | Nadrieril | 2019-12-22 | 1 | -3/+1 |
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 1 | -0/+3 |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 1 | -6/+8 |
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 1 | -1/+1 |
* | Split binary decoding and encoding into separate files | Nadrieril | 2019-12-17 | 1 | -0/+319 |