about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2021-06-23Add `public` semantic token modifier for public itemsAramis Razzaghipour-0/+2
2021-06-22Implement goto_declaration supportLukas Wirth-2/+18
2021-06-21Merge #9348bors[bot]-1/+8
2021-06-21Collapse documentation and markdown config settings into an enumLukas Wirth-14/+23
2021-06-21Split hover actions config into its own config structLukas Wirth-21/+53
2021-06-21Merge #9264bors[bot]-9/+20
2021-06-21Remove deprecation support in configLukas Wirth-39/+13
2021-06-21output to log file if RA_LOG_FILE is defined in environmentrezural-1/+8
2021-06-19remove num_formatMilo-7/+2
2021-06-19Implement a config override for the default #[cfg(test)] in cargo cratesJade-0/+4
2021-06-19fmtMilo-1/+5
2021-06-19use num_formatMilo-2/+3
2021-06-18make workspaces look betterMilo-9/+7
2021-06-18Allow to disable import insertion on single path glob importsLukas Wirth-0/+7
2021-06-18Recreate PR.Milo-5/+11
2021-06-17simplifyLukas Wirth-2/+2
2021-06-16Merge #9258bors[bot]-4/+6
2021-06-15Use objects instead of bools for markers in package.jsonLaurențiu Nicola-2/+2
2021-06-14Add configuration deprecationLukas Wirth-10/+39
2021-06-14Make documentation on hover configurableLukas Wirth-9/+17
2021-06-14Merge #9260bors[bot]-1/+1
2021-06-13tree-wide: make rustdoc links spiky so they are clickableJade-1/+1
2021-06-13Give ImportPrefix variants better config namesLukas Wirth-4/+6
2021-06-13internal: diagnostic code is mandatoryAleksey Kladov-6/+5
2021-06-13clippy::useless_returnMaan2003-3/+3
2021-06-13clippy::redundant_closureMaan2003-1/+1
2021-06-13clippy::redudant_borrowMaan2003-22/+22
2021-06-11Only prefill caches in the completion benchmarkKirill Bulatov-5/+21
2021-06-11Fix visibility issuesKirill Bulatov-5/+5
2021-06-11Prime caches on workspace loadKirill Bulatov-2/+3
2021-06-07Fix incorrect config usage in hover referencesLukas Wirth-1/+1
2021-06-05Enable proc macros and build scripts by default in CLILaurențiu Nicola-19/+19
2021-06-05Enable attribute macro expansion in `analysis-stats`Florian Diebold-0/+3
2021-06-04Add function references hover actionLukas Wirth-0/+35
2021-06-03Make it opt-inJonas Schievink-3/+18
2021-06-03NFC: remove redundant clones (clippy::perf)Matthias Krüger-1/+1
2021-06-02Document that `addCallArgumentSnippets` requires `addCallParenthesisLukas Wirth-0/+1
2021-05-31Merge #9039bors[bot]-0/+7
2021-05-31Add config setting for self-on-the-flyLukas Wirth-0/+7
2021-05-31Merge #8866bors[bot]-12/+12
2021-05-31Merge #9025bors[bot]-34/+53
2021-05-29Fix incorrect setting descriptionsLucas Schwiderski-5/+5
2021-05-28Merge #9028bors[bot]-51/+47
2021-05-28Merge #9038bors[bot]-0/+1
2021-05-28Folding range for return typesAyomide Bamidele-0/+1
2021-05-28Remove undocumented `TextDocumentSyncKind::Full` supportLaurențiu Nicola-7/+1
2021-05-27only advertise range formatting support if enabledAndy Russell-51/+47
2021-05-27Display unknown types in analysis-statsLaurențiu Nicola-34/+53
2021-05-27Update salsaJonas Schievink-12/+12
2021-05-26Document semantic token tagsLukas Wirth-2/+2