aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom flycheck commands with JSON project workspacesAaron Wood2020-09-161-7/+11
* Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+20
* Report better errors in project.json/sysrootJonas Schievink2020-09-111-1/+1
* Highlight errors in macrosIgor Aleksanov2020-09-062-7/+89
* default `checkOnSave.enable` to `true` in serverAndy Russell2020-09-021-1/+1
* Switch to upstream ENUM_MEMBERkjeremy2020-09-022-2/+2
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-026-23/+22
* Fix some typosKirill Bulatov2020-08-282-2/+2
* :arrow_up: expect-testAleksey Kladov2020-08-2812-11/+11
* Allow running a test as a binaryJonas Schievink2020-08-262-2/+9
* Improve support for code block attributesLeón Orell Valerian Liehr2020-08-261-10/+71
* SimplifyAleksey Kladov2020-08-261-17/+4
* SimplifyAleksey Kladov2020-08-261-106/+69
* Simplify helpAleksey Kladov2020-08-263-224/+99
* Allow redirecting logs to a specific fileAleksey Kladov2020-08-263-10/+102
* Cleanup heavy testsAleksey Kladov2020-08-252-37/+42
* Merge #5866bors[bot]2020-08-253-13/+15
|\
| * Improve loggingAleksey Kladov2020-08-253-13/+15
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-251-18/+19
|\|
| * Allow rust-analyzer auto publishingPavan Kumar Sunkara2020-08-241-19/+19
| * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-0/+1
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-2429-280/+519
|\|
| * Switch to expect_test from crates.ioAleksey Kladov2020-08-212-2/+2
| * Merge #5643bors[bot]2020-08-192-0/+2
| |\
| | * Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-162-0/+2
| * | Merge #5798bors[bot]2020-08-182-3/+2
| |\ \
| | * | Introduce LabelAleksey Kladov2020-08-182-3/+2
| * | | Merge #5796bors[bot]2020-08-187-53/+33
| |\| |
| | * | Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-187-53/+33
| * | | Merge #5794bors[bot]2020-08-181-16/+16
| |\ \ \ | | |/ / | |/| |
| | * | Simplify building a symbol hierarchyAleksey Kladov2020-08-181-16/+16
| * | | Merge #5682bors[bot]2020-08-184-5/+35
| |\ \ \ | | |/ / | |/| |
| | * | Move analysis config structure to the config.rsIgor Aleksanov2020-08-181-1/+7
| | * | Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-185-5/+21
| | * | Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-1423-156/+152
| | |\|
| | * | Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-126-16/+41
| | |\ \
| | * | | Add an AnalysisConfig structure and use it to configure diagnostics runIgor Aleksanov2020-08-072-3/+11
| * | | | Merge #5687bors[bot]2020-08-181-5/+10
| |\ \ \ \
| | * | | | Remove test for `handle_document_symbol`Yusuke Tanaka2020-08-161-317/+4
| | * | | | Add test for `handle_document_symbol` (#5655)Yusuke Tanaka2020-08-081-4/+317
| | * | | | Reverse document symbols for each scope (#5655)Yusuke Tanaka2020-08-081-5/+10
| | |/ / /
| * | | | Revive cache cleaningAleksey Kladov2020-08-183-0/+10
| * | | | Merge #5782bors[bot]2020-08-172-2/+10
| |\ \ \ \
| | * | | | Fix StatusNotificationvsrs2020-08-172-2/+10
| * | | | | Don't make fields private unless you have toAleksey Kladov2020-08-172-6/+6
| | |_|_|/ | |/| | |
| * | | | Rename ra_ide -> ideAleksey Kladov2020-08-1316-29/+28
| * | | | Rename ra_ssr -> ssrAleksey Kladov2020-08-134-8/+10
| * | | | Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-132-2/+2
| * | | | Rename ra_hir -> hirAleksey Kladov2020-08-131-1/+1
| * | | | Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-1/+1