| Age | Commit message (Expand) | Author | Lines |
| 2023-08-23 | Disable MIR SROA optimization by default | Wesley Wiser | -1/+1 |
| 2023-08-17 | Monomorphize constants before inspecting them | Oli Scherer | -1/+1 |
| 2023-08-17 | Permit pre-evaluated constants in simd_shuffle | Oli Scherer | -0/+14 |
| 2023-08-11 | Review feedback: return empty iff !should_codegen, and use simpler unconditio... | Felix S. Klock II | -12/+5 |
| 2023-08-11 | special-case proc-macro crates in rustc_codegen_ssa::back::linker::exported_s... | Felix S. Klock II | -3/+29 |
| 2023-08-11 | lint/ctypes: only try normalize | David Wood | -12/+9 |
| 2023-08-11 | Substitute types before checking compatibility. | Camille GILLOT | -1/+14 |
| 2023-08-11 | lint/ctypes: allow `()` within types | David Wood | -32/+15 |
| 2023-08-11 | lint: refactor `check_variant_for_ffi` | David Wood | -27/+22 |
| 2023-08-11 | lint/ctypes: stricter `()` return type checks | David Wood | -20/+35 |
| 2023-08-11 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -1/+2 |
| 2023-08-11 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -14/+14 |
| 2023-07-21 | make MCP510 behavior explicitly opt-in | Rémy Rakic | -2/+17 |
| 2023-07-21 | allow opaques to be defined by trait queries | Ali MJ Al-Nasrawy | -5/+6 |
| 2023-07-10 | Replace version placeholder to 1.72 | Mark Rousskov | -4/+4 |
| 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 |