Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -1/+1 |
| | |||||
* | Merge #6769 | bors[bot] | 2020-12-10 | 1 | -1/+22 |
|\ | | | | | | | | | | | | | | | | | | | 6769: Add native "remove this semicolon" diagnostics r=matklad a=ivan770 Closes #6739 ![demo2](https://user-images.githubusercontent.com/14003886/101530533-b76c3180-399a-11eb-9d18-5c8457721655.gif) Co-authored-by: ivan770 <[email protected]> | ||||
| * | Cast to ExprStmt, style fixes | ivan770 | 2020-12-10 | 1 | -4/+4 |
| | | |||||
| * | Format code | ivan770 | 2020-12-08 | 1 | -3/+10 |
| | | |||||
| * | Remove unused use | ivan770 | 2020-12-08 | 1 | -1/+1 |
| | | |||||
| * | Remove this semicolon | ivan770 | 2020-12-08 | 1 | -6/+20 |
| | | |||||
* | | Fix FileId computation in IncorrectCase fix | Jonas Schievink | 2020-12-10 | 1 | -4/+4 |
| | | |||||
* | | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 1 | -3/+5 |
| | | | | | | | | | | They allow to represent paths like `#[path = "C:\path.rs"] mod foo;` in a lossless cross-platform & network-transparent way. | ||||
* | | Fix MissingFields DiagnosticFix trigger range | Lukas Wirth | 2020-12-09 | 1 | -2/+3 |
|/ | |||||
* | Support struct variants in extract_struct_from_enum_variant | Lukas Wirth | 2020-11-03 | 1 | -1/+2 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 2 | -2/+2 |
| | |||||
* | Simplify diagnostic construction, add unused field | Jonas Schievink | 2020-10-20 | 1 | -19/+13 |
| | |||||
* | Move field_shorthand to a separate module | Aleksey Kladov | 2020-10-15 | 1 | -0/+206 |
| | |||||
* | Use TextRange::contains_inclusive in fixes check | Igor Aleksanov | 2020-10-12 | 1 | -1/+2 |
| | |||||
* | Keep SyntaxNodePtr::range private | Igor Aleksanov | 2020-10-12 | 1 | -1/+4 |
| | |||||
* | Add fix for incorrect case diagnostic | Igor Aleksanov | 2020-10-12 | 1 | -2/+18 |
| | |||||
* | Minor | Aleksey Kladov | 2020-08-18 | 1 | -3/+7 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -0/+171 |