aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Address some FIXMEsJmPotato2020-08-112-5/+5
|/ /
* | Return InvalidRequest if Shutdown has been requestedJeremy Kolb2020-08-102-1/+16
* | Merge #5692bors[bot]2020-08-102-2/+2
|\ \
| * | Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-092-2/+2
| |/
* | Merge #5693bors[bot]2020-08-091-0/+10
|\ \
| * | Let shutdown request to pass through when status == LoadingVeetaha2020-08-091-1/+1
| * | Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-081-0/+10
| |/
* | Merge #5414bors[bot]2020-08-091-1/+1
|\ \
| * | Fix test code lensAleksei Trifonov2020-08-021-1/+1