aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-139-22/+22
| |/ |/|
* | 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
| |/
* | Update test fixturesLaurențiu Nicola2021-05-2410-0/+56
* | Bump misc depsLaurențiu Nicola2021-05-241-1/+1
* | Don't discover workspaces when detached files are givenKirill Bulatov2021-05-231-3/+2
* | Do not add cargo target for detached files only projectKirill Bulatov2021-05-231-13/+22
* | Drag detached files towards loadingKirill Bulatov2021-05-233-5/+11
* | Draft detached files retrievalKirill Bulatov2021-05-234-3/+21
|/
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-213-0/+25
* Fix code completion not inserting borrow text when client supports InsertAndR...Lukas Tobias Wirth2021-05-201-3/+6
* Merge #8873bors[bot]2021-05-203-20/+42
|\
| * Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth2021-05-193-7/+21
| * Add ImportGranularity::GuessLukas Tobias Wirth2021-05-181-2/+4