aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Use new format for all assists that don't change cursor positonAleksey Kladov2020-05-201-1/+2
* Update test dataAleksey Kladov2020-05-192-38/+16
* Server side of SnippetTextEditAleksey Kladov2020-05-198-109/+200
* Add snippetTextEdit protocol extensionAleksey Kladov2020-05-191-1/+8
* Add AssistConfigAleksey Kladov2020-05-193-4/+9
* Add "rust-analyzer.lens.enable"vsrs2020-05-181-3/+12
* code formattingvsrs2020-05-172-19/+21
* CodeLens configuration options.vsrs2020-05-172-88/+138
* Merge #4448bors[bot]2020-05-151-1/+4
|\
| * Better label for a runnable.vsrs2020-05-141-1/+1
| * Multiple binaries support for launch.json.vsrs2020-05-141-1/+4
* | CleanupsAleksey Kladov2020-05-151-83/+74
* | Better structureAleksey Kladov2020-05-152-12/+9
* | Move LSP bits from flycheck to rust-analyzerAleksey Kladov2020-05-1513-16/+2025
* | MinorAleksey Kladov2020-05-141-10/+8
* | Put preselect items on topAleksey Kladov2020-05-141-1/+3
* | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-142-1/+2
* | Remove hidden VARIATION SELECTOR-16Laurențiu Nicola2020-05-131-2/+2
* | Merge #4397bors[bot]2020-05-111-1/+1
|\ \
| * | Use Property instead of Member for fieldsGeorge Fraser2020-05-101-1/+1
| |/
* | Merge #4403bors[bot]2020-05-114-33/+52
|\ \
| * | Check client capabilities before sending progress notificationsJeremy Kolb2020-05-114-33/+52
| |/
* / Use RA_LOG instead of RUST_LOG for loggingAleksey Kladov2020-05-111-1/+1
|/
*-. Merge #4394 #4414bors[bot]2020-05-102-27/+22
|\ \
| * | Simplify crate graph creationveetaha2020-05-091-22/+16
| * | Simplifyveetaha2020-05-091-5/+6
| |/
* | req -> lsp_extAleksey Kladov2020-05-107-53/+58
* | Don't re-export lsp_typesAleksey Kladov2020-05-103-119/+119
* | Better fn signatureAleksey Kladov2020-05-101-4/+8
* | to_proto::semantic_tokensAleksey Kladov2020-05-102-34/+33
* | Simplify proto conversionAleksey Kladov2020-05-106-937/+799
|/
* Simplifyveetaha2020-05-091-11/+9
* Merge #4296bors[bot]2020-05-071-3/+107
|\
| * Merge heavy testsrobojumper2020-05-051-134/+105
| * Support build.rs cargo:rustc-cfgrobojumper2020-05-041-1/+134
* | do not show runnables for main function outside of a binary target #4356Benjamin Coenen2020-05-071-2/+24
* | Merge #4332bors[bot]2020-05-051-15/+14
|\ \
| * | Rename AtomTextEdit -> IndelAleksey Kladov2020-05-051-15/+14
* | | add the allFeatures flag (true by default)guigui642020-05-051-1/+3
|/ /
* | Normalize naming of diagnosticsAleksey Kladov2020-05-051-8/+8
* | Merge #4166bors[bot]2020-05-053-2/+3
|\ \
| * | Pass cargo.target to rustcChristophe MASSOLIN2020-05-052-2/+2
| * | Rename `defaultTarget` to targetChristophe MASSOLIN2020-05-051-1/+1
| * | [config] rename cargo.defaultTargetChristophe MASSOLIN2020-04-271-1/+1
| * | Started rust-analyzer.cargo.defaultTarget implementationChristophe MASSOLIN2020-04-261-0/+1
* | | Merge #4323bors[bot]2020-05-051-0/+12
|\ \ \
| * | | Add tests for #4306Laurențiu Nicola2020-05-051-0/+12
* | | | Merge #4320bors[bot]2020-05-052-6/+22
|\ \ \ \ | |/ / / |/| | |
| * | | add doctest support #4317Benjamin Coenen2020-05-052-6/+22
* | | | Fix line index rebuild during incremental changesLaurențiu Nicola2020-05-041-5/+5