aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Accept relative paths in rust-project.jsonThiƩbaud Weksteen2020-06-153-7/+14
* Merge #4867bors[bot]2020-06-136-160/+134
|\
| * Cleanup URL handlingAleksey Kladov2020-06-136-160/+134
* | Revert "Hide squiggly for unused and unnecessary"Gabriel Valfridsson2020-06-122-3/+2
|/
* Remove dead codeAleksey Kladov2020-06-112-5/+0
* Reduce OUT_DIR special casingAleksey Kladov2020-06-102-37/+36
* checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser2020-06-101-9/+2
* Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser2020-06-101-1/+5
* Added the rust-analyzer.checkOnSave.features option.Clemens Wasser2020-06-101-1/+4
* flycheck now uses the configured featuresClemens Wasser2020-06-091-1/+3
* Merge #4784bors[bot]2020-06-082-27/+6
|\
| * Use Option<&str> for target instead of Option<&String>Paul Daniel Faria2020-06-081-1/+1
| * Remove default_cfg_options, pass target instead so it can be used for buildin...Paul Daniel Faria2020-06-082-25/+6
| * Change management of test cfg to better support json projectsPaul Daniel Faria2020-06-072-2/+0
* | Apply suggestions from code reviewvsrs2020-06-082-17/+13
* | Add lib target filtering.vsrs2020-06-061-11/+18
* | Add Run|Debug hover actionsvsrs2020-06-063-15/+40
* | Preliminary runnables refactoringvsrs2020-06-062-54/+44
|/
*-. Merge #4729 #4748bors[bot]2020-06-054-41/+151
|\ \
| * | Remove hover actions heavy tests.vsrs2020-06-051-180/+0
| * | Remove hover contents marking as trusted.vsrs2020-06-051-1/+1
| * | Add capabilities tests.vsrs2020-06-053-7/+184
| * | Apply suggestions from @kjeremy reviewvsrs2020-06-052-19/+18
| * | Rebase on the latest master.vsrs2020-06-051-10/+10
| * | Code formattingvsrs2020-06-051-2/+3
| * | Add hover actions as LSP extensionvsrs2020-06-054-35/+148
| |/
* | Actually test include!(concant!(env!()));Aleksey Kladov2020-06-051-22/+23
* | Cleanup testAleksey Kladov2020-06-051-50/+12
|/
* Merge #4740bors[bot]2020-06-041-1/+1
|\
| * Remove unneeded "./" prefix affecting error messagesDavid Tolnay2020-06-041-1/+1
* | Declare required lsp-server dependency of rust-analyzer crateDavid Tolnay2020-06-041-1/+1
|/
* Fix more commentsMikhail Rakhmanov2020-06-031-5/+4
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-0314-421/+444
|\
| * Merge #4502bors[bot]2020-06-032-2/+9
| |\
| | * Mark fixes from diagnostics as quick fixesJeremy Kolb2020-06-032-2/+9
| * | Document rust-project.jsonAleksey Kladov2020-06-032-18/+40
| |/
| * Drop test for old formatAleksey Kladov2020-06-031-2/+0
| * Groundwork for specifying the set of projects via configAleksey Kladov2020-06-035-46/+83
| * Rename ProjectRoot -> ProjectManifestAleksey Kladov2020-06-032-4/+4
| * Move project discoveryAleksey Kladov2020-06-031-6/+2
| * Rename WorldState -> GlobalStateAleksey Kladov2020-06-037-273/+291
| * Drop no-project testAleksey Kladov2020-06-031-49/+0
| * Derive local roots from WorkspacesAleksey Kladov2020-06-032-11/+14
| * Merge pull request #4382 from woody77/json_cfgsAleksey Kladov2020-06-031-2/+3
| |\
| | * Begin transition to new fields for JsonProject crate cfgsAaron Wood2020-05-091-2/+3
| * | Hide squiggly for unused and unnecessaryGabriel Valfridsson2020-06-032-2/+3
* | | Fix review commentsMikhail Rakhmanov2020-06-033-38/+24
* | | Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov2020-06-027-213/+224
|\| |
| * | Merge #4710bors[bot]2020-06-025-98/+108
| |\ \
| | * | Fix testsAleksey Kladov2020-06-022-54/+60