Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-30 | Move main API to lib.rs | Nadrieril | 1 | -1/+1 |
2019-12-22 | rustfmt | Nadrieril | 1 | -3/+1 |
2019-12-22 | Implement parsing for record completion | Nadrieril | 2 | -0/+8 |
2019-12-20 | s/RawExpr/UnspannedExpr/ | Nadrieril | 1 | -2/+3 |
2019-12-20 | s/ExprF/ExprKind/ | Nadrieril | 2 | -12/+14 |
2019-12-20 | Move error module to root of crate | Nadrieril | 2 | -2/+2 |
2019-12-17 | Split binary decoding and encoding into separate files | Nadrieril | 3 | -318/+327 |
2019-12-17 | Split syntax module between text and binary | Nadrieril | 2 | -0/+751 |