| Age | Commit message (Expand) | Author | Lines |
| 2023-06-27 | Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr | bors | -5/+18 |
| 2023-06-27 | Rollup merge of #113103 - cjgillot:normalize-inhabited, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-06-27 | Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb | Matthias Krüger | -3/+4 |
| 2023-06-27 | Rollup merge of #112972 - nbdd0121:mir, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-06-27 | Normalize types when applying uninhabited predicate. | Camille GILLOT | -1/+12 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -4/+9 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -0/+5 |
| 2023-06-27 | Simplify some conditions | Maybe Waffle | -3/+4 |
| 2023-06-27 | Auto merge of #112938 - compiler-errors:clause-3, r=oli-obk | bors | -115/+100 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -7/+4 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -17/+17 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -98/+83 |
| 2023-06-26 | Assert that we don't convert unevaluated MIR promoteds to unevaluated type co... | Oli Scherer | -2/+1 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -17/+9 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -7/+4 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -0/+6 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -21/+90 |
| 2023-06-23 | Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiser | Matthias Krüger | -1/+7 |
| 2023-06-23 | Make `UnwindAction::Continue` explicit in MIR dump | Gary Guo | -1/+2 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -19/+9 |
| 2023-06-22 | Expect clause more | Michael Goulet | -5/+2 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -11/+93 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -0/+6 |
| 2023-06-22 | Auto merge of #112695 - nnethercote:inline-before-merging-cgus, r=wesleywiser | bors | -11/+9 |
| 2023-06-22 | Tweak CGU size estimate code. | Nicholas Nethercote | -7/+9 |
| 2023-06-21 | Print def_id on EarlyBoundRegion debug | Santiago Pastorino | -1/+1 |
| 2023-06-22 | Inline before merging CGUs. | Nicholas Nethercote | -4/+0 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -122/+186 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -76/+26 |
| 2023-06-21 | Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr | bors | -36/+27 |
| 2023-06-20 | yeet upcast_trait_def_id from ImplSourceObjectData | Michael Goulet | -6/+2 |
| 2023-06-20 | yeet ImplSource::TraitAlias too | Michael Goulet | -31/+0 |
| 2023-06-20 | Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU | bors | -8/+12 |
| 2023-06-20 | update comment on `MutBorrowKind::ClosureCapture` | Ziru Niu | -4/+7 |
| 2023-06-20 | address most easy comments | Ziru Niu | -10/+6 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -26/+18 |
| 2023-06-20 | Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb | Guillaume Gomez | -55/+60 |
| 2023-06-20 | cleanup imports | lcnr | -8/+12 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+10 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -4/+6 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -0/+3 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+5 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -5/+29 |
| 2023-06-19 | Don't ICE on unnormalized struct tail in layout computation | Michael Goulet | -1/+7 |
| 2023-06-19 | Auto merge of #112238 - scottmcm:mir-add-unchecked, r=cjgillot | bors | -2/+29 |
| 2023-06-19 | Store generator field names in GeneratorLayout. | Camille GILLOT | -44/+4 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -32/+22 |
| 2023-06-19 | doc | Michael Goulet | -1/+11 |
| 2023-06-19 | Fully fledged Clause type | Michael Goulet | -45/+93 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -93/+99 |