| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -124/+28 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -144/+11 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -76/+113 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+4 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -4/+22 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -14/+0 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -4/+22 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -10/+3 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -4/+5 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -4/+5 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -15/+1 |
| 2023-07-30 | No need to expect RPITIT projections in opaque item bounds | Michael Goulet | -15/+1 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -2/+5 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -88/+11 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+4 |
| 2023-07-28 | Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgr | bors | -4/+22 |
| 2023-07-28 | Type-check generic const items | León Orell Valerian Liehr | -33/+77 |
| 2023-07-28 | Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorino | Matthias Krüger | -4/+22 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -0/+3 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -0/+1 |
| 2023-07-27 | Insert RPITITs that were shadowed by missing ADTs that resolve to type error | Michael Goulet | -4/+22 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -19/+8 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -13/+11 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -4/+175 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -13/+11 |
| 2023-07-25 | Try explaining where `Inner` is in the signature better | Oli Scherer | -1/+1 |
| 2023-07-24 | Explain RPITs in the way they actually work | Oli Scherer | -10/+16 |
| 2023-07-24 | Some documentation nits | Oli Scherer | -7/+30 |
| 2023-07-24 | Explain what the heck is going on with this lifetime remapping business | Oli Scherer | -5/+12 |
| 2023-07-21 | Double check that hidden types match the expected hidden type | Oli Scherer | -4/+139 |
| 2023-07-21 | error/E0691: include alignment in error message | David Rheinsberg | -10/+19 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -4/+4 |
| 2023-07-15 | Check entry type as part of item type checking. | Camille GILLOT | -1/+282 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -3/+3 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -3/+3 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -192/+206 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -8/+5 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -17/+1 |
| 2023-07-07 | Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errors | Michael Goulet | -2/+11 |
| 2023-07-07 | Avoid calling report_forbidden_specialization for RPITITs | Santiago Pastorino | -2/+11 |
| 2023-07-07 | Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 | bors | -1/+1 |
| 2023-07-06 | Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tys | Santiago Pastorino | -5/+7 |
| 2023-07-06 | add helper methods for accessing struct tail | Lukas Markeffsky | -1/+1 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -88/+105 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -5/+4 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -9/+17 |
| 2023-06-30 | Flip the order of binder instantiation for better diagnostics | Michael Goulet | -10/+7 |
| 2023-06-30 | Error for RPITIT hidden tys that capture more than their trait defn | Michael Goulet | -22/+109 |