Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assists: change_return_type_to_result: clarify assist description | Matthias Krüger | 2020-07-22 | 1 | -1/+1 |
* | Replace existing visibility modifier in fix_visibility | Timo Freiberg | 2020-07-21 | 1 | -15/+75 |
* | Cleanup extact variable | Aleksey Kladov | 2020-07-21 | 1 | -48/+55 |
* | minor | Aleksey Kladov | 2020-07-21 | 1 | -2/+2 |
* | Minor perf tweaks per clippy | Jeremy Kolb | 2020-07-19 | 2 | -2/+2 |
* | Add turbo-fish works after `()` | Aleksey Kladov | 2020-07-18 | 1 | -1/+28 |
* | More precise ranges in remove hashes assist | Aleksey Kladov | 2020-07-17 | 1 | -79/+52 |
* | Merge #5350 | bors[bot] | 2020-07-15 | 4 | -5/+98 |
|\ | |||||
| * | Move allow list into AssistConfig | Jeremy Kolb | 2020-07-15 | 4 | -26/+24 |
| * | Filter assists | kjeremy | 2020-07-13 | 3 | -13/+108 |
* | | Move remove_bounds to edit.rs | Jonas Schievink | 2020-07-14 | 1 | -9/+1 |
* | | missing impl members: remove assoc. type bounds | Jonas Schievink | 2020-07-14 | 1 | -0/+33 |
* | | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
|/ | |||||
* | change vis works on statics | Aleksey Kladov | 2020-07-12 | 1 | -3/+13 |
* | Better caret placement when filling match arms | Aleksey Kladov | 2020-07-10 | 1 | -124/+86 |
* | Don't mess with cursor position when adding hashes | Aleksey Kladov | 2020-07-09 | 1 | -9/+22 |
* | Refactor AssistBuilder to manage a SourceChange | Christoph Herzog | 2020-07-07 | 1 | -7/+7 |
* | Add AssistKind::Generate | Aleksey Kladov | 2020-07-03 | 6 | -25/+31 |
* | Unify naming of generating assists | Aleksey Kladov | 2020-07-03 | 7 | -206/+215 |
* | Don't categorize things we don't care about | kjeremy | 2020-07-02 | 4 | -64/+52 |
* | Move AssistKind into AssistId | kjeremy | 2020-07-02 | 40 | -139/+89 |
* | Recategorize a few | kjeremy | 2020-07-02 | 3 | -3/+3 |
* | Categorize assists | Jeremy Kolb | 2020-07-02 | 40 | -501/+702 |
* | Record and suggest trait items via ImportMap | Jonas Schievink | 2020-07-02 | 1 | -0/+140 |
* | Reuse Semantics instances | Laurențiu Nicola | 2020-07-01 | 2 | -2/+2 |
* | Use the existing Semantics in auto_import | Laurențiu Nicola | 2020-07-01 | 1 | -6/+6 |
* | Remove db from AssistsContext | Laurențiu Nicola | 2020-07-01 | 11 | -35/+37 |
* | Make SemanticsScope non-generic | Laurențiu Nicola | 2020-07-01 | 1 | -10/+6 |
* | Use more of FxHash* | Laurențiu Nicola | 2020-06-29 | 1 | -3/+3 |
* | Get rid of unused imports | Veetaha | 2020-06-28 | 2 | -10/+3 |
* | Follow matklad suggestions | Veetaha | 2020-06-28 | 4 | -18/+13 |
* | Simlify with matches!() | Veetaha | 2020-06-28 | 3 | -17/+5 |
* | introduce_variable -> extract_variable | Aleksey Kladov | 2020-06-27 | 3 | -73/+73 |
* | Merge #4945 | bors[bot] | 2020-06-26 | 1 | -2/+31 |
|\ | |||||
| * | do not suggest assist for return type to result in bad case #4826 | Benjamin Coenen | 2020-06-21 | 1 | -0/+3 |
| * | do not suggest assist for return type to result in bad case #4826 | Benjamin Coenen | 2020-06-18 | 1 | -2/+28 |
* | | Smarter introduce variable | Aleksey Kladov | 2020-06-25 | 1 | -8/+49 |
* | | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 1 | -6/+7 |
* | | Centralize fixture parsing for assists | Aleksey Kladov | 2020-06-23 | 6 | -54/+47 |
* | | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 3 | -123/+127 |
* | | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -10/+3 |
* | | Fix panic in split and merge import assists | Laurențiu Nicola | 2020-06-23 | 2 | -1/+21 |
* | | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 3 | -3/+3 |
|/ | |||||
* | Merge #4878 | bors[bot] | 2020-06-16 | 4 | -59/+249 |
|\ | |||||
| * | Operate only on AST paths instead of HIR | Jonas Schievink | 2020-06-15 | 1 | -30/+36 |
| * | Simplify | Jonas Schievink | 2020-06-15 | 1 | -13/+6 |
| * | It's fookin' raw | Jonas Schievink | 2020-06-15 | 1 | -48/+48 |
| * | Shorten *all* qualified paths when adding use | Jonas Schievink | 2020-06-13 | 2 | -11/+192 |
| * | Expose `find_insert_use_container` | Jonas Schievink | 2020-06-13 | 2 | -8/+18 |
* | | Merge #4889 | bors[bot] | 2020-06-15 | 1 | -0/+2 |
|\ \ |