]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers
fix: move dir on rename mod
[rust.git] / crates / ide_assists / src / handlers /
2022-04-02 bors[bot]Merge #11878
2022-04-01 bors[bot]Merge #11857
2022-04-01 bors[bot]Merge #11874
2022-04-01 Jake Vossenenum variant wording
2022-04-01 bors[bot]Merge #11872
2022-04-01 Lukas Wirthinternal: Remove `PathResolution::AssocItem`
2022-04-01 bors[bot]Merge #11796
2022-04-01 bors[bot]Merge #11871
2022-04-01 bors[bot]Merge #11869
2022-04-01 bors[bot]Merge #11867
2022-04-01 Jake Vossencreate generate is, as, try_into group
2022-03-31 bors[bot]Merge #11827
2022-03-31 Lukas Wirthinternal: Enforce Resolver to always have a module...
2022-03-30 bors[bot]Merge #11849
2022-03-30 Gibson Fahnestockdocs(auto_import): change by_self -> self and by_crate...
2022-03-29 bors[bot]Merge #11842
2022-03-29 Florian DieboldFix duplicate type mismatches with blocks
2022-03-29 bors[bot]Merge #11840
2022-03-26 bors[bot]Merge #11825
2022-03-26 bors[bot]Merge #11826
2022-03-26 Laurențiu NicolaRevert "Emit #[must_use] in Generate new assist"
2022-03-23 bors[bot]Merge #11805
2022-03-23 bors[bot]Merge #11791
2022-03-22 bors[bot]Merge #11792
2022-03-22 bors[bot]Merge #11789
2022-03-22 bors[bot]Merge #11788
2022-03-22 bors[bot]Merge #11786
2022-03-22 Ole Strohmapplied rustfmt
2022-03-22 Ole Strohmfix: fill_match_arms doesn't add wildcard pat for local...
2022-03-20 bors[bot]Merge #11690
2022-03-20 Steven Jorukrefactor: Do more work in inline_type_alias closure
2022-03-20 bors[bot]Merge #11775
2022-03-20 bors[bot]Merge #11774
2022-03-20 bors[bot]Merge #11771
2022-03-19 bors[bot]Merge #11765
2022-03-19 bors[bot]Merge #11755
2022-03-18 bors[bot]Merge #11752
2022-03-18 bors[bot]Merge #11713
2022-03-18 bors[bot]Merge #11750
2022-03-17 bors[bot]Merge #11741
2022-03-17 bors[bot]Merge #11740
2022-03-17 Laurențiu NicolaEmit #[must_use] in Generate enum is_variant assist
2022-03-17 WaltherInsert #[must_use] in generate_is_empty_from_len
2022-03-17 bors[bot]Merge #11737 #11739
2022-03-17 WaltherInsert #[must_use] in generate_getter
2022-03-17 Laurențiu NicolaEmit #[must_use] in Generate new assist
2022-03-17 bors[bot]Merge #11734
2022-03-16 bors[bot]Merge #11731
2022-03-16 bors[bot]Merge #11727
2022-03-16 bors[bot]Merge #11694
2022-03-15 bors[bot]Merge #11714
2022-03-14 bors[bot]Merge #11707
2022-03-13 Steven Joruktest: Make imported_external test that the full path...
2022-03-12 Morgan Thomasbroke a test trying to make the diff look better...
2022-03-12 Morgan Thomasfix: "Extract to function" assist preserves `break...
2022-03-12 Steven Jorukchore: Remove unused import
2022-03-12 Steven Jorukrefactor: Veykril's code review suggestions
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügerfix clippy::needless_late_init
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::needless_return
2022-03-12 Matthias Krügerfix clippy::useless_conversion
2022-03-12 Matthias Krügerfix clippy::redundant_closure
2022-03-12 Matthias Krügerfix clippy::single_char_pattern
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-12 Steven Jorukfeat: Add an assist for inlining type aliases
2022-03-10 bors[bot]Merge #11676
2022-03-10 Lukas WirthExpand into pseudo-derive attribute expansions in compl...
2022-03-10 bors[bot]Merge #11671
2022-03-10 Lukas Wirthminor: Access parser internals through ide_db for ide...
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11660
2022-03-09 bors[bot]Merge #11663
2022-03-08 Lukas WirthMove ide crates to new hir::Macro
2022-03-08 vi_mifix: extract_module selection inside impl
2022-03-07 bors[bot]Merge #11445
2022-03-06 bors[bot]Merge #11639
2022-03-06 Lukas Wirthinternal: Re-arrange ide_db modules
2022-03-05 bors[bot]Merge #11629
2022-03-05 bors[bot]Merge #11598
2022-03-05 bors[bot]Merge #11574
2022-03-05 bors[bot]Merge #11623
2022-03-04 bors[bot]Merge #11595
2022-03-04 bors[bot]Merge #11620
2022-03-04 Lukas WirthSupport locals with multiple declaration sites
2022-03-04 bors[bot]Merge #11140
2022-03-04 hkalbasiPreserve order of generic args
2022-02-28 bors[bot]Merge #11433
2022-02-27 bors[bot]Merge #11573
2022-02-26 bors[bot]Merge #11560
2022-02-26 bors[bot]Merge #11565
2022-02-26 bors[bot]Merge #11566
2022-02-26 Lukas WirthMake hir::Local::name infallible
2022-02-25 bors[bot]Merge #11538
2022-02-25 bors[bot]Merge #11550
2022-02-25 Florian DieboldRefactor autoderef and method resolution
2022-02-25 Chayim Refael FriedmanMinor perf change: `vec.clone().into_iter()` => `vec...
2022-02-25 Chayim Refael FriedmanUpdate references to macro_rules in the "Extract module...
2022-02-25 Chayim Refael FriedmanDo not change visibility of macro_rules in the "Extract...
next