Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #6172 | bors[bot] | 2020-10-20 | 2 | -1/+1049 | |
|\ \ | ||||||
| * | | De-duplicate `add_group` callsite in qualify_path | Lukas Wirth | 2020-10-16 | 1 | -121/+108 | |
| * | | Properly qualify trait methods in qualify_path assist | Lukas Wirth | 2020-10-15 | 2 | -47/+79 | |
| * | | Add mark tests to qualify_path assist | Lukas Wirth | 2020-10-14 | 1 | -0/+9 | |
| * | | Add qualify path assist | Lukas Wirth | 2020-10-14 | 1 | -0/+1020 | |
* | | | Don't rely on display names in inlay_hints | Aleksey Kladov | 2020-10-20 | 2 | -2/+2 | |
* | | | Minor, rename feature | Aleksey Kladov | 2020-10-19 | 1 | -1/+1 | |
* | | | Change visibility works for type aliases | Aleksey Kladov | 2020-10-18 | 2 | -5/+19 | |
| |/ |/| | ||||||
* | | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 2 | -4/+4 | |
* | | Document auto_import as a feature | Lukas Wirth | 2020-10-15 | 1 | -0/+55 | |
|/ | ||||||
*-. | Merge #6207 #6224 #6226 #6227 | bors[bot] | 2020-10-14 | 1 | -241/+28 | |
|\ \ | ||||||
* | | | Fix stackoverflow in insert_use::recursive_merge | Lukas Wirth | 2020-10-14 | 2 | -0/+31 | |
| |/ |/| | ||||||
* | | Fix MergeBehaviour::Full not working when merging nested long paths | Lukas Wirth | 2020-10-13 | 1 | -1/+1 | |
| * | Slightly cleanup import_assets module | Lukas Wirth | 2020-10-13 | 1 | -6/+6 | |
| * | Adhere to style guidelines in import_assets | Lukas Wirth | 2020-10-13 | 1 | -6/+16 | |
| * | Extract ImportAssets out of auto_import | Lukas Wirth | 2020-10-13 | 1 | -241/+18 | |
|/ | ||||||
* | Merge #6130 #6135 | bors[bot] | 2020-10-12 | 1 | -65/+67 | |
|\ | ||||||
| * | when generating new function, focus on return type instead of body | Benjamin Coenen | 2020-10-08 | 1 | -65/+67 | |
* | | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 1 | -6/+4 | |
|/ | ||||||
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 4 | -7/+37 | |
* | Merge #6139 | bors[bot] | 2020-10-06 | 1 | -6/+10 | |
|\ | ||||||
| * | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 1 | -6/+10 | |
* | | Do not leave braces for colons in dbg! | Kirill Bulatov | 2020-10-06 | 1 | -2/+7 | |
* | | Merge #6111 | bors[bot] | 2020-10-05 | 1 | -0/+701 | |
|\ \ | |/ |/| | ||||||
| * | Add tests for convert integer literal assist | vlakreeh | 2020-09-30 | 1 | -4/+570 | |
| * | Add convert integer literal assist | vlakreeh | 2020-09-29 | 1 | -0/+135 | |
* | | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 2 | -2/+2 | |
|/ | ||||||
* | Merge #6019 | bors[bot] | 2020-09-29 | 4 | -38/+11 | |
|\ | ||||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 4 | -38/+11 | |
* | | Microoptimize | Aleksey Kladov | 2020-09-28 | 1 | -6/+7 | |
* | | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 2 | -2/+66 | |
* | | Rename impl edit method to be more explicit | Matt Hooper | 2020-09-21 | 1 | -1/+1 | |
* | | Added test for impl member assist when impl def is missing braces | Matt Hooper | 2020-09-21 | 1 | -0/+19 | |
* | | Replace entire impl def instead of only associated items for missing impl mem... | Matt Hooper | 2020-09-21 | 1 | -9/+12 | |
* | | Merge #5989 | bors[bot] | 2020-09-16 | 2 | -19/+15 | |
|\ \ | |/ |/| | ||||||
| * | Reimplement import merging by making it recursive properly nesting all levels | Lukas Wirth | 2020-09-12 | 2 | -19/+15 | |
* | | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 3 | -11/+6 | |
|/ | ||||||
* | Properly preserve macro braces | Kirill Bulatov | 2020-09-11 | 1 | -25/+16 | |
* | Merge #5955 | bors[bot] | 2020-09-11 | 1 | -75/+86 | |
|\ | ||||||
| * | Allow merge_imports assists to merge imports of equal visibility | Lukas Wirth | 2020-09-05 | 1 | -0/+50 | |
| * | Remove duplicated import merge logic | Lukas Wirth | 2020-09-05 | 1 | -75/+36 | |
* | | One more test | Kirill Bulatov | 2020-09-10 | 1 | -0/+2 | |
* | | Use better heuristics for replacement text when removing dbg! | Kirill Bulatov | 2020-09-10 | 1 | -37/+116 | |
|/ | ||||||
* | Merge #5940 | bors[bot] | 2020-09-04 | 1 | -0/+168 | |
|\ | ||||||
| * | Remove unnecessary comma | Aleksei Sidorov | 2020-09-04 | 1 | -9/+9 | |
| * | Fix tests | Aleksei Sidorov | 2020-09-04 | 1 | -15/+22 | |
| * | Fix nitpicks | Aleksei Sidorov | 2020-09-04 | 1 | -7/+12 | |
| * | Resolve most of corner cases | Aleksei Sidorov | 2020-09-03 | 1 | -8/+102 | |
| * | Initial implementation of the #5085 issue | Aleksei Sidorov | 2020-09-03 | 1 | -0/+62 | |
* | | Add extra insert_use test for pub(crate) re-export handling | Lukas Wirth | 2020-09-03 | 1 | -4/+5 |