aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-241-1/+1
|\ \ \
| * | | Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-161-1/+1
* | | | Merge pull request #4474 from georgewfraser/color_attrsAleksey Kladov2020-05-242-0/+2
|\ \ \ \
| * | | | Color attribute functionsGeorge Fraser2020-05-192-0/+2
* | | | | Merge #4578bors[bot]2020-05-233-6/+4
|\ \ \ \ \
| * | | | | And a few drive-byskjeremy2020-05-223-6/+4
* | | | | | Merge #4559bors[bot]2020-05-231-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix resolve_proc_macro heavy testGalilée 'Bill' Enguehard2020-05-231-1/+1
* | | | | | Merge #4571bors[bot]2020-05-221-3/+3
|\ \ \ \ \ \
| * | | | | | KISS SourceChangeAleksey Kladov2020-05-221-3/+3
* | | | | | | Merge #4569bors[bot]2020-05-227-67/+19
|\| | | | | |
| * | | | | | CodeAction groupsAleksey Kladov2020-05-227-67/+19
* | | | | | | Merge #4516bors[bot]2020-05-222-24/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add versionkjeremy2020-05-191-1/+1
| * | | | | | Fill code action capabilities with a functionkjeremy2020-05-191-29/+27
| * | | | | | LSP: Two stage initializationkjeremy2020-05-192-24/+55
| | |/ / / / | |/| | | |
* | | | | | Use WorkspaceEdit for ssrAleksey Kladov2020-05-213-4/+5
| |/ / / / |/| | | |
* | | | | Formalize JoinLines protocol extensionAleksey Kladov2020-05-214-18/+34
* | | | | Cleanup TextEditAleksey Kladov2020-05-211-8/+3
* | | | | Remove dead code for handling cursor positionsAleksey Kladov2020-05-211-53/+10
* | | | | Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-213-43/+31
| |_|_|/ |/| | |
* | | | Use a flat play icon instead of the blue emoji with test code lensAaron Loucks2020-05-201-2/+2
* | | | 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