aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | | | Rename ra_hir_def -> hir_defAleksey Kladov2020-08-133-9/+9
| * | | | Rename ra_db -> base_dbAleksey Kladov2020-08-1312-16/+16
| * | | | Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-1310-12/+12
| * | | | fmtAleksey Kladov2020-08-131-1/+1
| * | | | Rename ra_cfg -> cfgAleksey Kladov2020-08-132-3/+3
| * | | | Rename ra_mbe -> mbeAleksey Kladov2020-08-131-1/+1
| * | | | Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-133-3/+3
| * | | | Rename ra_syntax -> syntaxAleksey Kladov2020-08-127-7/+7
| * | | | Rename ra_text_edit -> text_editAleksey Kladov2020-08-121-1/+1
| * | | | Rename ra_toolchain -> toolchainAleksey Kladov2020-08-122-2/+2
| * | | | Rename ra_tt -> ttAleksey Kladov2020-08-121-1/+1
| * | | | Rename ra_prof -> profileAleksey Kladov2020-08-1211-60/+55
| | |_|/ | |/| |
| * | | Simplify fix structureKirill Bulatov2020-08-111-4/+3
| * | | Separate diagnostics and diagnostics fix rangesKirill Bulatov2020-08-111-3/+3