Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicated import merge logic | Lukas Wirth | 2020-09-05 | 2 | -77/+43 |
* | Fix segment_iter not iterating segments properly | Lukas Wirth | 2020-09-05 | 1 | -5/+16 |
* | Merge #5940 | bors[bot] | 2020-09-04 | 3 | -0/+183 |
|\ | |||||
| * | Remove unnecessary comma | Aleksei Sidorov | 2020-09-04 | 2 | -10/+10 |
| * | Fix tests | Aleksei Sidorov | 2020-09-04 | 2 | -17/+24 |
| * | Update codegen | Aleksei Sidorov | 2020-09-04 | 1 | -0/+13 |
| * | 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 | 2 | -0/+64 |
* | | Add extra insert_use test for pub(crate) re-export handling | Lukas Wirth | 2020-09-03 | 2 | -12/+19 |
* | | 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 | 5 | -62/+117 |
* | | Fix inserting imports in front of inner attributes | Lukas Wirth | 2020-09-03 | 2 | -3/+54 |
* | | Replace insert_use_statement with the new insert_use | Lukas Wirth | 2020-09-03 | 4 | -54/+68 |
* | | Impl make::blank_line | Lukas Wirth | 2020-09-03 | 2 | -26/+9 |
* | | Use mark to check that paths that are too long will not be merged | Lukas Wirth | 2020-09-03 | 1 | -0/+13 |
* | | Tidy up tests and apply suggested changes | Lukas Wirth | 2020-09-03 | 1 | -72/+107 |
* | | Add more import insertion tests | Lukas Wirth | 2020-09-03 | 1 | -3/+68 |
* | | Begin refactor of import insertion | Lukas Wirth | 2020-09-03 | 1 | -468/+440 |
|/ | |||||
* | Unify naming | Aleksey Kladov | 2020-09-03 | 1 | -1/+1 |
* | 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 |
* | Cleanup invert-if | Aleksey Kladov | 2020-08-25 | 1 | -19/+14 |
* | Merge #5733 | bors[bot] | 2020-08-24 | 2 | -119/+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 | 2 | -114/+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 |
* | | Merge #4776 | bors[bot] | 2020-08-24 | 1 | -8/+9 |
|\ \ | |||||
| * | | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 |
| * | | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -8/+8 |
* | | | Invert if should be smart about is_some, is_none, is_ok, is_err | dragfire | 2020-08-24 | 2 | -1/+38 |
|/ / | |||||
* / | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 2 | -2/+2 |
|/ | |||||
* | **Remove Unused Parameter** refactoring | Aleksey Kladov | 2020-08-19 | 6 | -6/+162 |
* | Future proof find-usages API | Aleksey Kladov | 2020-08-19 | 2 | -2/+2 |
* | Introduce Label | Aleksey Kladov | 2020-08-18 | 2 | -18/+11 |
*-. | Merge #5776 #5780 | bors[bot] | 2020-08-17 | 2 | -6/+60 |
|\ \ | |||||
| | * | update generated tests | jDomantas | 2020-08-17 | 1 | -2/+1 |
| | * | fixup whitespace when adding missing impl items | jDomantas | 2020-08-14 | 1 | -4/+59 |
* | | | Don't make fields private unless you have to | Aleksey Kladov | 2020-08-17 | 1 | -27/+10 |
|/ / | |||||
* | | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 5 | -47/+37 |
* | | Remove deprecated Path::from_ast | Aleksey Kladov | 2020-08-15 | 1 | -19/+13 |
|/ | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 48 | -0/+16758 |