about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2022-05-23Fix typo in new `reload.rs` docsDQ-1/+1
2022-05-22feat: Add on-typing handler for left angleFelicián Németh-1/+13
2022-05-22internal: Allow OnTypeFormatting to send SnippetTextEditFelicián Németh-6/+19
2022-05-21take into account excludeDirs when computing linked_projectsBernardo Uriarte-1/+16
2022-05-21add failing testBernardo Uriarte-1/+39
2022-05-21internal: document overall approach to reloadAleksey Kladov-1/+14
2022-05-20Clear `cargo check` diagnostics when flycheck is turned offJonas Schievink-0/+1
2022-05-20Auto merge of #12263 - andylizi:hide-type-hint-closure, r=Veykrilbors-0/+6
2022-05-20Auto merge of #12301 - harpsword:fix_for_crlf_cargo_range_map, r=jonas-schievinkbors-22/+5
2022-05-20feat: hide type inlay hints for initializations of closuresandylizi-0/+6
2022-05-19Auto merge of #12314 - jonas-schievink:proc-macro-load, r=jonas-schievinkbors-9/+9
2022-05-19Auto merge of #12313 - equinox:typo-fix, r=lnicolabors-1/+1
2022-05-20remove duplicate 'to' in `cachePriming.numThreads` option descriptionEquinox-1/+1
2022-05-19simplifyJonas Schievink-9/+9
2022-05-19Enable hovering function parameter inlay hintsLukas Wirth-4/+7
2022-05-19internal: Improve inlay hint tooltipsLukas Wirth-21/+26
2022-05-18Improve docs generation assistJonas Schievink-2/+2
2022-05-18fix: calculate right range for Dos line ending in mapping rustc range to lsp ...harpsword-22/+5
2022-05-17Allow inlay hint tooltips to trigger hoversLukas Wirth-55/+46
2022-05-17Trigger hover requests on closing brace hintsLukas Wirth-13/+72
2022-05-17Replace some SmolStr usages with String as the conversion happens anywaysLukas Wirth-18/+18
2022-05-17feat: Implement inlay hint tooltipsLukas Wirth-2/+22
2022-05-16Fix signature help LSP offset conversionJonas Schievink-3/+7
2022-05-16Show inlay hints after a `}` to indicate the closed itemJonas Schievink-4/+17
2022-05-16minor: renameAleksey Kladov-2/+2
2022-05-16Auto merge of #12253 - Veykril:bm, r=Veykrilbors-16/+22
2022-05-15Auto merge of #12190 - harpsword:fix_diagostics_map_incorrectly, r=harpswordbors-26/+339
2022-05-14Auto merge of #12251 - matklad:lsp-server, r=matkladbors-1/+1
2022-05-14internal: vendor lsp-serverAleksey Kladov-1/+1
2022-05-14feat: Add binding mode inlay hintsLukas Wirth-16/+22
2022-05-14internal: Make VSCode config more GUI edit friendlyLukas Wirth-54/+53
2022-05-14fix diagnostics location map incorrectly from rustc span to lsp position for ...harpsword-26/+339
2022-05-13fix: Fix incorrect hover actions config keysLukas Wirth-11/+11
2022-05-13fix: Fix fill-arguments completions not workingLukas Wirth-16/+11
2022-05-12fix: Fix vscode config descriptions not recognizing all valid valuesLukas Wirth-22/+58
2022-05-12fix: Fix old config patching overwriting callable snippet config unconditionallyLukas Wirth-1/+3
2022-05-12Auto merge of #12226 - Veykril:reborrow-inlay-hints, r=Veykrilbors-7/+31
2022-05-12feat: Allow reborrow inlay hints to be restricted to mutable reborrows onlyLukas Wirth-7/+31
2022-05-12Auto merge of #12224 - Veykril:anno-redundant, r=Veykrilbors-22/+12
2022-05-12internal: Remove redundant offset data in annotationsLukas Wirth-22/+12
2022-05-12internal: Rename primeCaches config keysLukas Wirth-11/+12
2022-05-11Auto merge of #12213 - Veykril:config-fix, r=Veykrilbors-3/+3
2022-05-11fix: Fix incorrect config patching for runBuildScriptsLukas Wirth-3/+3
2022-05-10fix typo in `inlayHints.renderColons` option descriptionElliot Roberts-1/+1
2022-05-10fix: Fix config patching failing when appending suffixesLukas Wirth-7/+25
2022-05-10Fix inverted signature help settingJonas Schievink-1/+1
2022-05-10Auto merge of #12010 - Veykril:r-a-config, r=Veykrilbors-233/+550
2022-05-10fix: Add cast expressions to param name inlay hint heuristicsLukas Wirth-1/+1
2022-05-06Try not to invalidate our state when the proc macro preference didn't changeLaurențiu Nicola-4/+7
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-1/+0