aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src
Commit message (Expand)AuthorAgeFilesLines
* Fix source_to_def for named enum variant fieldsJonas Schievink2020-10-091-0/+17
* Merge #6154bors[bot]2020-10-071-39/+162
|\
| * Clean up inlay_hintsLukas Wirth2020-10-071-18/+14
| * Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-071-2/+4
| * Shorten iterator chain hintsLukas Wirth2020-10-071-36/+81
| * Move IntoIterator into FamousDefsLukas Wirth2020-10-071-23/+5
| * Use FamousDefs for shorten_iterator hintLukas Wirth2020-10-061-57/+36
| * Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-6/+125
* | Merge #6128bors[bot]2020-10-061-4/+25
|\ \
| * | Trim all trailing whitespace in onEnterWesley Norris2020-10-031-4/+25
* | | Merge #6140bors[bot]2020-10-063-7/+71
|\ \ \ | |_|/ |/| |
| * | add break after codeblocksRobin van Dijk2020-10-061-2/+4
| * | add doc describing limited capabilitiesRobin van Dijk2020-10-061-0/+2
| * | add docstringRobin van Dijk2020-10-051-0/+3
| * | honor content_format clientcapRobin van Dijk2020-10-053-7/+64
| |/
* | Merge #6148bors[bot]2020-10-061-0/+34
|\ \
| * | Fix trait object hir formatting behind pointer and referencesLukas Wirth2020-10-061-0/+34
| |/
* | Merge #6124bors[bot]2020-10-063-5/+35
|\ \
| * | Properly name the fieldKirill Bulatov2020-10-023-5/+5
| * | Add a dash testKirill Bulatov2020-10-021-0/+30
* | | Merge #6127bors[bot]2020-10-052-2/+23
|\ \ \
| * | | Correctly complete items with leading underscoreLeón Orell Valerian Liehr2020-10-032-2/+23
| |/ /
* | / Fix feature nameAleksey Kladov2020-10-051-1/+1
| |/ |/|
* | Improve readability in inlay_hints.rsIgor Aleksanov2020-10-031-4/+5
* | Remove 'for_expr' test from inlay_hints.rsIgor Aleksanov2020-10-031-14/+1
* | Make the tests for complete/incomplete for inlay hints workIgor Aleksanov2020-10-031-10/+77
* | Better inlay hints in 'for' loopsIgor Aleksanov2020-10-031-2/+49
|/
* rename mock_analysis -> fixtureAleksey Kladov2020-10-0223-99/+90
* Get rid of MockAnalysisAleksey Kladov2020-10-0218-414/+280
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-023-10/+7
* Expectify find_references testsAleksey Kladov2020-10-021-176/+181
* Reduce visibiityAleksey Kladov2020-10-022-13/+14
* Use expect_test to make format_str_parser test more data-drivenIgor Aleksanov2020-10-021-35/+35
* Use lookup table instead of enum for postfix completion kindsIgor Aleksanov2020-10-021-62/+20
* Use ast::String for extracting string literal contentsIgor Aleksanov2020-10-022-14/+19
* Improve format-like completions code appearanceIgor Aleksanov2020-10-022-32/+26
* Add missing entry to doc-commentIgor Aleksanov2020-10-021-0/+1
* Simplify is_string_literal functionIgor Aleksanov2020-10-021-9/+5
* Improve checks for postfix suggestionsIgor Aleksanov2020-10-023-16/+23
* Add postfix completion for format-like string literalsIgor Aleksanov2020-10-023-1/+376
* Minor clippy performance suggestionskjeremy2020-09-301-2/+2
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-292-18/+35
* Remove periodic gc stubAleksey Kladov2020-09-292-7/+2
* Add testsvsrs2020-09-291-3/+77
* Do not show references CodeLens for tests.vsrs2020-09-293-14/+26
* Make method references CodeLens lazy.vsrs2020-09-291-1/+16
* Add hover config `linksInHover` to suppress linksflw2020-09-293-12/+146
* Merge #6055bors[bot]2020-09-251-0/+5
|\
| * Cargo fmtRussell Mull2020-09-221-9/+2
| * Add ok postfix completionRussell Mull2020-09-221-0/+12