| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -4/+7 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -2/+4 |
| 2023-07-31 | We don't need impl_trait_in_trait_parent_fn anymore | Michael Goulet | -2/+4 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -1/+3 |
| 2023-07-29 | some nits, bless test | Michael Goulet | -5/+27 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -33/+58 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -0/+38 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -2/+13 |
| 2023-07-28 | Rollup merge of #114146 - compiler-errors:dont-report-rpitit-name, r=spastorino | Matthias Krüger | -2/+10 |
| 2023-07-27 | tighten span slightly for synthetic item | Michael Goulet | -2/+10 |
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -2/+13 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -77/+1 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -1/+1 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -8/+11 |
| 2023-07-25 | Restore tuple unsizing feature gate | Michael Goulet | -1/+3 |
| 2023-07-23 | fix some clippy::style findings | Matthias Krüger | -1/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -470/+113 |
| 2023-07-21 | Track (partial) niche information in `NaiveLayout` | Moulins | -33/+115 |
| 2023-07-21 | Move `naive_layout_of` query provider in separate sibling module | Moulins | -230/+253 |
| 2023-07-21 | Add doc-comments for `NaiveLayout` | Moulins | -1/+1 |
| 2023-07-21 | Track ABI info. in `NaiveLayout`, and use it for `PointerLike` checks | Moulins | -55/+77 |
| 2023-07-21 | Track exactness in `NaiveLayout` and use it for `SizeSkeleton` checks | Moulins | -32/+39 |
| 2023-07-21 | restrict the valid range of references if `-Z reference-niches` is set | Moulins | -11/+33 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -2/+9 |
| 2023-07-21 | properly handle arrays and wide pointers in `naive_layout_of` | Moulins | -80/+115 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -19/+178 |
| 2023-07-18 | Rollup merge of #113824 - lcnr:exhaustive-match, r=wesleywiser | Matthias Krüger | -3/+27 |
| 2023-07-18 | some additional refactor | lcnr | -3/+3 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -2/+2 |
| 2023-07-17 | exhaustive matches are good | lcnr | -1/+25 |
| 2023-07-17 | Auto merge of #113772 - nnethercote:streamline-size-estimates-2, r=wesleywiser | bors | -17/+0 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -17/+0 |
| 2023-07-17 | Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -0/+10 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -5/+5 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -143/+141 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -7/+16 |
| 2023-07-12 | fixed typos | agnarrarendelle | -1/+1 |
| 2023-07-10 | aarch64-linux: properly handle 128bit aligned aggregates | Erik Desjardins | -0/+5 |
| 2023-07-10 | repr(align) <= 4 should still be byval | Erik Desjardins | -5/+5 |
| 2023-07-10 | move has_repr to layout, handle repr(transparent) properly | Erik Desjardins | -0/+5 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -72/+48 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -2/+2 |
| 2023-07-08 | Auto merge of #112652 - oli-obk:tait_only_in_sig, r=compiler-errors | bors | -35/+117 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -2/+2 |
| 2023-07-07 | Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 | bors | -28/+75 |
| 2023-07-07 | Treat closures as part of their parent | Oli Scherer | -10/+10 |
| 2023-07-07 | Fix one layer of closures not being able to constrain opaque types | Oli Scherer | -1/+4 |
| 2023-07-07 | Only match on the `DefKind` once. | Oli Scherer | -29/+19 |
| 2023-07-07 | Collect nested items immediately instead of collecting them into an intermedi... | Oli Scherer | -15/+10 |