| 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 | -35/+34 |
| 2022-05-17 | Rollup merge of #97079 - SparrowLii:successors, r=lcnr | Yuki Okushi | -35/+34 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -1/+13 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -14/+20 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -35/+75 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -35/+34 |
| 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 | -1/+13 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -38/+174 |
| 2022-05-14 | use opt_item_name to pattern match items with names | Miguel Guarniz | -1/+1 |
| 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 | -6/+42 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -5/+8 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -4/+8 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -6/+30 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -26/+32 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -5/+8 |
| 2022-05-13 | change for_each_module's parameter to FnMut | Miguel Guarniz | -1/+1 |
| 2022-05-13 | update rustdoc code to use new method name | Miguel Guarniz | -1/+1 |
| 2022-05-13 | rename visit item-like methods | Miguel Guarniz | -8/+11 |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -3/+2 |
| 2022-05-13 | add module_items | Miguel Guarniz | -0/+4 |
| 2022-05-13 | Avoid invoking the full `eq` infrastructure when all we want is to check a di... | Oli Scherer | -1/+3 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -6/+2 |
| 2022-05-12 | Correct comment. | Camille GILLOT | -6/+2 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -27/+43 |
| 2022-05-12 | Give the inliner some hints | Oli Scherer | -0/+2 |
| 2022-05-12 | Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errors | bors | -1/+8 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+3 |
| 2022-05-12 | Prevent unwinding when `-C panic=abort` is used regardless declared ABI | Gary Guo | -0/+8 |
| 2022-05-11 | Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obk | bors | -1/+19 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -1/+8 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -1/+19 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -44/+109 |
| 2022-05-10 | Use lifetimes on type-alias-impl-trait used in function signatures to infer o... | Oli Scherer | -1/+1 |
| 2022-05-10 | Use InternedObligationCauseCode everywhere | Oli Scherer | -28/+20 |
| 2022-05-10 | Make `FunctionArgumentObligation` also use the "no allocation for misc" trick | Oli Scherer | -6/+16 |
| 2022-05-10 | Don't allocate misc obligation parents of derived obligations | Oli Scherer | -6/+7 |
| 2022-05-10 | Make the derived obligation cause parent private | Oli Scherer | -1/+9 |
| 2022-05-10 | Add a helper function for a common piece of code | Oli Scherer | -13/+15 |
| 2022-05-10 | Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov | bors | -7/+5 |
| 2022-05-10 | Remove `clone_code` method | Oli Scherer | -7/+0 |
| 2022-05-10 | Remove another use of clone_code | Oli Scherer | -1/+1 |
| 2022-05-10 | update clippy | lcnr | -1/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -31/+37 |
| 2022-05-10 | Move an extension trait method onto the type directly and reuse it | Oli Scherer | -0/+24 |
| 2022-05-10 | Remove some unnecessary clones | Oli Scherer | -4/+10 |
| 2022-05-10 | Rollup merge of #96872 - RalfJung:layout-sanity, r=eddyb | Dylan DPC | -9/+127 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -0/+3 |