about summary refs log tree commit diff
path: root/crates/ide
AgeCommit message (Expand)AuthorLines
2021-10-28Enable auto-import and qualify-path in derive attributesLukas Wirth-0/+2
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-29/+15
2021-10-27remove TODO commentAnatol Ulrich-1/+0
2021-10-27re-introduce `always!`Anatol Ulrich-8/+7
2021-10-27unwrap--Anatol Ulrich-3/+3
2021-10-27fix logic error: alias detection was too lenientAnatol Ulrich-18/+23
2021-10-27wipAnatol Ulrich-12/+30
2021-10-27remove resolved TODO questionsAnatol Ulrich-1/+0
2021-10-27doxxAnatol Ulrich-4/+11
2021-10-27one downAnatol Ulrich-3/+4
2021-10-27make imports less oddAnatol Ulrich-4/+1
2021-10-27WIP: fix: make `rename` multi-token mapping awareAnatol Ulrich-66/+95
2021-10-26Merge #10641bors[bot]-12/+28
2021-10-26Update crates/ide/src/expand_macro.rsAnatol Ulrich-2/+2
2021-10-26fix testAnatol Ulrich-1/+3
2021-10-26wordingAnatol Ulrich-1/+1
2021-10-26fix: make `expand_macro` multi-token mapping awareAnatol Ulrich-12/+26
2021-10-26Merge #10639 #10640bors[bot]-27/+30
2021-10-26assume valid identifierAnatol Ulrich-5/+1
2021-10-26fix: make `goto_declaration` multi-token mapping awareAnatol Ulrich-22/+29
2021-10-26fix importsAnatol Ulrich-1/+1
2021-10-26simplifyAnatol Ulrich-17/+12
2021-10-25fix: make `goto_type_definition` multi-token mapping awareAnatol Ulrich-40/+54
2021-10-23Set MSRVLaurențiu Nicola-0/+1
2021-10-21Migrate to edition 2021Lukas Wirth-5/+1
2021-10-20Merge #10563bors[bot]-2/+2
2021-10-20Fix standard library doclinks not going to the correct pageLukas Wirth-55/+94
2021-10-17Semantic getterAndrzej Głuszak-2/+2
2021-10-16revertMilo-1/+3
2021-10-16more clippy fixesMilo-39/+35
2021-10-14a few clippy fixesMilo-2/+2
2021-10-14Merge #10538bors[bot]-4/+12
2021-10-14Matching brace prefers brace on cursor's rightcodgician-4/+12
2021-10-12Merge #10423bors[bot]-7/+33
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-15/+15
2021-10-12internal changes for mdbookhamidreza kalbasi-7/+33
2021-10-10Merge #10504bors[bot]-3/+3
2021-10-10Remove neesless clonek-nasa-3/+3
2021-10-09internal: update expectAleksey Kladov-1/+1
2021-10-06Merge #10467bors[bot]-27/+35
2021-10-06Refactor to eliminate a vector allocation.Eric Sampson-40/+30
2021-10-06Merge #10479bors[bot]-3/+0
2021-10-06Update salsaJonas Schievink-3/+0
2021-10-06Don't do work and then throw it away.Eric Sampson-4/+22
2021-10-05Merge #10447bors[bot]-7/+38
2021-10-05Refactor according to PR comments to remove allocations.Eric Sampson-17/+11
2021-10-05Merge #10458bors[bot]-12/+4
2021-10-05Bring the implementation closer to VSCode snippet definitionsLukas Wirth-2/+2
2021-10-05Merge #10440bors[bot]-18/+14
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-16/+12