Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more unnecessary parens in printer | Nadrieril | 2020-03-20 | 1 | -8/+13 |
* | Run clippy | Nadrieril | 2020-03-17 | 1 | -1/+1 |
* | Implement record puns | Nadrieril | 2020-03-11 | 1 | -1/+1 |
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 1 | -1/+1 |
* | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 1 | -1/+1 |
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 1 | -10/+20 |
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 1 | -9/+8 |
* | Cleanup variable handling | Nadrieril | 2020-01-29 | 1 | -1/+1 |
* | Add two new Integer builtins | Nadrieril | 2019-12-23 | 1 | -0/+2 |
* | rustfmt | Nadrieril | 2019-12-22 | 1 | -4/+7 |
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 1 | -8/+12 |
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -0/+2 |
* | Fix some comments | Nadrieril | 2019-12-20 | 1 | -2/+2 |
* | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 1 | -1/+1 |
* | Reorganize printer | Nadrieril | 2019-12-20 | 1 | -135/+132 |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 1 | -10/+10 |
* | Rename syntax::core to syntax::ast | Nadrieril | 2019-12-19 | 1 | -1/+1 |
* | Split syntax module between text and binary | Nadrieril | 2019-12-17 | 1 | -0/+500 |