| Age | Commit message (Expand) | Author | Lines |
| 2023-07-09 | Support explicit 32-bit MIPS ABI for the synthetic object | Seth Junot | -2/+10 |
| 2023-07-09 | Auto merge of #113276 - Nilstrieb:rustix, r=Mark-Simulacrum | bors | -3/+0 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -47/+66 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -15/+32 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -32/+34 |
| 2023-07-08 | Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgr | bors | -38/+90 |
| 2023-07-08 | Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obk | Matthias Krüger | -9/+63 |
| 2023-07-08 | Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-07-08 | Rollup merge of #113390 - nnethercote:cgu-tweaks, r=wesleywiser | Matthias Krüger | -24/+24 |
| 2023-07-08 | Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr | Matthias Krüger | -3/+1 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -106/+135 |
| 2023-07-08 | Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors | bors | -56/+38 |
| 2023-07-07 | Rollup merge of #113467 - nbdd0121:unwind, r=compiler-errors | Michael Goulet | -11/+5 |
| 2023-07-07 | Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errors | Michael Goulet | -2/+11 |
| 2023-07-07 | Rollup merge of #113453 - spastorino:new-rpitit-30, r=compiler-errors | Michael Goulet | -20/+1 |
| 2023-07-07 | Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obk | Michael Goulet | -1/+6 |
| 2023-07-07 | Rollup merge of #113427 - compiler-errors:no-variances-of-rpitit-gat, r=spast... | Michael Goulet | -20/+3 |
| 2023-07-08 | Auto merge of #112652 - oli-obk:tait_only_in_sig, r=compiler-errors | bors | -41/+144 |
| 2023-07-07 | Don't ICE in resolve_bound_vars when associated return-type bounds are in bad... | Michael Goulet | -2/+12 |
| 2023-07-07 | Avoid calling report_forbidden_specialization for RPITITs | Santiago Pastorino | -2/+11 |
| 2023-07-07 | Remove unused from_method symbol | Santiago Pastorino | -20/+1 |
| 2023-07-07 | Add Float ty to SMIR | Santiago Pastorino | -3/+13 |
| 2023-07-07 | Add Uint ty to SMIR | Santiago Pastorino | -2/+20 |
| 2023-07-07 | Add Int ty to SMIR | Santiago Pastorino | -2/+20 |
| 2023-07-07 | Add Char ty to SMIR | Santiago Pastorino | -1/+2 |
| 2023-07-07 | Add rustc_ty_to_ty basic tests | Santiago Pastorino | -0/+2 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -106/+135 |
| 2023-07-07 | Normalize opaques during codegen in new solver | Michael Goulet | -3/+1 |
| 2023-07-07 | Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 | bors | -56/+107 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -1/+6 |
| 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 |
| 2023-07-07 | Move some logic into a method on `OpaqueTypeCollector` | Oli Scherer | -29/+33 |
| 2023-07-07 | Remove one layer of nested matching on the same thing | Oli Scherer | -55/+39 |
| 2023-07-07 | liar liar find_taits_declared_in_body on fire | Oli Scherer | -10/+10 |
| 2023-07-07 | We don't need to track binders if we aren't normalizing | Oli Scherer | -20/+1 |
| 2023-07-07 | Remove normalization from `opaque_types_defined_by` | Oli Scherer | -41/+2 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -36/+221 |
| 2023-07-07 | Auto merge of #113308 - compiler-errors:poly-select, r=lcnr | bors | -112/+125 |
| 2023-07-07 | Auto merge of #113270 - the8472:opt-macro-tts, r=nnethercote | bors | -5/+13 |
| 2023-07-06 | Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errors | Michael Goulet | -5/+7 |
| 2023-07-06 | Rollup merge of #113419 - spastorino:new-rpitit-28, r=compiler-errors | Michael Goulet | -3/+5 |
| 2023-07-06 | Rollup merge of #113397 - compiler-errors:new-select-prefer-obj, r=lcnr | Michael Goulet | -0/+8 |
| 2023-07-06 | Rollup merge of #112825 - compiler-errors:tait-defining-cycle, r=lcnr | Michael Goulet | -1/+28 |
| 2023-07-06 | Rollup merge of #111917 - WaffleLapkin:validate_unalloc, r=oli-obk | Michael Goulet | -14/+9 |
| 2023-07-07 | Remove variances_of on RPITIT gats, remove its one use-case | Michael Goulet | -20/+3 |
| 2023-07-06 | Don't call type_of on TAIT in defining scope in new solver | Michael Goulet | -1/+28 |
| 2023-07-06 | Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tys | Santiago Pastorino | -5/+7 |