about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2022-03-31Prevent underflow when converting line numbersFelix Maurer-2/+8
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+17
2022-03-25Merge #11793bors[bot]-13/+23
2022-03-24Disable experimental diagnostics by defaultJonas Schievink-1/+1
2022-03-22Preserve order when grouping references.Kyle Huey-11/+16
2022-03-22LSIF: consolidate references into a single edge where possible.Kyle Huey-8/+13
2022-03-22minor: Bump dependenciesLukas Wirth-22/+23
2022-03-22fix: Fix lifetime elision hint configuration keyLukas Wirth-2/+2
2022-03-20Merge #11771bors[bot]-2/+13
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-2/+13
2022-03-19Merge #11755bors[bot]-12/+51
2022-03-19Change skip trivial behaviourLukas Wirth-4/+4
2022-03-19Add option to skip trivial casesLukas Wirth-10/+34
2022-03-19Use numbers for lifetimes by default, add setting to prefer using parameter n...Lukas Wirth-8/+13
2022-03-18Rename call info to "signature help"Jonas Schievink-6/+5
2022-03-18Provide signature help when editing generic argsJonas Schievink-1/+1
2022-03-18feat: Implement lifetime elision hintsLukas Wirth-3/+13
2022-03-17Bump depsLaurențiu Nicola-0/+1
2022-03-17Merge #11734bors[bot]-1/+1
2022-03-17Bump xshell and fix distLaurențiu Nicola-1/+1
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-6/+14
2022-03-16Mark chaining hints as types, since that's what they areLaurențiu Nicola-2/+1
2022-03-14:arrow_up: xshellAleksey Kladov-16/+25
2022-03-12more clippy fixes:Matthias Krüger-1/+1
2022-03-12fix clippy::needless_returnMatthias Krüger-1/+1
2022-03-12fix clippy::map_flattenMatthias Krüger-1/+1
2022-03-12fix clippy::single_char_patternMatthias Krüger-7/+7
2022-03-12fix clippy::needless_borrowMatthias Krüger-3/+3
2022-03-12minor: Pad type inlay hints if no colons are requestedLukas Wirth-1/+2
2022-03-12minor: add missing definitions of lsp_ext::InlayHintLabelLukas Wirth-3/+21
2022-03-11fix: Allow configuration of colons in inlay-hintsLukas Wirth-10/+16
2022-03-11fix: Show what file paths were expected for unresolved modulesLukas Wirth-21/+49
2022-03-08Add back colons around inlay hintsLaurențiu Nicola-2/+6
2022-03-07Improve inlay hint paddingLaurențiu Nicola-3/+13
2022-03-07Merge #11445bors[bot]-14/+39
2022-03-07Add inlayHints capLaurențiu Nicola-0/+1
2022-03-07Fix parameter hint positionLaurențiu Nicola-1/+4
2022-03-07Update LSP docsLaurențiu Nicola-1/+1
2022-03-06Update tidy ignore listLukas Wirth-3/+3
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-5/+5
2022-03-05Fix highlighting of `Self`Lukas Wirth-1/+6
2022-03-04Fix formattingLaurențiu Nicola-1/+5
2022-03-04Remove debugging leftoversKirill Bulatov-1/+1
2022-03-04Load hints for part of the file onlyKirill Bulatov-2/+10
2022-03-04Clean up the redundant hints code and configKirill Bulatov-5/+5
2022-03-04FixesLaurențiu Nicola-3/+2
2022-03-04Update inlay hints for upstreamLaurențiu Nicola-19/+23
2022-03-04Add experimental VSCode apiKirill Bulatov-11/+17
2022-02-25Merge #11538bors[bot]-2/+7
2022-02-25feat: Make private editable completions configurable, disable by defaultLukas Wirth-2/+7