| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Disable insert_import in extract_struct_from_enum_variant until its fixed | Lukas Wirth | 2020-09-03 | 1 | -0/+4 |
* | | Fix import insertion breaking nested modules | Lukas Wirth | 2020-09-03 | 3 | -18/+21 |
* | | Fix inserting imports in front of inner attributes | Lukas Wirth | 2020-09-03 | 1 | -2/+3 |
* | | Replace insert_use_statement with the new insert_use | Lukas Wirth | 2020-09-03 | 3 | -46/+58 |
|/ |
|
* | Reduce path_from_text usage | Aleksey Kladov | 2020-08-31 | 1 | -13/+17 |
* | **Inline Variable** works with field shorthand | Aleksey Kladov | 2020-08-26 | 1 | -2/+29 |
* | Minor | Aleksey Kladov | 2020-08-25 | 1 | -2/+1 |
* | Merge #5733 | bors[bot] | 2020-08-24 | 1 | -115/+617 |
|\ |
|
| * | Use new `Definition::usages` API in expand glob import | unexge | 2020-08-20 | 1 | -1/+1 |
| * | Fix importing private modules in expand glob import | unexge | 2020-08-20 | 1 | -0/+52 |
| * | Fix importing unused traits in expand glob import | unexge | 2020-08-20 | 1 | -28/+73 |
| * | Use fixme instead of todo | unexge | 2020-08-20 | 1 | -1/+1 |
| * | Use `Definition::find_usages` for finding used items in expand glob import | unexge | 2020-08-20 | 1 | -110/+137 |
| * | Run rustfmt | unexge | 2020-08-20 | 1 | -3/+5 |
| * | Handle more cases in AST replacing in expand glob import | unexge | 2020-08-20 | 1 | -34/+219 |
| * | Improve AST replacing in expand glob import | unexge | 2020-08-20 | 1 | -38/+229 |
* | | Invert if should be smart about is_some, is_none, is_ok, is_err | dragfire | 2020-08-24 | 1 | -0/+18 |
* | | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 2 | -2/+2 |
|/ |
|
* | **Remove Unused Parameter** refactoring | Aleksey Kladov | 2020-08-19 | 3 | -5/+134 |
* | Future proof find-usages API | Aleksey Kladov | 2020-08-19 | 2 | -2/+2 |
* | Merge #5776 #5780 | bors[bot] | 2020-08-17 | 1 | -4/+59 |
|\ |
|
| * | fixup whitespace when adding missing impl items | jDomantas | 2020-08-14 | 1 | -4/+59 |
* | | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 4 | -44/+35 |
|/ |
|
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 39 | -0/+14036 |