aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Merge #9348bors[bot]2021-06-211-1/+8
|\
| * output to log file if RA_LOG_FILE is defined in environmentrezural2021-06-211-1/+8
* | Collapse documentation and markdown config settings into an enumLukas Wirth2021-06-211-14/+23
* | Split hover actions config into its own config structLukas Wirth2021-06-212-21/+53
* | Merge #9264bors[bot]2021-06-212-9/+20
|\ \
| * | Remove deprecation support in configLukas Wirth2021-06-211-39/+13
| * | Add configuration deprecationLukas Wirth2021-06-141-10/+39
| * | Make documentation on hover configurableLukas Wirth2021-06-142-9/+17
* | | Implement a config override for the default #[cfg(test)] in cargo cratesJade2021-06-191-0/+4
| |/ |/|
* | Allow to disable import insertion on single path glob importsLukas Wirth2021-06-183-0/+7
* | simplifyLukas Wirth2021-06-172-2/+2
* | Merge #9258bors[bot]2021-06-161-4/+6
|\ \
| * | Give ImportPrefix variants better config namesLukas Wirth2021-06-131-4/+6
* | | internal: introduce minicore -- a subset of libcore for testingAleksey Kladov2021-06-151-1/+3
* | | Use objects instead of bools for markers in package.jsonLaurențiu Nicola2021-06-151-2/+2
| |/ |/|
* | Merge #9260bors[bot]2021-06-141-1/+1
|\ \
| * | tree-wide: make rustdoc links spiky so they are clickableJade2021-06-141-1/+1
* | | internal: diagnostic code is mandatoryAleksey Kladov2021-06-131-6/+5
* | | clippy::useless_returnMaan20032021-06-132-3/+3
* | | clippy::redundant_closureMaan20032021-06-131-1/+1
* | | clippy::redudant_borrowMaan20032021-06-1311-26/+26
| |/ |/|
* | Only prefill caches in the completion benchmarkKirill Bulatov2021-06-115-5/+21
* | Fix visibility issuesKirill Bulatov2021-06-111-5/+5
* | Prime caches on workspace loadKirill Bulatov2021-06-112-2/+3
|/
* Fix incorrect config usage in hover referencesLukas Wirth2021-06-071-1/+1
* Enable proc macros and build scripts by default in CLILaurențiu Nicola2021-06-053-19/+19
* Enable attribute macro expansion in `analysis-stats`Florian Diebold2021-06-051-0/+3
* Add function references hover actionLukas Wirth2021-06-042-0/+35
* Make it opt-inJonas Schievink2021-06-033-3/+18
* NFC: remove redundant clones (clippy::perf)Matthias Krüger2021-06-031-1/+1
* Document that `addCallArgumentSnippets` requires `addCallParenthesisLukas Wirth2021-06-021-0/+1
* Merge #9039bors[bot]2021-05-313-0/+7
|\
| * Add config setting for self-on-the-flyLukas Wirth2021-05-313-0/+7
* | Merge #8866bors[bot]2021-05-315-12/+12
|\ \ | |/ |/|
| * Update salsaJonas Schievink2021-05-275-12/+12
* | Merge #9025bors[bot]2021-05-311-34/+53
|\ \
| * | Display unknown types in analysis-statsLaurențiu Nicola2021-05-271-34/+53
| |/
* | Fix incorrect setting descriptionsLucas Schwiderski2021-05-291-5/+5
* | Merge #9028bors[bot]2021-05-283-51/+47
|\ \
| * | only advertise range formatting support if enabledAndy Russell2021-05-273-51/+47
| |/
* | Merge #9038bors[bot]2021-05-281-0/+1
|\ \
| * | Folding range for return typesAyomide Bamidele2021-05-281-0/+1
| |/
* / Remove undocumented `TextDocumentSyncKind::Full` supportLaurențiu Nicola2021-05-281-7/+1
|/
* Document semantic token tagsLukas Wirth2021-05-262-2/+2
* Check for subdirs in vfs loader exclusions.ammkrn2021-05-251-1/+5
* Merge #8767bors[bot]2021-05-254-102/+155
|\
| * implement range formattingAndy Russell2021-05-234-102/+155
* | Merge #8942bors[bot]2021-05-252-0/+2
|\ \
| * | Rename ‘foreign’ semantic token modifier to ‘library’Aramis Razzaghipour2021-05-242-2/+2
| * | Add highlighting of items from other cratesAramis Razzaghipour2021-05-242-0/+2
| |/