aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Group file source edits by FileIdLukas Wirth2021-01-141-2/+2
* Group references by FileIdLukas Wirth2021-01-121-1/+1
* Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-1/+1
* Shorten namesAleksey Kladov2021-01-091-3/+3
* Shorten frequent namesAleksey Kladov2021-01-091-1/+1
* Align config's API with usageAleksey Kladov2021-01-061-1/+1
* YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-061-2/+2
* Merge #7068bors[bot]2021-01-031-0/+5
|\
| * Initial implementation of view-hir commandPhil Ellison2020-12-281-0/+5
* | Avoid a couple of allocationsLaurențiu Nicola2020-12-291-1/+1
|/
* Simplify assists resolution APIAleksey Kladov2020-12-261-14/+8
* pit-of-success API for unresolved code actionsAleksey Kladov2020-12-241-11/+11
* Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-231-0/+8
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-1/+1
* Cleaup importsAleksey Kladov2020-12-181-7/+7
* Lifetime reference searchLukas Wirth2020-12-161-0/+7
* SimplifyKirill Bulatov2020-12-071-1/+0
* Use stateless completion resolveKirill Bulatov2020-12-071-0/+22
* Remove the stateKirill Bulatov2020-12-071-1/+1
* Make completion resolve asyncKirill Bulatov2020-12-071-1/+1
* Simplify import edit calculationKirill Bulatov2020-12-071-1/+1
* Properly fill client completion resolve capabilities dataKirill Bulatov2020-12-071-2/+2
* Working resolve completion imports prototypeKirill Bulatov2020-12-071-1/+2
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-3/+1
* Remove more unreachable pubsAleksey Kladov2020-11-021-6/+8
* 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