| Age | Commit message (Expand) | Author | Lines |
| 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 | -81/+97 |
| 2022-05-06 | Remove previously deleted test files | Jack Huey | -93/+0 |
| 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 | -252/+625 |
| 2022-05-06 | Add rustdoc documentation about unstable feature "jump to def" | Guillaume Gomez | -0/+7 |
| 2022-05-06 | Add regression test for jump-to-def | Guillaume Gomez | -0/+18 |
| 2022-05-06 | Remove unneeded SpanMapVisitor::visit_generics function | Guillaume Gomez | -13/+1 |
| 2022-05-06 | Fix inaccurate function name in `rustc_const_eval` docs | pierwill | -3/+3 |
| 2022-05-06 | Expand validator to be more precise on checked binary ops | Jakob Degen | -3/+41 |
| 2022-05-06 | Share more unix SystemTime code | Josh Stone | -101/+57 |
| 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 | [feat] Make sys::windows::os_str::Slice repr(transparent) | gimbles | -1/+2 |
| 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-07 | Make the test `check-pass` not to produce a JSON file | Yuki Okushi | -1/+1 |
| 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-06 | Use statx's 64-bit times on 32-bit linux-gnu | Josh Stone | -41/+97 |
| 2022-05-06 | Use __clock_gettime64 on 32-bit linux-gnu | Josh Stone | -0/+27 |
| 2022-05-06 | unix: always use 64-bit Timespec | Josh Stone | -67/+65 |
| 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 |