about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2022-03-12fix clippy::map_flattenMatthias Krüger-1/+1
2022-03-12fix clippy::single_char_patternMatthias Krüger-3/+3
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-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-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
2022-02-25Add CSV output to analysis-statsFlorian Diebold-6/+68
2022-02-21Merge #11455bors[bot]-3/+1
2022-02-21Merge #11424bors[bot]-4/+18
2022-02-19Fix a typo in server_capabilities.experimentalFelicián Németh-1/+1
2022-02-14correct the description of Struct GlobalStatedoki-1/+1
2022-02-12fix: add missing experimental capabilitiesFelicián Németh-3/+6
2022-02-11Handle proc-macro functions as the proc-macro they resolve toLukas Wirth-3/+1
2022-02-09Bump lsp-typesLaurențiu Nicola-1/+1
2022-02-07add missing snake case attribute, update hashMoritz Vetter-0/+1
2022-02-06Pass required features to cargo when using run actionMaybe Waffle-4/+18
2022-01-31Merge #11182bors[bot]-28/+34
2022-01-25Merge #11281bors[bot]-8/+39
2022-01-16Merge #11287bors[bot]-1/+1
2022-01-15make it a configJake Heinz-7/+23
2022-01-14fix overlyMilo-1/+1
2022-01-14cleanup + detect num cpusJake Heinz-5/+8
2022-01-14ide: parallel prime cachesJake Heinz-7/+19
2022-01-10Fix documentation of snippetWang Ruochen-1/+17
2022-01-07Merge #11145bors[bot]-2/+25
2022-01-07feat(diagnostics): use default expression instead of todo! when missing fieldsBenjamin Coenen-2/+2
2022-01-07feat(diagnostics): use default expression instead of todo! when missing fieldsBenjamin Coenen-5/+5
2022-01-07Update crates/rust-analyzer/src/config.rsCoenen Benjamin-1/+1
2022-01-06feat: poke user when supplying faulty configurationsLukas Wirth-11/+35
2022-01-06Adjust config nameLukas Wirth-4/+5
2022-01-06Regenrate docs and package.jsonLukas Wirth-4/+15
2022-01-06feat: Add config to replace specific proc-macros with dummy expandersLukas Wirth-9/+49
2022-01-04add better default behavior on fill struct fields diagnosticBenjamin Coenen-1/+1