Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deserialize more types | Nadrieril | 2020-01-16 | 1 | -0/+4 |
* | Add two new Integer builtins | Nadrieril | 2019-12-23 | 1 | -0/+2 |
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 2 | -0/+9 |
* | Simplify iterator impls for DupTreeMap | Nadrieril | 2019-12-20 | 1 | -172/+115 |
* | Use smallvec instead of custom struct | Nadrieril | 2019-12-20 | 1 | -77/+22 |
* | Remove Expr::as_mut | Nadrieril | 2019-12-20 | 1 | -9/+6 |
* | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 1 | -5/+5 |
* | Use a named struct instead of a tuple in Expr | Nadrieril | 2019-12-20 | 1 | -10/+19 |
* | Remove an unused impl | Nadrieril | 2019-12-20 | 1 | -7/+1 |
* | Reorganize ast::expr | Nadrieril | 2019-12-20 | 1 | -75/+76 |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 2 | -35/+36 |
* | Rename syntax::core to syntax::ast | Nadrieril | 2019-12-19 | 8 | -0/+1569 |