Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -6/+6 |
| | |||||
* | Refactor if-let -> match assist to use ast::make | Aleksey Kladov | 2020-02-05 | 1 | -0/+15 |
| | |||||
* | Fixed a typo | Veetaha | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | Fixed a typo | Veetaha | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | Preserved a comment on the bug previously present in ast::Literal::kind() | Veetaha | 2020-01-22 | 1 | -0/+5 |
| | |||||
* | ra_syntax: remove code duplication and token reevaluation from ↵ | Veetaha | 2020-01-22 | 1 | -30/+20 |
| | | | | ast::Literal::kind() | ||||
* | Some clippy lints | kjeremy | 2020-01-13 | 1 | -2/+2 |
| | |||||
* | Basic DocumentHighlightKind support for assignments | Jeremy Kolb | 2020-01-10 | 1 | -0/+1 |
| | |||||
* | BinOp helper to detect assignment | Jeremy Kolb | 2020-01-04 | 1 | -0/+18 |
| | |||||
* | do refact and fix some issue | bravomikekilo | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Attempt to implement typed accessors | Geoffry Song | 2019-11-15 | 1 | -0/+46 |
| | |||||
* | fix assists | Aleksey Kladov | 2019-09-02 | 1 | -0/+20 |
| | |||||
* | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -3/+3 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -3/+3 |
| | |||||
* | Introduce separate hir::BinaryOp | Aleksey Kladov | 2019-08-17 | 1 | -6/+0 |
| | | | | | Unlike ast::BinOp, it has significantly more structure to it, so it's easier to, say, handle all assignment-like operations in the same way. | ||||
* | implement accessors for IndexExpr | Aleksey Kladov | 2019-08-17 | 1 | -0/+9 |
| | |||||
* | simplify | Aleksey Kladov | 2019-08-17 | 1 | -35/+36 |
| | |||||
* | cargo format | Phil Ellison | 2019-07-28 | 1 | -3/+1 |
| | |||||
* | Add special case for f32 and f43 suffices on Literal.kind | Phil Ellison | 2019-07-28 | 1 | -3/+21 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -8/+5 |
| | |||||
* | convenience api | Aleksey Kladov | 2019-07-19 | 1 | -36/+36 |
| | |||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -15/+15 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Fix formatting | Shotaro Yamada | 2019-06-15 | 1 | -7/+3 |
| | |||||
* | Skip attrs in `Literal::token` | Shotaro Yamada | 2019-06-15 | 1 | -2/+17 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -38/+39 |
| | |||||
* | updated snapshots | Lenard Pratt | 2019-04-07 | 1 | -1/+1 |
| | |||||
* | Added ArrayExprKind, | Lenard Pratt | 2019-04-07 | 1 | -0/+22 |
| | | | | | changed the display for fixed array types, Added Array Enum to ra_hir/expr | ||||
* | add minimal comments | Aleksey Kladov | 2019-04-02 | 1 | -0/+2 |
| | |||||
* | rename flavor to kind | Aleksey Kladov | 2019-04-02 | 1 | -9/+9 |
| | |||||
* | move extensions to submodules | Aleksey Kladov | 2019-04-02 | 1 | -0/+250 |