aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clippy::redundant_field_namesMaan20032021-06-136-7/+7
* clippy::manual_str_repeatMaan20032021-06-132-3/+3
* clippy::useless_returnMaan20032021-06-1310-15/+15
* clippy::redundant_closureMaan20032021-06-1312-17/+17
* clippy::clone_on_copyMaan20032021-06-137-7/+6
* clippy::useless_conversionMaan20032021-06-139-22/+16
* clippy::redudant_borrowMaan20032021-06-13114-285/+285
* Merge #9239bors[bot]2021-06-126-55/+184
|\
| * Fix coercion in match with expected typeFlorian Diebold2021-06-126-55/+184
* | Merge #9238bors[bot]2021-06-1212-12/+15
|\ \ | |/ |/|
| * internal: cross-crate cov-marksAleksey Kladov2021-06-1212-12/+15
|/
* Merge #9237bors[bot]2021-06-127-520/+417
|\
| * internal: move diagnostics infra to hirAleksey Kladov2021-06-127-520/+417
* | Merge #9236bors[bot]2021-06-121-9/+9
|\ \
| * | Fix some typos in flyimport docsKirill Bulatov2021-06-121-9/+9
|/ /
* | Merge #9233bors[bot]2021-06-127-1781/+1821
|\|
| * Move some hir_ty diagnostics to hirAleksey Kladov2021-06-127-1781/+1821
* | Merge #9231bors[bot]2021-06-124-6/+8
|\|
| * minor: optimizeAleksey Kladov2021-06-123-3/+6
| * minor: reduce visibilityAleksey Kladov2021-06-121-3/+2
* | Merge #9230bors[bot]2021-06-127-405/+362
|\|
| * internal: move missing unsafe diagnostic to hirAleksey Kladov2021-06-126-166/+145
| * internal: move inference diagnostics to hirAleksey Kladov2021-06-126-244/+222
* | Merge #9229bors[bot]2021-06-121-1/+1
|\ \ | |/ |/|
| * minor: squelch "unused" warningAleksey Kladov2021-06-121-1/+1
|/
* Merge #9204bors[bot]2021-06-112-5/+34
|\
| * Update libcJonas Schievink2021-06-111-2/+2
| * Add support for mallinfo2 on glibc LinuxJonas Schievink2021-06-101-3/+32
* | Merge #9223bors[bot]2021-06-114-10/+64
|\ \
| * | Complete associated types in dyn and impl traitLukas Wirth2021-06-114-10/+64
* | | Merge #9221bors[bot]2021-06-113-4/+7
|\ \ \ | |/ / |/| |
| * | Highlight tuple field accesses correctlyLukas Wirth2021-06-113-4/+7
|/ /
* | Merge #9219bors[bot]2021-06-112-3/+6
|\ \
| * | Replace some AssocItem::containing_trait calls trait_or_trait_implLukas Wirth2021-06-112-3/+6
* | | Merge #9218bors[bot]2021-06-113-11/+215
|\| |
| * | Item search now respects trait impl itemsLukas Wirth2021-06-113-11/+215
* | | Merge #9217bors[bot]2021-06-1144-680/+819
|\ \ \
| * | | Don't stringify `cfg_attr`-gated attributesJonas Schievink2021-06-111-4/+18
| * | | Update ungrammarJonas Schievink2021-06-1143-676/+801
* | | | Merge #9216bors[bot]2021-06-112-18/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Don't allow lookup by self for unprefixed self access completionsLukas Wirth2021-06-112-18/+21
| |/ /
* | | Merge #9215bors[bot]2021-06-111-2/+9
|\ \ \
| * | | change visibility for use and macro itemsMaan20032021-06-111-2/+9
* | | | Merge #9192bors[bot]2021-06-1110-79/+140
|\ \ \ \
| * | | | Try to fix unique file names on WindowsJonas Schievink2021-06-091-4/+7
| * | | | Build test-macros in a build scriptJonas Schievink2021-06-099-75/+133
* | | | | Merge #9209bors[bot]2021-06-111-1/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't suggest Remove unused param in trait implsMaan20032021-06-111-1/+29
|/ / / /
* | | | Merge #9208bors[bot]2021-06-117-14/+32
|\ \ \ \
| * | | | Only prefill caches in the completion benchmarkKirill Bulatov2021-06-115-5/+21