aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src
Commit message (Expand)AuthorAgeFilesLines
* 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-025-22/+21
* Fix some typosKirill Bulatov2020-08-282-2/+2
* :arrow_up: expect-testAleksey Kladov2020-08-2811-10/+595
* 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
* Improve loggingAleksey Kladov2020-08-253-13/+15
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* 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-1420-131/+128
| |\|
| * | 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
|\ \ \ \
| * | | | Reverse document symbols for each scope (#5655)Yusuke Tanaka2020-08-081-5/+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-1315-23/+23
* | | | Rename ra_ssr -> ssrAleksey Kladov2020-08-133-7/+9
* | | | Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-1/+1
* | | | Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-6/+6
* | | | Rename ra_db -> base_dbAleksey Kladov2020-08-1311-15/+15
* | | | Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-138-10/+10
* | | | fmtAleksey Kladov2020-08-131-1/+1
* | | | Rename ra_cfg -> cfgAleksey Kladov2020-08-131-2/+2
* | | | Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-132-2/+2
* | | | Rename ra_syntax -> syntaxAleksey Kladov2020-08-126-6/+6
* | | | Rename ra_toolchain -> toolchainAleksey Kladov2020-08-121-1/+1
* | | | Rename ra_prof -> profileAleksey Kladov2020-08-129-58/+53
| |_|/ |/| |
* | | Simplify fix structureKirill Bulatov2020-08-111-4/+3
* | | Separate diagnostics and diagnostics fix rangesKirill Bulatov2020-08-111-3/+3
* | | Address some FIXMEsJmPotato2020-08-112-5/+5
|/ /
* | Return InvalidRequest if Shutdown has been requestedJeremy Kolb2020-08-102-1/+16