| Age | Commit message (Expand) | Author | Lines |
| 2022-05-07 | Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obk | Guillaume Gomez | -555/+244 |
| 2022-05-07 | Auto merge of #96780 - Kobzol:ci-llvm-upgrade-osx-windows, r=Mark-Simulacrum | bors | -1/+1 |
| 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 | -17/+100 |
| 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 #96781 - koic:fix_an_incorrect_link_in_the_unstable_book, r=e... | Michael Goulet | -1/+1 |
| 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 #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu... | Michael Goulet | -2/+6 |
| 2022-05-06 | Rollup merge of #96746 - JohnTitor:issue-96738, r=petrochenkov | Michael Goulet | -10/+38 |
| 2022-05-06 | Rollup merge of #96701 - kraktus:alloc_example_2018_edition, r=Mark-Simulacrum | Michael Goulet | -2/+0 |
| 2022-05-06 | Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-Simulacrum | Michael Goulet | -1/+13 |
| 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 | -545/+504 |
| 2022-05-06 | Auto merge of #96458 - Aaron1011:no-cycle-caching, r=jackh726,cjgillot | bors | -59/+18 |
| 2022-05-06 | Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomez | bors | -252/+625 |
| 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/+107 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -17/+127 |
| 2022-05-06 | Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errors | Guillaume Gomez | -3/+7 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -12/+71 |
| 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/+8 |
| 2022-05-06 | Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo... | Guillaume Gomez | -48/+113 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -7/+96 |
| 2022-05-06 | Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser | bors | -1/+20 |
| 2022-05-06 | Link to correct issue in issue-95034 test | Ali MJ Al-Nasrawy | -0/+2 |
| 2022-05-07 | Fix an incorrect link in The Unstable Book | Koichi ITO | -1/+1 |
| 2022-05-06 | `mirror_expr` cleanup | lcnr | -21/+16 |
| 2022-05-06 | Update LLVM version used to build OS X and Windows artifacts to 14.0.2 | Jakub Beránek | -1/+1 |
| 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 | -104/+31 |
| 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 |
| 2022-05-06 | remove CheckItemTypesVisitor | Miguel Guarniz | -14/+0 |
| 2022-05-06 | use hir_module_items in check_mod_item_types query | Miguel Guarniz | -1/+5 |
| 2022-05-06 | use hir_module_items instead of visit_all_item_likes in check_mod_impl_wf query | Miguel Guarniz | -2/+14 |
| 2022-05-06 | remove UnsafetyChecker | Miguel Guarniz | -83/+136 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentOverlapChecker | Miguel Guarniz | -176/+163 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentCollect | Miguel Guarniz | -78/+84 |
| 2022-05-06 | remove OutlivesTest | Miguel Guarniz | -18/+4 |
| 2022-05-06 | remove VarianceTest | Miguel Guarniz | -21/+7 |
| 2022-05-06 | use DefKind::Fn instead of DefKind::AsscFn for foreign items | Miguel Guarniz | -1/+1 |
| 2022-05-06 | remove ItemLikeVisitor impl for TermsContext | Miguel Guarniz | -38/+49 |
| 2022-05-06 | remove ItemLikeVisitor impl for ContraintContext | Miguel Guarniz | -40/+50 |
| 2022-05-07 | Also suggest calling constructors for external DefIds | Yuki Okushi | -11/+26 |
| 2022-05-06 | Use matches! for YieldSource::is_await | Wei Liu | -4/+1 |
| 2022-05-06 | Fix comment for async closure variant | Wei Liu | -1/+1 |