about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2020-06-17Warnings as hint or infoGabriel Valfridsson-13/+384
2020-06-16Remove debugging code for incremental syncLaurențiu Nicola-17/+2
2020-06-16Anchor file-system operations to the file, and not to the source root.Aleksey Kladov-8/+9
2020-06-15Accept relative paths in rust-project.jsonThiébaud Weksteen-7/+14
2020-06-13Merge #4867bors[bot]-160/+134
2020-06-13Cleanup URL handlingAleksey Kladov-160/+134
2020-06-12Revert "Hide squiggly for unused and unnecessary"Gabriel Valfridsson-3/+2
2020-06-11Remove dead codeAleksey Kladov-5/+0
2020-06-10Reduce OUT_DIR special casingAleksey Kladov-37/+36
2020-06-10checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser-9/+2
2020-06-10Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser-1/+5
2020-06-10Added the rust-analyzer.checkOnSave.features option.Clemens Wasser-1/+4
2020-06-09flycheck now uses the configured featuresClemens Wasser-1/+3
2020-06-08Merge #4784bors[bot]-27/+6
2020-06-08Use Option<&str> for target instead of Option<&String>Paul Daniel Faria-1/+1
2020-06-08Remove default_cfg_options, pass target instead so it can be used for buildin...Paul Daniel Faria-25/+6
2020-06-08Apply suggestions from code reviewvsrs-17/+13
2020-06-07Change management of test cfg to better support json projectsPaul Daniel Faria-2/+0
2020-06-06Add lib target filtering.vsrs-11/+18
2020-06-06Add Run|Debug hover actionsvsrs-15/+40
2020-06-06Preliminary runnables refactoringvsrs-54/+44
2020-06-05Merge #4729 #4748bors[bot]-41/+151
2020-06-05Actually test include!(concant!(env!()));Aleksey Kladov-22/+23
2020-06-05Cleanup testAleksey Kladov-50/+12
2020-06-05Remove hover actions heavy tests.vsrs-180/+0
2020-06-05Remove hover contents marking as trusted.vsrs-1/+1
2020-06-05Add capabilities tests.vsrs-7/+184
2020-06-05Apply suggestions from @kjeremy reviewvsrs-19/+18
2020-06-05Rebase on the latest master.vsrs-10/+10
2020-06-05Code formattingvsrs-2/+3
2020-06-05Add hover actions as LSP extensionvsrs-35/+148
2020-06-04Merge #4740bors[bot]-1/+1
2020-06-03Remove unneeded "./" prefix affecting error messagesDavid Tolnay-1/+1
2020-06-03Declare required lsp-server dependency of rust-analyzer crateDavid Tolnay-1/+1
2020-06-03Fix more commentsMikhail Rakhmanov-5/+4
2020-06-03Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov-421/+444
2020-06-03Fix review commentsMikhail Rakhmanov-38/+24
2020-06-03Merge #4502bors[bot]-2/+9
2020-06-03Mark fixes from diagnostics as quick fixesJeremy Kolb-2/+9
2020-06-03Document rust-project.jsonAleksey Kladov-18/+40
2020-06-03Drop test for old formatAleksey Kladov-2/+0
2020-06-03Groundwork for specifying the set of projects via configAleksey Kladov-46/+83
2020-06-03Rename ProjectRoot -> ProjectManifestAleksey Kladov-4/+4
2020-06-03Move project discoveryAleksey Kladov-6/+2
2020-06-03Rename WorldState -> GlobalStateAleksey Kladov-273/+291
2020-06-03Drop no-project testAleksey Kladov-49/+0
2020-06-03Derive local roots from WorkspacesAleksey Kladov-11/+14
2020-06-03Merge pull request #4382 from woody77/json_cfgsAleksey Kladov-2/+3
2020-06-03Hide squiggly for unused and unnecessaryGabriel Valfridsson-2/+3
2020-06-02Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov-213/+224