aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-4/+4
* Make call_info a part of ide_dbIgor Aleksanov2020-10-241-2/+2
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-6/+4
* Improve prime_caches and display its progressJonas Schievink2020-10-121-2/+6
* Merge #5917bors[bot]2020-10-121-1/+9
|\
| * Code reorganisation and field supportZac Pullar-Strecker2020-10-081-1/+1
| * Changes from reviewZac Pullar-Strecker2020-10-081-1/+1
| * Rename ide::link_rewrite -> ide::doc_links & tidy importsZac Pullar-Strecker2020-10-081-3/+3
| * WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-081-0/+8
* | Show reason for failed rename refactoringRĂ¼diger Herrmann2020-10-101-2/+4
|/
* honor content_format clientcapRobin van Dijk2020-10-051-1/+3
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-1/+1
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-4/+3
* Reduce visibiityAleksey Kladov2020-10-021-1/+2
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-291-2/+2
* Remove periodic gc stubAleksey Kladov2020-09-291-4/+0
* Do not show references CodeLens for tests.vsrs2020-09-291-13/+4
* Make method references CodeLens lazy.vsrs2020-09-291-1/+16
* Add hover config `linksInHover` to suppress linksflw2020-09-291-2/+6
* Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+3
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-0/+1
* Introduce LabelAleksey Kladov2020-08-181-0/+1
* MinorAleksey Kladov2020-08-181-30/+1
* Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-181-8/+5
* Move analysis config structure to the config.rsIgor Aleksanov2020-08-181-6/+0
* Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-181-14/+6
* Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-141-5/+23
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+542