about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-05-20remove duplicate 'to' in `cachePriming.numThreads` option descriptionEquinox-1/+1
2022-05-19Auto merge of #12311 - Veykril:inlay-hints-tips, r=Veykrilbors-95/+195
2022-05-19Hide more unnecessary parameter hints for constructorsLukas Wirth-9/+34
2022-05-19simplifyJonas Schievink-15/+11
2022-05-19Update test fixturesLukas Wirth-27/+73
2022-05-19Enable hovering function parameter inlay hintsLukas Wirth-13/+28
2022-05-19internal: Improve inlay hint tooltipsLukas Wirth-57/+71
2022-05-19Auto merge of #12309 - Veykril:completion, r=Veykrilbors-2/+42
2022-05-19fix: Fix incorrect expected type in completions for match armsLukas Wirth-2/+42
2022-05-18Include self type in generated getter/setter docsJonas Schievink-17/+39
2022-05-18Improve docs generation assistJonas Schievink-371/+248
2022-05-18fix: calculate right range for Dos line ending in mapping rustc range to lsp ...harpsword-22/+5
2022-05-17Auto merge of #12130 - weirane:let-else-let-match, r=weiranebors-0/+519
2022-05-17Simplify const reference checkweirane-1/+1
2022-05-17Add a "Add attribute" assistJonas Schievink-178/+227
2022-05-17Update test outputLukas Wirth-0/+66
2022-05-17Allow inlay hint tooltips to trigger hoversLukas Wirth-60/+80
2022-05-17Trigger hover requests on closing brace hintsLukas Wirth-26/+91
2022-05-17Replace some SmolStr usages with String as the conversion happens anywaysLukas Wirth-51/+44
2022-05-17feat: Implement inlay hint tooltipsLukas Wirth-2/+22
2022-05-17internal: Cleanup lifetime elision hintsLukas Wirth-122/+103
2022-05-16Improve "Generate `Deref` impl" assistJonas Schievink-48/+171
2022-05-16Don't generate documentation in `generate_setter`Jonas Schievink-16/+1
2022-05-16Handle getters and setters in documentation template assistJonas Schievink-55/+252
2022-05-16Auto merge of #12271 - bitgaoshu:box_with_expec, r=flodieboldbors-10/+35
2022-05-16Fix signature help LSP offset conversionJonas Schievink-3/+7
2022-05-16Add closing brace hints for macrosJonas Schievink-0/+24
2022-05-16add box expection hintbitgaoshu-10/+35
2022-05-16Show inlay hints after a `}` to indicate the closed itemJonas Schievink-7/+163
2022-05-16minor: renameAleksey Kladov-2/+2
2022-05-16Auto merge of #12253 - Veykril:bm, r=Veykrilbors-42/+202
2022-05-15Auto merge of #12262 - jhgg:fix-whitespace-between-mut-self-in-macro-expansio...bors-0/+3
2022-05-15Auto merge of #12190 - harpsword:fix_diagostics_map_incorrectly, r=harpswordbors-26/+339
2022-05-15ide: insert whitespace between 'mut' and 'self' in macro expansionJake Heinz-0/+3
2022-05-14Auto merge of #12251 - matklad:lsp-server, r=matkladbors-6/+6
2022-05-14internal: vendor lsp-serverAleksey Kladov-6/+6
2022-05-14Enable reborrow hints in attribute callsLukas Wirth-3/+3
2022-05-14feat: Add binding mode inlay hintsLukas Wirth-41/+201
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-29/+32
2022-05-13Fix testsJonas Schievink-5/+8
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-502/+121
2022-05-13Revert "Skip only the `tt::Literal` when consuming float tokens"Jonas Schievink-41/+25
2022-05-13Revert "Fix conversion of float literals in `TtTreeSink`"Jonas Schievink-54/+0
2022-05-13Revert "fix: Remap float parts as integers when parsed as indices"Jonas Schievink-5/+5
2022-05-13Revert "Don't remap float tokens to `INT_NUMBER`"Jonas Schievink-10/+4
2022-05-12Don't remap float tokens to `INT_NUMBER`Jonas Schievink-4/+45
2022-05-12fix: Fix vscode config descriptions not recognizing all valid valuesLukas Wirth-22/+58