aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Spec better runnablesAleksey Kladov2020-06-022-1/+4
| | * | New runnables APIAleksey Kladov2020-06-023-43/+44
| * | | Merge #4711bors[bot]2020-06-021-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by defaultLaurențiu Nicola2020-06-021-1/+1
| * | | MinorAleksey Kladov2020-06-023-124/+125
* | | | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-028-25/+133
|/ / /
* | | Change Runnable.bin -> Runnable.kindveetaha2020-05-314-22/+18
* | | Fix tests, apply code review proposalsveetaha2020-05-312-12/+19
* | | Fix invoking cargo without consulting CARGO or standard installation pathsveetaha2020-05-312-1/+8
|/ /
* | Add semantic highlight to QUESTION tokenRoland Ruckerbauer2020-05-291-0/+1
* | Hover tooltip module name is monospace once againAaron Loucks2020-05-261-1/+1
| |
| \
*-. \ Merge #4602 #4603bors[bot]2020-05-252-0/+2
|\ \ \
| | * | Add self keyword semantic token typeLaurențiu Nicola2020-05-252-0/+2
| |/ /
* | | Document `parentModule` experimental LSP requestAleksey Kladov2020-05-254-29/+25
* | | Cleanup lsp extensions on the client sideAleksey Kladov2020-05-252-9/+4
* | | Less rust-analyzer specific onEnterAleksey Kladov2020-05-255-39/+38
|/ /
* | Merge #4593bors[bot]2020-05-243-20/+18
|\ \
| * | Fix formattingAleksey Kladov2020-05-242-4/+1
| * | Document some rust-analyzer specific protocol extensionsAleksey Kladov2020-05-241-7/+8
| * | Document matchingBrace LSP requestAleksey Kladov2020-05-243-12/+12
* | | Highlight `true` and `false` as literalsMatthew Jasper2020-05-242-0/+2
|/ /
* | Merge pull request #4548 from bnjjj/fix_4464Aleksey Kladov2020-05-243-2/+90
|\ \
| * | add support of feature flag for runnables #4464Benjamin Coenen2020-05-241-14/+0
| * | add support of feature flag for runnables #4464Benjamin Coenen2020-05-233-9/+101
| * | add support of feature flag for runnables #4464Benjamin Coenen2020-05-2111-224/+367
| |\ \
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-212-1/+11