| Age | Commit message (Expand) | Author | Lines |
| 2022-05-17 | Auto merge of #96959 - nbdd0121:unwind, r=Amanieu | bors | -0/+8 |
| 2022-05-17 | Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor | bors | -94/+112 |
| 2022-05-17 | Rollup merge of #97102 - mbartlett21:fn-pointer-error, r=lcnr | Yuki Okushi | -1/+4 |
| 2022-05-17 | Rollup merge of #97093 - pvdrz:migrate-maybe-recover-from-bad-type-plus, r=da... | Yuki Okushi | -24/+55 |
| 2022-05-17 | Rollup merge of #97080 - lcnr:relate-sus, r=oli-obk | Yuki Okushi | -16/+1 |
| 2022-05-17 | Rollup merge of #97079 - SparrowLii:successors, r=lcnr | Yuki Okushi | -53/+52 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -42/+50 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -719/+586 |
| 2022-05-17 | Update function pointer call error message | mbartlett21 | -1/+4 |
| 2022-05-16 | keep bounds where they were | Christian Poveda | -2/+1 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -214/+152 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -53/+52 |
| 2022-05-16 | migrate `maybe_recover_from_bad_type_plus` diagnostic | Christian Poveda | -25/+57 |
| 2022-05-16 | remove the `RelateResultCompare` trait | lcnr | -16/+1 |
| 2022-05-16 | Force inline InternedObligationCauseCode creation | Oli Scherer | -4/+4 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -42/+50 |
| 2022-05-15 | Auto merge of #97057 - bjorn3:sync_cg_clif-2022-05-15, r=bjorn3 | bors | -425/+269 |
| 2022-05-15 | Auto merge of #96895 - SparrowLii:interval, r=Mark-Simulacrum | bors | -48/+45 |
| 2022-05-15 | Auto merge of #96885 - petrochenkov:linkstrict2, r=cjgillot,luqmana | bors | -344/+347 |
| 2022-05-15 | Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202... | bjorn3 | -425/+269 |
| 2022-05-15 | Rollup merge of #97032 - est31:unused_macro_rules, r=petrochenkov | Matthias Krüger | -1/+2 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -198/+381 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -344/+347 |
| 2022-05-14 | allocate string only when error will be emitted | Miguel Guarniz | -2/+7 |
| 2022-05-14 | Auto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726 | bors | -0/+14 |
| 2022-05-14 | use opt_item_name to pattern match items with names | Miguel Guarniz | -3/+3 |
| 2022-05-14 | avoid fetching HIR when handling Impl assoc items | Miguel Guarniz | -12/+18 |
| 2022-05-14 | Add rustc_on_unimplemented to Subst | Jack Huey | -0/+1 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -77/+121 |
| 2022-05-14 | Auto merge of #96345 - petrochenkov:linclean, r=notriddle | bors | -12/+7 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -43/+140 |
| 2022-05-14 | Allow the unused_macro_rules lint for now | est31 | -1/+2 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -0/+14 |
| 2022-05-14 | Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkov | bors | -6/+100 |
| 2022-05-14 | Rollup merge of #97031 - eholk:drop-tracking-type-error, r=compiler-errors | Yuki Okushi | -0/+9 |
| 2022-05-14 | Rollup merge of #97005 - est31:master, r=petrochenkov | Yuki Okushi | -5/+6 |
| 2022-05-14 | Rollup merge of #96986 - kdashg:save-an-enum-vars, r=oli-obk | Yuki Okushi | -3/+8 |
| 2022-05-13 | Fix nit | Eric Holk | -1/+1 |
| 2022-05-13 | Drop tracking: handle invalid assignments better | Eric Holk | -0/+9 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -20/+23 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -34/+57 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -72/+79 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -12/+7 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -6/+100 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -43/+140 |
| 2022-05-13 | remove redundant branch | Miguel Guarniz | -15/+4 |
| 2022-05-13 | remove unnecessary methods from HirIdValidator | Miguel Guarniz | -14/+0 |
| 2022-05-13 | avoid converting to DefId from LocalDefId when using query | Miguel Guarniz | -1/+1 |
| 2022-05-13 | use for_each_module instead of iterating over Item's | Miguel Guarniz | -7/+8 |
| 2022-05-13 | change for_each_module's parameter to FnMut | Miguel Guarniz | -1/+1 |