aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-161-1/+1
* Better label for a runnable.vsrs2020-05-141-1/+1
* Multiple binaries support for launch.json.vsrs2020-05-141-1/+4
*-. 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
* | | | Make incremental sync opt-outLaurențiu Nicola2020-05-041-3/+3
|/ / /
* | / Make incremental sync opt-inLaurențiu Nicola2020-05-031-1/+6
| |/ |/|
* | Merge #4278bors[bot]2020-05-031-1/+17
|\ \
| * | Log panics in apply_document_changesLaurențiu Nicola2020-05-031-1/+17
* | | Merge #4207 #4253bors[bot]2020-05-022-8/+2
|\ \ \
| * | | Remove `workspaceLoaded` settingAndrew Chin2020-05-022-8/+2
* | | | Merge #4256bors[bot]2020-05-021-2/+2
|\ \ \ \
| * | | | Improve formatting of analyzer status textAndrew Chin2020-05-021-2/+2
| |/ / /
* | | | Test/check the whole packageAleksey Kladov2020-05-022-7/+3
* | | | Update crateskjeremy2020-05-011-1/+1
|/ / /
| | |
| \ \
*-. | | Merge #4220 #4240bors[bot]2020-05-011-1/+1
|\ \| |
| | * | Bump depsLaurențiu Nicola2020-05-011-1/+1
| |/ /
* | | Address commentskjeremy2020-05-012-2/+4
* | | Mark most assists as the base "refactor" typekjeremy2020-05-011-9/+2
* | | Advertise support for all the builtin CodeActionKindskjeremy2020-05-011-8/+20
* | | Filter out CodeActions if a server only support commands.kjeremy2020-05-013-1/+27
|/ /
* | Add support for incremental text synchronizationLaurențiu Nicola2020-04-303-11/+123
* | Merge #4161bors[bot]2020-04-285-42/+53
|\ \
| * | lsp-types 0.74kjeremy2020-04-265-42/+53
* | | Make it impossible to forget to add a semantic token type / modifierAleksey Kladov2020-04-281-56/+61