about summary refs log tree commit diff
path: root/crates/ide/src
AgeCommit message (Expand)AuthorLines
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-21Migrate to edition 2021Lukas Wirth-4/+0
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-10Remove neesless clonek-nasa-3/+3
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
2021-10-05Replace `if let Some(_) = foo` with `if foo.is_some()`Aramis Razzaghipour-2/+2
2021-10-04initialize vector to required size.Eric Sampson-1/+1
2021-10-04Make multiple import edits work for completionsLukas Wirth-11/+2
2021-10-04Add custom non-postfix snippetsLukas Wirth-1/+1
2021-10-04Initial implementation of custom postfix snippetsLukas Wirth-0/+1
2021-10-04tweak variable names.Eric Sampson-8/+8
2021-10-04Add enum variant references CodeLens.Eric Sampson-8/+45
2021-10-03Merge #10441bors[bot]-8/+125
2021-10-03Hide generic constructors if appropriateLukas Wirth-29/+60
2021-10-03feat: Hide type inlay hints for constructorsLukas Wirth-5/+91
2021-10-03Merge #10438bors[bot]-10/+13
2021-10-03minor: SimplifyLukas Wirth-10/+13