| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | Rollup merge of #96854 - jackh726:subst-cleanup, r=compiler-errors | Matthias Krüger | -73/+26 |
| 2022-05-09 | Rollup merge of #96844 - Badel2:actually-fix-96583, r=compiler-errors | Matthias Krüger | -11/+20 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -2/+74 |
| 2022-05-09 | Auto merge of #96815 - SparrowLii:promote_const, r=oli-obk | bors | -42/+52 |
| 2022-05-09 | use `Result<(),()>` instead of Validity enum | SparrowLii | -54/+35 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -39/+49 |
| 2022-05-08 | Reorder erasing/replacing late bound vars and substs | Jack Huey | -20/+12 |
| 2022-05-08 | Remove subst_spanned | Jack Huey | -53/+14 |
| 2022-05-09 | Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiser | bors | -19/+85 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -2/+74 |
| 2022-05-08 | Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-... | Matthias Krüger | -9/+19 |
| 2022-05-08 | Actually fix ICE from #96583 | Badel2 | -11/+20 |
| 2022-05-08 | Fixed typo in docs and correct doc links | Fridtjof Stoldt | -5/+5 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -7/+24 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -13/+68 |
| 2022-05-08 | Only assert for unstable expectation ids after conversion (RFC 2383) | xFrednet | -6/+17 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -87/+73 |
| 2022-05-08 | Fix incorrect syntax suggestion with `pub async fn` | Ken Matsui | -9/+19 |
| 2022-05-07 | Rollup merge of #96769 - Undin:remove-adx_target_feature-from-active, r=josht... | Matthias Krüger | -1/+0 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -7/+24 |
| 2022-05-07 | Rollup merge of #96788 - JakobDegen:checked-binop, r=oli-obk | Guillaume Gomez | -4/+96 |
| 2022-05-07 | Rollup merge of #96760 - davidtwco:diagnostic-translation-vec, r=oli-obk | Guillaume Gomez | -70/+157 |
| 2022-05-07 | Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obk | Guillaume Gomez | -4/+24 |
| 2022-05-07 | optimize `promote_consts` by cache the validate check | SparrowLii | -41/+70 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -609/+668 |
| 2022-05-07 | Auto merge of #96804 - compiler-errors:rollup-1mc6aw3, r=compiler-errors | bors | -11/+25 |
| 2022-05-06 | Rollup merge of #96778 - JohnTitor:expect-local-track-caller-take-2, r=petroc... | Michael Goulet | -1/+6 |
| 2022-05-06 | Rollup merge of #96746 - JohnTitor:issue-96738, r=petrochenkov | Michael Goulet | -10/+19 |
| 2022-05-06 | Resolve vars before emitting coerce suggestions too | Jack Huey | -0/+6 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -9/+12 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -537/+496 |
| 2022-05-06 | Auto merge of #96458 - Aaron1011:no-cycle-caching, r=jackh726,cjgillot | bors | -59/+18 |
| 2022-05-06 | Point at closure args too | Jack Huey | -78/+55 |
| 2022-05-06 | Check that field projections have the correct type | Jakob Degen | -1/+55 |
| 2022-05-06 | Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomez | bors | -166/+137 |
| 2022-05-06 | Expand validator to be more precise on checked binary ops | Jakob Degen | -3/+41 |
| 2022-05-06 | Rollup merge of #96782 - lcnr:mirror-expr, r=compiler-errors | Guillaume Gomez | -21/+16 |
| 2022-05-06 | Rollup merge of #96776 - liuw:hir, r=oli-obk | Guillaume Gomez | -5/+2 |
| 2022-05-06 | Rollup merge of #96772 - TaKO8Ki:suggest-fully-qualified-path-with-appropriat... | Guillaume Gomez | -1/+22 |
| 2022-05-06 | Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errors | Guillaume Gomez | -0/+4 |
| 2022-05-06 | Rollup merge of #96733 - SparrowLii:place_to_string, r=davidtwco | Guillaume Gomez | -132/+78 |
| 2022-05-06 | Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=Amanieu | Guillaume Gomez | -6/+3 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -1/+12 |
| 2022-05-06 | Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser | bors | -1/+20 |
| 2022-05-06 | `mirror_expr` cleanup | lcnr | -21/+16 |
| 2022-05-07 | Remove closures on `expect_local` to apply `#[track_caller]` | Yuki Okushi | -1/+6 |
| 2022-05-06 | remove all usages of hir().def_kind | Miguel Guarniz | -7/+2 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -98/+25 |
| 2022-05-06 | pass ItemId to check_item_type instead of Item | Miguel Guarniz | -30/+50 |
| 2022-05-06 | remove ImplWfCheck | Miguel Guarniz | -24/+0 |