| Age | Commit message (Expand) | Author | Lines |
| 2022-05-10 | Rollup merge of #96872 - RalfJung:layout-sanity, r=eddyb | Dylan DPC | -22/+110 |
| 2022-05-10 | Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkov | Dylan DPC | -0/+48 |
| 2022-05-10 | Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errors | bors | -11/+45 |
| 2022-05-09 | Point to the empty trait alias. | Camille GILLOT | -0/+9 |
| 2022-05-09 | Rollup merge of #96844 - Badel2:actually-fix-96583, r=compiler-errors | Matthias Krüger | -2/+17 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -0/+151 |
| 2022-05-09 | fix codegen test failure | Ralf Jung | -1/+1 |
| 2022-05-09 | make sure ScalarPair enums have ScalarPair variants; add some layout sanity c... | Ralf Jung | -21/+109 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -49/+88 |
| 2022-05-09 | Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiser | bors | -0/+392 |
| 2022-05-08 | Auto merge of #96846 - matthiaskrgr:rollup-yxu9ot9, r=matthiaskrgr | bors | -1/+101 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -0/+151 |
| 2022-05-08 | Rollup merge of #96830 - JohnTitor:issue-96654, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2022-05-08 | Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-... | Matthias Krüger | -0/+85 |
| 2022-05-08 | Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearth | bors | -40/+0 |
| 2022-05-08 | Actually fix ICE from #96583 | Badel2 | -2/+17 |
| 2022-05-08 | Support `#[expect]` attributes for rustdoc lints (RFC 2383) | xFrednet | -0/+185 |
| 2022-05-08 | Test `expect` attribute for tool lints, rustc edition (RFC 2383) | xFrednet | -0/+171 |
| 2022-05-08 | Only assert for unstable expectation ids after conversion (RFC 2383) | xFrednet | -0/+36 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -225/+192 |
| 2022-05-08 | Correct the issue number of a test | Yuki Okushi | -1/+1 |
| 2022-05-08 | Add regression test for #96654 | Yuki Okushi | -0/+15 |
| 2022-05-08 | Fix incorrect syntax suggestion with `pub async fn` | Ken Matsui | -0/+85 |
| 2022-05-07 | Rollup merge of #96777 - JohnTitor:do-not-run-pass-save-analysis, r=Mark-Simu... | Matthias Krüger | -1/+1 |
| 2022-05-07 | Rollup merge of #96726 - oli-obk:no_cross_inference, r=Mark-Simulacrum | Matthias Krüger | -0/+103 |
| 2022-05-07 | Rollup merge of #96667 - oli-obk:collect_hidden_types, r=Mark-Simulacrum | Matthias Krüger | -0/+43 |
| 2022-05-07 | Rollup merge of #96760 - davidtwco:diagnostic-translation-vec, r=oli-obk | Guillaume Gomez | -0/+8 |
| 2022-05-07 | Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddle | Guillaume Gomez | -0/+18 |
| 2022-05-07 | Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obk | Guillaume Gomez | -551/+220 |
| 2022-05-07 | Add test. | Camille GILLOT | -0/+48 |
| 2022-05-07 | Auto merge of #96804 - compiler-errors:rollup-1mc6aw3, r=compiler-errors | bors | -0/+55 |
| 2022-05-06 | Rollup merge of #96801 - Aaron1011:coinductive-cycle-test, r=compiler-errors | Michael Goulet | -0/+34 |
| 2022-05-06 | Rollup merge of #96783 - aliemjay:typo-issue-95034, r=compiler-errors | Michael Goulet | -0/+2 |
| 2022-05-06 | Rollup merge of #96746 - JohnTitor:issue-96738, r=petrochenkov | Michael Goulet | -0/+19 |
| 2022-05-06 | Resolve vars before emitting coerce suggestions too | Jack Huey | -0/+16 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -129/+134 |
| 2022-05-06 | Add regression test for #96319 | Aaron Hill | -0/+34 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -2/+2 |
| 2022-05-06 | Point at closure args too | Jack Huey | -3/+42 |
| 2022-05-06 | Remove previously deleted test files | Jack Huey | -93/+0 |
| 2022-05-06 | Add regression test for jump-to-def | Guillaume Gomez | -0/+18 |
| 2022-05-06 | Rollup merge of #96772 - TaKO8Ki:suggest-fully-qualified-path-with-appropriat... | Guillaume Gomez | -0/+85 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -1/+24 |
| 2022-05-06 | Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -9/+42 |
| 2022-05-06 | Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2022-05-06 | Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo... | Guillaume Gomez | -23/+64 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -5/+83 |
| 2022-05-06 | Link to correct issue in issue-95034 test | Ali MJ Al-Nasrawy | -0/+2 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentCollect | Miguel Guarniz | -2/+2 |