| Age | Commit message (Expand) | Author | Lines |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -8/+5 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -1/+24 |
| 2023-09-18 | Explain `with_reveal_all_normalized` usage | Oli Scherer | -0/+3 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -0/+1 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -0/+1 |
| 2023-09-12 | add helper method for finding the one non-1-ZST field | Ralf Jung | -13/+5 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+2 |
| 2023-09-08 | Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwco | bors | -0/+2 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -2/+22 |
| 2023-09-07 | extend comments around PassMode::Direct | Ralf Jung | -0/+2 |
| 2023-08-29 | some more is_zst that should be is_1zst | Ralf Jung | -3/+3 |
| 2023-08-26 | Use `preserve_mostcc` for `extern "rust-cold"` | Scott McMurray | -1/+4 |
| 2023-08-09 | Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot | Matthias Krüger | -35/+30 |
| 2023-08-09 | Don't use type_of to determine if item has intrinsic shim | Michael Goulet | -35/+30 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+3 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -22/+13 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -22/+13 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -5/+7 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -4/+12 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -4/+12 |
| 2023-08-01 | Fix a comment | Michael Goulet | -1/+2 |
| 2023-08-01 | don't create a predicate for just a comparison | Michael Goulet | -4/+10 |
| 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 |