Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -4/+1 |
| | |||||
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-02 | 1 | -11/+20 |
|\ | |||||
| * | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -8/+32 |
| | | |||||
| * | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 1 | -21/+6 |
| | | | | | | | | | | This reverts commit a5f2b16366f027ad60c58266a66eb7fbdcbda9f9, reversing changes made to c96b2180c1c4206a0a98c280b4d30897eb116336. | ||||
* | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-01 | 1 | -5/+23 |
|\| | |||||
| * | Introduce BlockModifier | Aleksey Kladov | 2020-04-30 | 1 | -1/+16 |
| | | |||||
| * | Remove dead code, which elaborately pretends to be alive | Aleksey Kladov | 2020-04-30 | 1 | -5/+5 |
| | | |||||
| * | Fix a bunch of false-positives in join-lines | Aleksey Kladov | 2020-04-30 | 1 | -1/+4 |
| | | |||||
* | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-04-29 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -6/+0 |
| | |||||
* | use uniform accessor | Aleksey Kladov | 2020-04-09 | 1 | -4/+0 |
| | |||||
* | Remove code duplication | Aleksey Kladov | 2020-04-09 | 1 | -11/+11 |
| | |||||
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -0/+4 |
| | |||||
* | lower bool literal with the value from source code rather than default bool ↵ | Josh Mcguigan | 2020-04-01 | 1 | -2/+3 |
| | | | | value | ||||
* | 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 |