| Age | Commit message (Expand) | Author | Lines |
| 2023-08-23 | Disable MIR SROA optimization by default | Wesley Wiser | -212/+292 |
| 2023-08-17 | Monomorphize constants before inspecting them | Oli Scherer | -1/+4 |
| 2023-08-17 | Permit pre-evaluated constants in simd_shuffle | Oli Scherer | -0/+19 |
| 2023-08-17 | Upgrade std to gimli 0.28.0 | Josh Stone | -1/+10 |
| 2023-08-12 | Auto merge of #114726 - DianQK:beta, r=cuviper | bors | -0/+27 |
| 2023-08-12 | [beta-1.72] Update LLVM to resolve a miscompilation found in 114312. | DianQK | -3/+3 |
| 2023-08-12 | [beta-1.72] Pre-commit test for issue 114312. | DianQK | -0/+27 |
| 2023-08-11 | fix proc-macro test added here to solely be exercised as a build product for ... | Felix S. Klock II | -0/+4 |
| 2023-08-11 | Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs | Felix S Klock II | -1/+1 |
| 2023-08-11 | regression test for issue 111888. | Felix S. Klock II | -0/+29 |
| 2023-08-11 | lint/ctypes: only try normalize | David Wood | -0/+12 |
| 2023-08-11 | lint/ctypes: allow `()` within types | David Wood | -51/+72 |
| 2023-08-11 | lint: refactor `check_variant_for_ffi` | David Wood | -8/+4 |
| 2023-08-11 | lint/ctypes: stricter `()` return type checks | David Wood | -0/+80 |
| 2023-08-11 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -22/+18 |
| 2023-08-11 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -12/+12 |
| 2023-07-21 | allow opaques to be defined by trait queries | Ali MJ Al-Nasrawy | -0/+31 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -243/+768 |
| 2023-07-08 | Rollup merge of #113482 - GuillaumeGomez:migrate-gui-test-color-20, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -1/+497 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -236/+265 |
| 2023-07-08 | Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgr | bors | -47/+87 |
| 2023-07-08 | Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obk | Matthias Krüger | -0/+36 |
| 2023-07-08 | Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obk | Matthias Krüger | -12/+1 |
| 2023-07-08 | Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr | Matthias Krüger | -35/+49 |
| 2023-07-08 | Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -70/+70 |
| 2023-07-08 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 2023-07-08 | Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors | bors | -0/+165 |
| 2023-07-07 | Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errors | Michael Goulet | -0/+83 |
| 2023-07-07 | Rollup merge of #113453 - spastorino:new-rpitit-30, r=compiler-errors | Michael Goulet | -0/+51 |
| 2023-07-07 | Don't ICE in resolve_bound_vars when associated return-type bounds are in bad... | Michael Goulet | -0/+31 |
| 2023-07-07 | Avoid calling report_forbidden_specialization for RPITITs | Santiago Pastorino | -0/+83 |
| 2023-07-07 | Add regression test for RPITITs | Santiago Pastorino | -0/+51 |
| 2023-07-07 | Add Float ty to SMIR | Santiago Pastorino | -2/+8 |
| 2023-07-07 | Add Uint ty to SMIR | Santiago Pastorino | -2/+6 |
| 2023-07-07 | Add Int ty to SMIR | Santiago Pastorino | -2/+6 |
| 2023-07-07 | Add Char ty to SMIR | Santiago Pastorino | -2/+6 |
| 2023-07-07 | Add rustc_ty_to_ty basic tests | Santiago Pastorino | -0/+18 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -70/+70 |
| 2023-07-07 | Normalize opaques during codegen in new solver | Michael Goulet | -3/+45 |
| 2023-07-07 | Mark more hanging new-solver tests | Michael Goulet | -2/+4 |
| 2023-07-07 | Remove an AFIT test that isn't an AFIT test | Michael Goulet | -30/+0 |
| 2023-07-07 | Treat closures as part of their parent | Oli Scherer | -16/+9 |
| 2023-07-07 | Fix one layer of closures not being able to constrain opaque types | Oli Scherer | -15/+1 |
| 2023-07-07 | Add regression test | Oli Scherer | -0/+38 |
| 2023-07-07 | Remove normalization from `opaque_types_defined_by` | Oli Scherer | -17/+62 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -147/+574 |
| 2023-07-06 | Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errors | Michael Goulet | -0/+38 |
| 2023-07-06 | Rollup merge of #113419 - spastorino:new-rpitit-28, r=compiler-errors | Michael Goulet | -0/+97 |