| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | Auto merge of #12811 - TopGunSnake:12790, r=Veykril | bors | -2/+188 |
| 2022-07-20 | Fix generated `PartialEq::ne` | Michael Chisolm | -1/+30 |
| 2022-07-19 | Inverted the match logic to skip comments, attribute macros, and whitespace b... | TopGunSnake | -13/+4 |
| 2022-07-19 | Auto merge of #12789 - DorianListens:dscheidt/unused-param-overlapping, r=Dor... | bors | -4/+37 |
| 2022-07-19 | Upgrade to expect-test@1.4.0 | Amos Wenger | -1/+1 |
| 2022-07-18 | Added case for const | TopGunSnake | -1/+8 |
| 2022-07-18 | Cleaned up trailing whitespace for tidy::files_are_tidy | TopGunSnake | -24/+24 |
| 2022-07-18 | Added coverage for trait, mod, impl, and enum cases. | TopGunSnake | -3/+49 |
| 2022-07-18 | Add test case and token finder to address 12790 | TopGunSnake | -2/+144 |
| 2022-07-18 | fix: Prevent panic in Remove Unused Parameter assist | Dorian Scheidt | -4/+37 |
| 2022-07-18 | Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril | bors | -5/+37 |
| 2022-07-18 | Auto merge of #12788 - hasali19:extract-var-mut, r=jonas-schievink | bors | -5/+31 |
| 2022-07-18 | fix: “Generate constant” ignores the path prefix of the identifier | harpsword | -15/+151 |
| 2022-07-17 | Fix extract variable assist for subexpression in mutable borrow | Hasan Ali | -5/+31 |
| 2022-07-16 | Auto merge of #12539 - soruh:instanciate_empty_structs, r=Veykril | bors | -2/+137 |
| 2022-07-14 | Auto merge of #12556 - DorianListens:dscheidt/generic-extract, r=Veykril | bors | -7/+458 |
| 2022-07-14 | Auto merge of #12691 - Veykril:proc-macro-diag, r=Veykril | bors | -2/+2 |
| 2022-07-13 | Make search for applicable generics more precise | Dorian Scheidt | -18/+49 |
| 2022-07-13 | fix: Support generics in extract_function assist | Dorian Scheidt | -7/+427 |
| 2022-07-13 | add tests | soruh | -0/+91 |
| 2022-07-11 | Fix config keys regarding imports in docs | TonalidadeHidrica | -4/+4 |
| 2022-07-08 | fix: Improve suggested names for extracted variables | Dorian Scheidt | -5/+28 |
| 2022-07-08 | fix: Extract Function misses locals used in closures | Dorian Scheidt | -0/+30 |
| 2022-07-08 | Auto merge of #12676 - DorianListens:dscheidt/extract-fun-trait-impl, r=jonas... | bors | -10/+75 |
| 2022-07-08 | Update remaining GitHub URLs | Jonas Schievink | -8/+8 |
| 2022-07-05 | fix: Fix unresolved proc macro diagnostics pointing to macro expansions | Lukas Wirth | -2/+2 |
| 2022-07-03 | Auto merge of #12681 - lnicola:bump-deps, r=lnicola | bors | -1/+1 |
| 2022-07-03 | Bump either | Laurențiu Nicola | -1/+1 |
| 2022-07-02 | fix: Extract function from trait impl | Dorian Scheidt | -10/+75 |
| 2022-07-02 | fix: Extract Function produces duplicate fn names | Dorian Scheidt | -2/+70 |
| 2022-06-25 | add test for suggest_name | bitgaoshu | -0/+15 |
| 2022-06-24 | highlight: trait path | bitgaoshu | -11/+4 |
| 2022-06-24 | fix test in qualify_method: stay in trait path | bitgaoshu | -10/+34 |
| 2022-06-24 | fix some test due to resolve to where trait m impl | bitgaoshu | -5/+5 |
| 2022-06-22 | apply suggestions | soruh | -48/+5 |
| 2022-06-15 | replace TODO with FIXME | soruh | -1/+1 |
| 2022-06-15 | fix CI | soruh | -1/+1 |
| 2022-06-15 | remove dbg | soruh | -2/+0 |
| 2022-06-15 | cleanup | soruh | -9/+2 |
| 2022-06-15 | instanciate_empty_structs | soruh | -2/+98 |
| 2022-06-11 | restrict the assist so that it only appears if the cursor is on the loop keyword | XFFXFF | -19/+15 |
| 2022-06-11 | change 'loop to 'l, as 'loop is not a valid label name | XFFXFF | -21/+21 |
| 2022-06-11 | make generated test pass and make tidy happy | XFFXFF | -26/+70 |
| 2022-06-11 | add more tests and some doc | XFFXFF | -15/+69 |
| 2022-06-11 | Make add_label_to_loop basically work | XFFXFF | -0/+95 |
| 2022-06-10 | Auto merge of #12464 - harpsword:fix-inline-variable-mismatched-type, r=Veykril | bors | -2/+1 |
| 2022-06-10 | Auto merge of #12502 - Veykril:deps, r=Veykril | bors | -7/+12 |
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -7/+12 |
| 2022-06-08 | Fix a couple of weak warnings found by rust-analyzer itself | bjorn3 | -7/+2 |
| 2022-06-05 | fix: Fix match to if let assist for wildcard pats | Lukas Wirth | -0/+25 |