aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Constrain ImportMap to only store simple pathsAleksey Kladov2020-10-061-10/+26
|/ / /
* | | Merge #6150bors[bot]2020-10-068-46/+65
|\ \ \
| * | | Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-068-46/+65
* | | | Merge #6148bors[bot]2020-10-062-6/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Fix trait object hir formatting behind pointer and referencesLukas Wirth2020-10-062-6/+57
| |/ /
* | | Merge #6149bors[bot]2020-10-061-0/+7
|\ \ \ | |_|/ |/| |
| * | Smoke test docs generationAleksey Kladov2020-10-061-0/+7
|/ /
* | Merge #6124bors[bot]2020-10-0610-31/+64
|\ \
| * | Properly name the fieldKirill Bulatov2020-10-028-24/+26
| * | Fix the hover dash issuesKirill Bulatov2020-10-024-9/+10
| * | Add a dash testKirill Bulatov2020-10-022-2/+32
* | | Merge #6139bors[bot]2020-10-067-119/+188
|\ \ \
| * | | Make ImportPrefix a configuration optionLukas Wirth2020-10-056-10/+49
| * | | Make find_path_prefixed configurableLukas Wirth2020-10-052-110/+140
| | |/ | |/|
* | | Merge #6147bors[bot]2020-10-061-2/+7
|\ \ \
| * | | Do not leave braces for colons in dbg!Kirill Bulatov2020-10-061-2/+7
|/ / /
* | | Merge #6133bors[bot]2020-10-051-0/+17
|\ \ \
| * | | Add notes concerning privacy and network accessLaurențiu Nicola2020-10-041-0/+17
| |/ /
* | | Merge #6111bors[bot]2020-10-054-5/+738
|\ \ \
| * | | Add tests for convert integer literal assistvlakreeh2020-09-301-4/+570
| * | | Add ability to specify ResolvedAssist by labelvlakreeh2020-09-291-5/+22
| * | | Add convert integer literal assistvlakreeh2020-09-293-0/+150
* | | | Merge #6143bors[bot]2020-10-052-1/+9
|\ \ \ \
| * | | | Account for proc macro helpers when parsing attrJonas Schievink2020-10-052-1/+9
|/ / / /
* | | | Merge #6127bors[bot]2020-10-052-2/+23
|\ \ \ \
| * | | | Correctly complete items with leading underscoreLeón Orell Valerian Liehr2020-10-032-2/+23
* | | | | Merge #6142bors[bot]2020-10-052-6/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix feature nameAleksey Kladov2020-10-052-6/+8
|/ / / /
* | | | Merge #5997bors[bot]2020-10-031-15/+117
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|/ / /
* | | Merge #6125bors[bot]2020-10-021-40/+34
|\ \ \ | |_|/ |/| |
| * | Simplify ast_transformAleksey Kladov2020-10-021-40/+34
|/ /
* | Merge #6123bors[bot]2020-10-0238-672/+567
|\ \
| * | rename mock_analysis -> fixtureAleksey Kladov2020-10-0223-99/+90
| * | Get rid of MockAnalysisAleksey Kladov2020-10-0219-420/+288
| * | Rewrite fixtures on top of ChangeAleksey Kladov2020-10-021-83/+90
| * | Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-0211-93/+122
* | | Merge #6122bors[bot]2020-10-021-176/+181
|\| |
| * | Expectify find_references testsAleksey Kladov2020-10-021-176/+181
|/ /
* | Merge #6121bors[bot]2020-10-022-13/+14
|\ \
| * | Reduce visibiityAleksey Kladov2020-10-022-13/+14
|/ /
* | Merge #5988bors[bot]2020-10-023-2/+338
|\ \
| * | 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