aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #9248bors[bot]2021-06-137-186/+220
|\| |
| * | internal: refactor unresolved macro call diagnosticAleksey Kladov2021-06-135-95/+94
| * | internal: refactor unresolved import diagnosticAleksey Kladov2021-06-136-92/+127
* | | Merge #9247bors[bot]2021-06-135-54/+60
|\| |
| * | internal: refactor unresolved extern crate diagnosticAleksey Kladov2021-06-135-54/+60
* | | Merge #9246bors[bot]2021-06-138-401/+342
|\| |
| * | internal: unified missing fields diagnosticAleksey Kladov2021-06-135-142/+94
| * | internal: move missing_fields diagnosticsAleksey Kladov2021-06-136-109/+98
* | | Merge #9245bors[bot]2021-06-136-82/+119
|\| |
| * | internal: start new diagnostics APIAleksey Kladov2021-06-136-82/+119
* | | Merge #9244bors[bot]2021-06-135-36/+154
|\ \ \ | |/ / |/| |
| * | Make block-local trait impls workFlorian Diebold2021-06-135-36/+154
* | | internal: check that coverage marks are always pairedAleksey Kladov2021-06-132-5/+6
* | | minor: put a mark backAleksey Kladov2021-06-132-0/+2
|/ /
* | Merge #9242bors[bot]2021-06-13131-395/+366
|\ \
| * | cargo fmtMaan20032021-06-139-61/+38
| * | 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-138-20/+15
| * | clippy::redudant_borrowMaan20032021-06-13111-280/+280
* | | Merge #9240bors[bot]2021-06-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed a small typo in commentfee1-dead2021-06-111-1/+1
* | | Merge #9239bors[bot]2021-06-126-55/+184
|\ \ \
| * | | Fix coercion in match with expected typeFlorian Diebold2021-06-126-55/+184
* | | | internal: cross-crate cov-marksAleksey Kladov2021-06-1211-10/+13
|/ / /
* | | Merge #9237bors[bot]2021-06-127-520/+417
|\ \ \
| * | | internal: move diagnostics infra to hirAleksey Kladov2021-06-127-520/+417
* | | | 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-123-6/+7
|\| | |
| * | | minor: optimizeAleksey Kladov2021-06-122-3/+5
| * | | 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
* | | | minor: squelch "unused" warningAleksey Kladov2021-06-121-1/+1
|/ / /
* | | Merge #9204bors[bot]2021-06-111-3/+32
|\ \ \
| * | | 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
* | | | | 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-1141-676/+815
|\ \ \ \ \