| Age | Commit message (Expand) | Author | Lines |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-05-10 | Use OpaqueTypeKey in query response | Michael Goulet | -2/+2 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -2/+1 |
| 2023-05-10 | Make `NonUseContext::AscribeUserTy` carry `ty::Variance` | Obei Sideg | -4/+4 |
| 2023-05-10 | Rollup merge of #111410 - kylematsuda:earlybinder-abstract-const, r=BoxyUwU | Matthias Krüger | -12/+6 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -12/+6 |
| 2023-05-09 | Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegen | bors | -0/+13 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -0/+13 |
| 2023-05-09 | Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkov | bors | -19/+26 |
| 2023-05-09 | Shrink `SelectionError` a lot | Nilstrieb | -5/+8 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -2/+0 |
| 2023-05-08 | Revert "Populate effective visibilities in `rustc_privacy`" | Michael Goulet | -19/+26 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -24/+89 |
| 2023-05-08 | Rollup merge of #111022 - Nilstrieb:smaller-bitflags, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -3/+5 |
| 2023-05-08 | Rollup merge of #110297 - kylematsuda:earlybinder_tcx_subst, r=BoxyUwU | Dylan DPC | -12/+13 |
| 2023-05-07 | Use smaller ints for bitflags | Nilstrieb | -2/+2 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -4/+10 |
| 2023-05-06 | changes from review: add FIXME to clippy and change subst_identity to skip_bi... | Kyle Matsuda | -3/+3 |
| 2023-05-06 | make subst_mir take EarlyBinder | Kyle Matsuda | -3/+4 |
| 2023-05-06 | use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions | Kyle Matsuda | -6/+6 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -7/+7 |
| 2023-05-06 | Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -26/+19 |
| 2023-05-06 | Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-05-06 | Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnr | Matthias Krüger | -0/+4 |
| 2023-05-06 | More robust debug assertions for `Instance::resolve` on built-in traits with ... | Michael Goulet | -1/+1 |
| 2023-05-06 | add `DynSend / DynSync` for `CopyTaggedPtr` | SparrowLii | -2/+3 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -1/+1 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -20/+20 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -2/+0 |
| 2023-05-05 | Populate effective visibilities in `rustc_privacy` | Bryanskiy | -26/+19 |
| 2023-05-05 | Rollup merge of #111173 - nnethercote:still-more-Encoder-cleanups, r=cjgillot | Yuki Okushi | -15/+6 |
| 2023-05-04 | Use fulfillment to check Drop impl compatibility | Michael Goulet | -0/+4 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+19 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -3/+6 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -24/+89 |
| 2023-05-04 | Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr | bors | -6/+7 |
| 2023-05-04 | do not allow rustc::pass_by_value lint | Boxy | -6/+4 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+21 |
| 2023-05-04 | Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -5/+5 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -43/+78 |
| 2023-05-04 | Remove unneeded encode/decode methods. | Nicholas Nethercote | -9/+0 |
| 2023-05-04 | Reorder some `MemDecoder` methods. | Nicholas Nethercote | -6/+6 |
| 2023-05-03 | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | -4/+3 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+7 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+7 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -0/+6 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -9/+4 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -1/+6 |