aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth2021-06-228-100/+50
* Merge #9368bors[bot]2021-06-221-2/+15
|\
| * Prefer identifier tokens in expand_macroLukas Wirth2021-06-221-2/+15
* | Collapse documentation and markdown config settings into an enumLukas Wirth2021-06-212-25/+47
* | Split hover actions config into its own config structLukas Wirth2021-06-212-60/+57
* | Move features into potential_cfg_optionsJamie Cunliffe2021-06-211-1/+1
* | Improve completion of cfg attributesJamie Cunliffe2021-06-211-0/+1
* | Merge #9264bors[bot]2021-06-212-96/+92
|\ \
| * | typoLukas Wirth2021-06-141-1/+1
| * | Don't ignore hover documentation setting for keyword hoversLukas Wirth2021-06-141-2/+4
| * | Make documentation on hover configurableLukas Wirth2021-06-142-94/+88
* | | Don't insert `}` when typing `{` in stringJonas Schievink2021-06-211-3/+33
* | | Merge #9344bors[bot]2021-06-201-24/+22
|\ \ \
| * | | fix: rename works when invoked on a referenceAleksey Kladov2021-06-201-24/+22
* | | | Merge #9328bors[bot]2021-06-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update testkjeremy2021-06-181-1/+1
* | | | minor: use minicoreAleksey Kladov2021-06-191-6/+1
* | | | minor: use minicoreAleksey Kladov2021-06-181-13/+4
* | | | minor: use minicoreAleksey Kladov2021-06-181-3/+1
* | | | internal: use minicore deref moreAleksey Kladov2021-06-181-2/+2
| |/ / |/| |
* | | internal: add Copy to minicoreAleksey Kladov2021-06-181-2/+2
|/ /
* | Minor clippy perf fixesLaurențiu Nicola2021-06-181-1/+1
* | internal: retire famous_defs_fixtureAleksey Kladov2021-06-171-10/+15
* | internal: add derive and ord support to minicoreAleksey Kladov2021-06-171-2/+2
* | internal: add From to minicoreAleksey Kladov2021-06-171-2/+2
* | internal: add default to minicoreAleksey Kladov2021-06-171-2/+2
* | Nest all the or-patterns!Lukas Wirth2021-06-173-5/+4
* | internal: minimize minicoreAleksey Kladov2021-06-171-3/+3
* | internal: switch some tests to minicoreAleksey Kladov2021-06-171-16/+15
* | internal: add fn to minicoreAleksey Kladov2021-06-161-2/+2
* | Merge #9293bors[bot]2021-06-151-3/+4
|\ \
| * | Show diagnostic fixes before assistsLaurențiu Nicola2021-06-151-3/+4
* | | Merge #9294bors[bot]2021-06-151-10/+5
|\ \ \
| * | | internal: switch some tests to minicoreAleksey Kladov2021-06-151-10/+5
| |/ /
* / / Highlight unsafe trait refs as unsafe only in impl blocks and definitionsLukas Wirth2021-06-1512-19/+51
|/ /
* | internal: don't #[ignore] testsAleksey Kladov2021-06-151-5/+5
* | Merge #9278bors[bot]2021-06-152-8/+15
|\ \
| * | internal: document that we don't #[ignore] testsAleksey Kladov2021-06-152-8/+15
* | | Merge #9277bors[bot]2021-06-141-3/+3
|\| |
| * | internal: more natural order of sources for TypeParamAleksey Kladov2021-06-141-3/+3
* | | Merge #9275bors[bot]2021-06-141-2/+60
|\ \ \ | |/ / |/| |
| * | Support goto type for field expressions and patternsLukas Wirth2021-06-141-2/+60
* | | minor: less ambiguous nameAleksey Kladov2021-06-141-2/+3
* | | internal: flatten module hierarchyAleksey Kladov2021-06-143-9/+10
* | | internal: document rename challengesAleksey Kladov2021-06-141-0/+18
* | | internal: adapt diagnostics to the new rename APIAleksey Kladov2021-06-141-423/+12
* | | internal: prepare to move assist definitionsAleksey Kladov2021-06-141-2/+2
* | | internal: move diagnostics to a new crateAleksey Kladov2021-06-1424-4601/+4
|/ /
* | internal: prepare to move rename to base_dbAleksey Kladov2021-06-141-41/+40
* | fix: don't use display-related functionality where semantics mattersAleksey Kladov2021-06-141-41/+119
|/