]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers
fix: insert whitespaces into assoc items for assist when macro generated
[rust.git] / crates / ide_assists / src / handlers /
2021-12-13 Lukas Wirthfix: insert whitespaces into assoc items for assist...
2021-12-13 Lukas WirthMove ws insert rendering for macro expansion into ide_db
2021-12-05 bors[bot]Merge #10902
2021-12-03 bors[bot]Merge #10921
2021-12-03 bors[bot]Merge #10920
2021-12-03 bors[bot]Merge #10919
2021-12-03 bors[bot]Merge #10916
2021-12-03 rainy-mefix: defer condition construction
2021-12-03 bors[bot]Merge #10915
2021-12-03 rainy-mefeat: handle while let to loop
2021-12-03 bors[bot]Merge #10906
2021-12-02 Skyler Rain Rossrefactor(assist/add_return_type): avoid threading ...
2021-12-02 Skyler Rain Rossfix: add return type works when there's missing whitespace
2021-11-29 bors[bot]Merge #10841
2021-11-25 bors[bot]Merge #10824
2021-11-24 bors[bot]Merge #10847
2021-11-24 rainy-mefix: derive path handling
2021-11-22 bors[bot]Merge #10839
2021-11-22 bors[bot]Merge #10838
2021-11-22 bors[bot]Merge #10809
2021-11-20 bors[bot]Merge #10810
2021-11-20 bors[bot]Merge #10821
2021-11-20 rainy-mefix: check inline left of binary_expression
2021-11-19 iDawerUse mutable syntax trees in `merge_imports`, `split_imp...
2021-11-16 bors[bot]Merge #10775
2021-11-16 bors[bot]Merge #10769
2021-11-16 bors[bot]Merge #10734
2021-11-16 bors[bot]Merge #10774
2021-11-16 Lukas Wirthminor: Lift out FxIndex{Map/Set} types into ide_db
2021-11-15 TheDoctor314Fix `impl_def_from_trait`
2021-11-14 bors[bot]Merge #10767
2021-11-14 bors[bot]Merge #10759
2021-11-14 rainy-meadjust test case and stop deleting newline
2021-11-13 rainy-meadd missing match arms end of last arm
2021-11-11 TheDoctor314Fix `impl_trait` function to emit correct ast
2021-11-11 TheDoctor314Add generic bounds in test
2021-11-10 bors[bot]Merge #10741
2021-11-10 Lukas Wirthinternal: Flatten `Definition::ModuleDef` variant
2021-11-10 bors[bot]Merge #10689
2021-11-10 TheDoctor314Add generic parameters for manual impl assist
2021-11-10 TheDoctor314Add failing tests for generic struct
2021-11-08 bors[bot]Merge #10688
2021-11-05 bors[bot]Merge #10685
2021-11-04 bors[bot]Merge #10645
2021-11-04 bors[bot]Merge #10691
2021-11-04 Laurențiu NicolaUse array into_iter in more places
2021-11-03 bors[bot]Merge #10686
2021-11-03 Lukas WirthAdd Semantics::original_ast_node for upmapping nodes...
2021-11-03 bors[bot]Merge #10680
2021-11-03 bors[bot]Merge #10596
2021-10-29 bors[bot]Merge #10650
2021-10-29 bors[bot]Merge #10648
2021-10-29 bors[bot]Merge #10595
2021-10-28 bors[bot]Merge #10656
2021-10-28 Lukas WirthEnable auto-import and qualify-path in derive attributes
2021-10-28 bors[bot]Merge #10654
2021-10-28 Lukas WirthRefactor ide handling for paths in derive inputs
2021-10-28 bors[bot]Merge #10623
2021-10-27 bors[bot]Merge #10629
2021-10-27 Terry Sunfixup! rustfmt
2021-10-27 Terry Sunfixup! delay to_string() until assist is called
2021-10-27 bors[bot]Merge #10649
2021-10-27 Terry Sunfixup! narrow range; method calls; check for only one...
2021-10-26 bors[bot]Merge #10642
2021-10-26 bors[bot]Merge #10592
2021-10-26 bors[bot]Merge #10637
2021-10-25 bors[bot]Merge #10635
2021-10-25 Lukas Wirthfix: fix extract_variable not working on macro_call
2021-10-25 Terry SunAdd assist for replacing turbofish with explicit type.
2021-10-23 bors[bot]Merge #10602
2021-10-22 bors[bot]Merge #9939
2021-10-22 vi_mifix: making tests compatible with new trimmed sel_range
2021-10-22 bors[bot]Merge #10608
2021-10-22 Paweł Palenicaapply code review suggestions
2021-10-22 bors[bot]Merge #10610
2021-10-22 Laurențiu NicolaUse array IntoIter
2021-10-21 bors[bot]Merge #10603
2021-10-21 Paweł Palenicacleanup qualify_path
2021-10-21 Paweł PalenicaRemove comment
2021-10-21 Paweł PalenicaRun cargo fmt
2021-10-21 Paweł PalenicaAdd qualify method call assist
2021-10-20 bors[bot]Merge #10563
2021-10-20 bors[bot]Merge #10387
2021-10-20 Andrzej GłuszakFixes
2021-10-20 bors[bot]Merge #10600
2021-10-19 bors[bot]Merge #10589
2021-10-19 rainy-meFix: remove extra newline
2021-10-19 rainy-meFix: expand glob import to empty braces if the glob...
2021-10-19 bors[bot]Merge #10568
2021-10-19 Benjamin Coenenfix(assist): delete trailing whitespaces
2021-10-19 bors[bot]Merge #10588
2021-10-19 bors[bot]Merge #10587
2021-10-19 Lukas Wirthfix: Fix add_missing_match_arm panicking
2021-10-19 bors[bot]Merge #10586
2021-10-19 bors[bot]Merge #10585
2021-10-18 bors[bot]Merge #10578
2021-10-18 Yoshua Wuytsfix Ordering::Equal path
2021-10-18 Yoshua WuytsRevert "Simplify generated PartialOrd code"
2021-10-18 bors[bot]Merge #10574
2021-10-18 Yoshua WuytsFix PartialOrd codegen
next