Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run clippy | Nadrieril | 2020-03-17 | 2 | -51/+84 |
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 2 | -19/+19 |
* | 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 | 2 | -13/+14 |
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 2 | -30/+16 |
* | Move main API to lib.rs | Nadrieril | 2020-01-30 | 1 | -1/+1 |
* | rustfmt | Nadrieril | 2019-12-22 | 1 | -3/+1 |
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 2 | -0/+8 |
* | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 1 | -2/+3 |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 2 | -12/+14 |
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 2 | -2/+2 |
* | Split binary decoding and encoding into separate files | Nadrieril | 2019-12-17 | 3 | -318/+327 |
* | Split syntax module between text and binary | Nadrieril | 2019-12-17 | 2 | -0/+751 |