aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #9264bors[bot]2021-06-214-105/+112
|\
| * Remove deprecation support in configLukas Wirth2021-06-211-39/+13
| * typoLukas Wirth2021-06-141-1/+1
| * Add configuration deprecationLukas Wirth2021-06-141-10/+39
| * Don't ignore hover documentation setting for keyword hoversLukas Wirth2021-06-141-2/+4
| * Make documentation on hover configurableLukas Wirth2021-06-144-103/+105
* | Merge #9314bors[bot]2021-06-211-6/+20
|\ \
| * | Fix var nameDaiki Ihara2021-06-211-7/+7
| * | Fix pointed outDaiki Ihara2021-06-211-5/+16
| * | Fix extract_function with awaitDaiki Ihara2021-06-211-2/+5
* | | Merge #9227bors[bot]2021-06-215-49/+115
|\ \ \
| * | | Implement a config override for the default #[cfg(test)] in cargo cratesJade2021-06-195-55/+93
| * | | Fix libcore not being included in rust-lang/rust module treeJade2021-06-192-2/+30
* | | | Update sysroot cratesJonas Schievink2021-06-211-6/+5
* | | | Merge #9356bors[bot]2021-06-2110-677/+557
|\ \ \ \
| * | | | Various keyword completion fixesLukas Wirth2021-06-214-16/+22
| * | | | Move out completion type position testsLukas Wirth2021-06-215-206/+198
| * | | | Move out completion pattern testsLukas Wirth2021-06-215-467/+349
* | | | | Don't insert `}` when typing `{` in stringJonas Schievink2021-06-211-3/+33
| |_|/ / |/| | |
* | | | Fix `benchmark_include_macro`Florian Diebold2021-06-201-1/+1
* | | | More cleanups, use `check` for `display_source_code` testsFlorian Diebold2021-06-202-85/+67
* | | | Clean up coercion testsFlorian Diebold2021-06-201-552/+117
* | | | test_utils: Make overlapping annotations possibleFlorian Diebold2021-06-201-6/+44
* | | | Unify check_mismatches and check_typesFlorian Diebold2021-06-209-380/+353
* | | | Add coverage mark for block local implsFlorian Diebold2021-06-201-1/+4
* | | | fix: don't add duplicate `&` during completionAleksey Kladov2021-06-202-68/+72
* | | | 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
* | | | | | Cleanup insert_use testsLukas Wirth2021-06-193-91/+78
| |_|/ / / |/| | | |
* | | | | Merge #9338bors[bot]2021-06-191-6/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | minor: use minicoreAleksey Kladov2021-06-191-6/+1
* | | | | Don't insert imports outside of cfg attributed itemsLukas Wirth2021-06-184-32/+118
* | | | | Merge #9334bors[bot]2021-06-1812-17/+89
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow to disable import insertion on single path glob importsLukas Wirth2021-06-1812-17/+89
* | | | | minor: use minicoreAleksey Kladov2021-06-184-36/+18
* | | | | minor: use minicoreAleksey Kladov2021-06-182-69/+43
* | | | | minor: use minicoreAleksey Kladov2021-06-183-27/+10
* | | | | minor: use minicoreAleksey Kladov2021-06-183-85/+13
* | | | | minor: use minicoreAleksey Kladov2021-06-182-76/+43
* | | | | internal: use minicore deref moreAleksey Kladov2021-06-185-127/+81
* | | | | internal: add index to minicoreAleksey Kladov2021-06-182-38/+50
* | | | | minor: use minicoreAleksey Kladov2021-06-183-87/+69
* | | | | minor: use minicoreAleksey Kladov2021-06-183-17/+3
| |_|/ / |/| | |
* | | | internal: add Copy to minicoreAleksey Kladov2021-06-183-307/+465
| |/ / |/| |
* | | Merge #9321bors[bot]2021-06-185-54/+275
|\ \ \
| * | | Lift ast -> hir out of the for_eachrdambrosio2021-06-181-20/+18
| * | | Remove extra whitespacerdambrosio2021-06-181-2/+2
| * | | Feat: inline generics in const and func trait completionsrdambrosio2021-06-185-38/+261