about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2021-12-28minor: dedupAleksey Kladov-33/+32
2021-12-28avoid speculation when completing macrosAleksey Kladov-17/+41
2021-12-28import styleAleksey Kladov-4/+4
2021-12-27minorAleksey Kladov-7/+1
2021-12-26fix line endingsAleksey Kladov-1/+1
2021-12-26internal: move inline parser tests to parser crateAleksey Kladov-101/+11160
2021-12-26internal: move outlined parser testsAleksey Kladov-10/+13703
2021-12-26internal: move ws attachment logic to the parser crateAleksey Kladov-221/+255
2021-12-25renameAleksey Kladov-44/+39
2021-12-25internal: renameAleksey Kladov-89/+106
2021-12-25internal: replace TreeSink with a data structureAleksey Kladov-110/+172
2021-12-25refactor: avoid filter map next with find map separate traversalrainy-me-59/+84
2021-12-23show values of constants in hoverhkalbasi-7/+406
2021-12-23hide type inlay hintsHeinenen-5/+17
2021-12-23hide type inlay hints for enum variant constructors and tuple struct construc...Heinenen-19/+37
2021-12-23Fix generic type substitution in impl trait with assoc typePetr Nevyhoštěný-11/+411
2021-12-22Update commentWang Ruochen-1/+1
2021-12-22Add pattern when there's no else branchWang Ruochen-0/+11
2021-12-22Merge #11093bors[bot]-42/+127
2021-12-22Make hover test not relient on minicore structureLukas Wirth-32/+39
2021-12-22fix: Do not complete `Drop::drop`, complete `std::mem::drop` insteadLukas Wirth-10/+88
2021-12-21Don't support if-let branchesWang Ruochen-64/+22
2021-12-21Move variables into the closureWang Ruochen-12/+13
2021-12-21Merge #11092bors[bot]-18/+28
2021-12-22internal: Directly use self param in completions instead of searchingLukas Wirth-18/+28
2021-12-21Merge #11071 #11090bors[bot]-29/+38
2021-12-21SimplifyLukas Wirth-8/+14
2021-12-21Deduplicate lower ctx hygiene fieldLukas Wirth-21/+24
2021-12-21Replace a few String instances with SmolStr in completionsLukas Wirth-29/+29
2021-12-21Fully render type alias completions from hirLukas Wirth-36/+17
2021-12-21Fully render const item completions from hirLukas Wirth-34/+11
2021-12-21fmt +stableLukas Wirth-1/+3
2021-12-21Simplify type alias rendering, remove constructor structsLukas Wirth-48/+30
2021-12-21Simplify macro rendering, remove constructor structsLukas Wirth-79/+81
2021-12-21Simplify const rendering, remove constructor structsLukas Wirth-39/+18
2021-12-21Simplify enum variant rendering, remove constructor structsLukas Wirth-101/+71
2021-12-21Simplify function rendering, remove constructor structsLukas Wirth-130/+120
2021-12-21SimplifyLukas Wirth-78/+71
2021-12-21fix: Fix inline local assist not working in let stmt initializerLukas Wirth-3/+25
2021-12-21internal: Do less work in `hir::Semantics`Lukas Wirth-59/+54
2021-12-21Fix typo in reformat number assist labelLaurențiu Nicola-3/+3
2021-12-20Merge #11074bors[bot]-1/+1
2021-12-20Bump default CHALK_SOLVER_MAX_SIZE to 150Laurențiu Nicola-1/+1
2021-12-20Merge #11073bors[bot]-0/+12
2021-12-20fix: Fix windows not finding the pdb fileLukas Wirth-0/+12
2021-12-20Merge #11069bors[bot]-34/+118
2021-12-20fix: Partially fix `ide_db::search` for crate rootsLukas Wirth-34/+118
2021-12-20Merge #11067bors[bot]-104/+79
2021-12-20Update test outputLukas Wirth-2/+2
2021-12-20internal: Store function param names in ItemTreeLukas Wirth-92/+61