aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Allow to disable import insertion on single path glob importsLukas Wirth2021-06-1812-17/+89
* internal: add From to minicoreAleksey Kladov2021-06-175-62/+129
* minor: dead codeAleksey Kladov2021-06-171-7/+0
* internal: add default to minicoreAleksey Kladov2021-06-176-78/+94
* Merge #9315bors[bot]2021-06-1781-354/+334
|\
| * Fix parser tests for 1.53Lukas Wirth2021-06-1754-198/+198
| * simplifyLukas Wirth2021-06-173-11/+9
| * Nest all the or-patterns!Lukas Wirth2021-06-1725-150/+132
* | Correct completions in items testsLukas Wirth2021-06-175-24/+57
* | Move item specific completion testsLukas Wirth2021-06-176-71/+111
* | Less filtering in completion testsLukas Wirth2021-06-177-98/+96
|/
* Merge #9310bors[bot]2021-06-1710-255/+299
|\
| * Fix incorrect completions in empty braced use statementLukas Wirth2021-06-173-5/+18
| * Refine `self`, `super` and `crate` completion in use pathsLukas Wirth2021-06-179-54/+47
| * Move out and rewrite UseTree completion testsLukas Wirth2021-06-175-224/+262
* | Merge #9308bors[bot]2021-06-172-13/+60
|\ \
| * | Create modules in correct directory for nested modules in move_module assistLukas Wirth2021-06-172-13/+60
| |/
* | internal: remove dead codeAleksey Kladov2021-06-171-24/+0
* | internal: switch some tests to minicoreAleksey Kladov2021-06-172-154/+37
* | internal: minimize minicoreAleksey Kladov2021-06-173-59/+36
* | internal: switch some tests to minicoreAleksey Kladov2021-06-173-17/+50
* | Merge #9304bors[bot]2021-06-166-159/+212
|\ \ | |/ |/|
| * internal: cleanup testsAleksey Kladov2021-06-162-72/+140
| * internal: switch some tests to minicoreAleksey Kladov2021-06-162-15/+8
| * internal: add iterator to minicoreAleksey Kladov2021-06-162-39/+38
| * internal: switch some tests to minicoreAleksey Kladov2021-06-161-15/+12
| * internal: switch some tests to minicoreAleksey Kladov2021-06-161-19/+15
* | Move test_utils into tests moduleLukas Wirth2021-06-1626-238/+194
* | Don't complete paths after attributesLukas Wirth2021-06-167-135/+123
* | Don't show incorrect completions after unsafe or visiblity nodeLukas Wirth2021-06-164-42/+38
* | Don't complete visibility accessors after existing onesLukas Wirth2021-06-164-3/+24
* | Start refactoring ide_completion testsLukas Wirth2021-06-169-247/+302
|/
* Merge #9302bors[bot]2021-06-161-7/+67
|\
| * Don't complete already used derive attributesLukas Wirth2021-06-161-20/+20
| * Add builtin derives to attribute completion fixturesLukas Wirth2021-06-161-7/+67
* | Merge #9258bors[bot]2021-06-161-4/+6
|\ \
| * | Give ImportPrefix variants better config namesLukas Wirth2021-06-131-4/+6
* | | SimplifyLukas Wirth2021-06-163-66/+34
| |/ |/|
* | Merge #9299bors[bot]2021-06-166-71/+94
|\ \
| * | Filter out non-type completions in the respective completions modules insteadLukas Wirth2021-06-166-71/+94
* | | internal: add fn to minicoreAleksey Kladov2021-06-166-310/+258
* | | internal: add deref_mut to minicoreAleksey Kladov2021-06-163-35/+49
* | | Merge #9293bors[bot]2021-06-151-3/+4
|\ \ \
| * | | Show diagnostic fixes before assistsLaurențiu Nicola2021-06-151-3/+4
| |/ /
* | | Merge #9294bors[bot]2021-06-1513-1027/+1149
|\ \ \
| * | | internal: switch some tests to minicoreAleksey Kladov2021-06-152-18/+9
| * | | internal: add result to minicoreAleksey Kladov2021-06-152-21/+18
| * | | internal: switch some tests to minicoreAleksey Kladov2021-06-151-17/+3
| * | | internal: add option to minicoreAleksey Kladov2021-06-153-41/+25
| * | | internal: add future to minicoreAleksey Kladov2021-06-152-12/+39