Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 1 | -1/+1 |
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 1 | -1/+1 |
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 1 | -8/+8 |
* | Run clippy | Nadrieril | 2020-03-17 | 1 | -49/+82 |
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 1 | -5/+5 |
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 1 | -9/+9 |
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 1 | -1/+1 |
* | Move main API to lib.rs | Nadrieril | 2020-01-30 | 1 | -1/+1 |
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 1 | -0/+5 |
* | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 1 | -2/+3 |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 1 | -6/+6 |
* | 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/+437 |