about summary refs log tree commit diff
path: root/crates/ide-assists
AgeCommit message (Expand)AuthorLines
2022-07-20Auto merge of #12811 - TopGunSnake:12790, r=Veykrilbors-2/+188
2022-07-20Fix generated `PartialEq::ne`Michael Chisolm-1/+30
2022-07-19Inverted the match logic to skip comments, attribute macros, and whitespace b...TopGunSnake-13/+4
2022-07-19Auto merge of #12789 - DorianListens:dscheidt/unused-param-overlapping, r=Dor...bors-4/+37
2022-07-19Upgrade to expect-test@1.4.0Amos Wenger-1/+1
2022-07-18Added case for constTopGunSnake-1/+8
2022-07-18Cleaned up trailing whitespace for tidy::files_are_tidyTopGunSnake-24/+24
2022-07-18Added coverage for trait, mod, impl, and enum cases.TopGunSnake-3/+49
2022-07-18Add test case and token finder to address 12790TopGunSnake-2/+144
2022-07-18fix: Prevent panic in Remove Unused Parameter assistDorian Scheidt-4/+37
2022-07-18Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykrilbors-5/+37
2022-07-18Auto merge of #12788 - hasali19:extract-var-mut, r=jonas-schievinkbors-5/+31
2022-07-18fix: “Generate constant” ignores the path prefix of the identifierharpsword-15/+151
2022-07-17Fix extract variable assist for subexpression in mutable borrowHasan Ali-5/+31
2022-07-16Auto merge of #12539 - soruh:instanciate_empty_structs, r=Veykrilbors-2/+137
2022-07-14Auto merge of #12556 - DorianListens:dscheidt/generic-extract, r=Veykrilbors-7/+458
2022-07-14Auto merge of #12691 - Veykril:proc-macro-diag, r=Veykrilbors-2/+2
2022-07-13Make search for applicable generics more preciseDorian Scheidt-18/+49
2022-07-13fix: Support generics in extract_function assistDorian Scheidt-7/+427
2022-07-13add testssoruh-0/+91
2022-07-11Fix config keys regarding imports in docsTonalidadeHidrica-4/+4
2022-07-08fix: Improve suggested names for extracted variablesDorian Scheidt-5/+28
2022-07-08fix: Extract Function misses locals used in closuresDorian Scheidt-0/+30
2022-07-08Auto merge of #12676 - DorianListens:dscheidt/extract-fun-trait-impl, r=jonas...bors-10/+75
2022-07-08Update remaining GitHub URLsJonas Schievink-8/+8
2022-07-05fix: Fix unresolved proc macro diagnostics pointing to macro expansionsLukas Wirth-2/+2
2022-07-03Auto merge of #12681 - lnicola:bump-deps, r=lnicolabors-1/+1
2022-07-03Bump eitherLaurențiu Nicola-1/+1
2022-07-02fix: Extract function from trait implDorian Scheidt-10/+75
2022-07-02fix: Extract Function produces duplicate fn namesDorian Scheidt-2/+70
2022-06-25add test for suggest_namebitgaoshu-0/+15
2022-06-24highlight: trait pathbitgaoshu-11/+4
2022-06-24fix test in qualify_method: stay in trait pathbitgaoshu-10/+34
2022-06-24fix some test due to resolve to where trait m implbitgaoshu-5/+5
2022-06-22apply suggestionssoruh-48/+5
2022-06-15replace TODO with FIXMEsoruh-1/+1
2022-06-15fix CIsoruh-1/+1
2022-06-15remove dbgsoruh-2/+0
2022-06-15cleanupsoruh-9/+2
2022-06-15instanciate_empty_structssoruh-2/+98
2022-06-11restrict the assist so that it only appears if the cursor is on the loop keywordXFFXFF-19/+15
2022-06-11change 'loop to 'l, as 'loop is not a valid label nameXFFXFF-21/+21
2022-06-11make generated test pass and make tidy happyXFFXFF-26/+70
2022-06-11add more tests and some docXFFXFF-15/+69
2022-06-11Make add_label_to_loop basically workXFFXFF-0/+95
2022-06-10Auto merge of #12464 - harpsword:fix-inline-variable-mismatched-type, r=Veykrilbors-2/+1
2022-06-10Auto merge of #12502 - Veykril:deps, r=Veykrilbors-7/+12
2022-06-10internal: Bump DependenciesLukas Wirth-7/+12
2022-06-08Fix a couple of weak warnings found by rust-analyzer itselfbjorn3-7/+2
2022-06-05fix: Fix match to if let assist for wildcard patsLukas Wirth-0/+25