aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Add `Go to Type Definition` hover action.vsrs2020-06-182-4/+43
* Fix empty hover action group for a runnable.vsrs2020-06-181-1/+1
* Merge #4934bors[bot]2020-06-182-84/+11
|\
| * Remove special casing for library symbolsAleksey Kladov2020-06-182-84/+11
* | SimplifyVeetaha2020-06-181-10/+6
|/
* Merge #4927bors[bot]2020-06-172-24/+30
|\
| * Better encapsulate reverse-mapping of files to cargo targetsAleksey Kladov2020-06-172-24/+30
* | Syntax highlighting for escape sequences in stringsLeander Tentrup2020-06-172-0/+2
|/
*-. Merge #4913 #4915 #4916bors[bot]2020-06-176-30/+386
|\ \
| | * Warnings as hint or infoGabriel Valfridsson2020-06-166-13/+384
| |/ |/|
| * Remove debugging code for incremental syncLaurențiu Nicola2020-06-161-17/+2
|/
* Anchor file-system operations to the file, and not to the source root.Aleksey Kladov2020-06-162-8/+9
* 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