| Age | Commit message (Expand) | Author | Lines |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -41/+33 |
| 2022-05-23 | Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwco | Dylan DPC | -36/+41 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -36/+41 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -5/+4 |
| 2022-05-22 | Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis | bors | -53/+108 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -53/+108 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -1/+16 |
| 2022-05-22 | Rollup merge of #97259 - jyn514:fix-typo, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2022-05-21 | Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis | bors | -43/+12 |
| 2022-05-21 | Fix typo in Mir phase docs | Joshua Nelson | -1/+1 |
| 2022-05-21 | Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett | bors | -9/+11 |
| 2022-05-21 | update mir user type printing and apparently fix an ICE | lcnr | -2/+3 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -41/+9 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -9/+11 |
| 2022-05-20 | Auto merge of #95418 - cjgillot:more-disk, r=davidtwco | bors | -39/+71 |
| 2022-05-20 | Auto merge of #97211 - GuillaumeGomez:rollup-jul7x7e, r=GuillaumeGomez | bors | -4/+7 |
| 2022-05-20 | Rollup merge of #97185 - RalfJung:number-validity, r=oli-obk | Guillaume Gomez | -4/+7 |
| 2022-05-20 | `bool` to custom enum | lcnr | -9/+14 |
| 2022-05-20 | move unique param check into `rustc_middle` | lcnr | -32/+87 |
| 2022-05-19 | interpret/validity: separately control checking numbers for being init and no... | Ralf Jung | -4/+7 |
| 2022-05-19 | Auto merge of #97024 - lcnr:simplify_type-sus, r=<try> | bors | -65/+48 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -0/+15 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -1/+1 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -27/+119 |
| 2022-05-18 | fix `simplify_type` | lcnr | -65/+48 |
| 2022-05-18 | Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors | Dylan DPC | -0/+3 |
| 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 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -27/+119 |
| 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 |