| Age | Commit message (Expand) | Author | Lines |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -25/+5 |
| 2025-03-09 | Do not register `Self: AutoTrait` when confirming auto trait | Michael Goulet | -15/+1 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+10 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+10 |
| 2025-03-06 | Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk | Michael Goulet | -54/+70 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #137303 - compiler-errors:maybe-forgor, r=cjgillot | Michael Goulet | -5/+3 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -1/+1 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -6/+2 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -40/+2 |
| 2025-03-05 | Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,... | 许杰友 Jieyou Xu (Joe) | -168/+62 |
| 2025-03-05 | Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-03-05 | change definitely non-productive cycles to error | lcnr | -1/+1 |
| 2025-03-04 | Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwU | bors | -2/+10 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -168/+62 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -1/+1 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -2/+10 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -2/+2 |
| 2025-03-03 | Improve error message for AsyncFn trait failure for RPIT | Michael Goulet | -54/+70 |
| 2025-03-03 | Fix pretty printing of unsafe binders | Michael Goulet | -2/+4 |
| 2025-03-01 | Rollup merge of #137822 - BoxyUwU:query_normalizer_docs, r=compiler-errors | Matthias Krüger | -12/+9 |
| 2025-03-01 | Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-01 | Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrenn | Matthias Krüger | -25/+12 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -3/+0 |
| 2025-03-01 | Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr | Matthias Krüger | -58/+21 |
| 2025-03-01 | Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errors | Matthias Krüger | -0/+53 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -3/+0 |
| 2025-02-28 | Update query normalizer docs | Boxy | -12/+9 |
| 2025-02-28 | review | lcnr | -3/+9 |
| 2025-02-28 | normalizing where-clauses is also coinductive, add tests | lcnr | -1/+4 |
| 2025-02-28 | Remove `allow(unused_variables)` for `rustc_transmute`. | Nicholas Nethercote | -24/+11 |
| 2025-02-28 | Remove `rustc_transmute`'s dependence on `rustc_infer`. | Nicholas Nethercote | -3/+3 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -40/+2 |
| 2025-02-26 | Remove `ParamEnv::without_caller_bounds` | Boxy | -1/+1 |
| 2025-02-26 | Rollup merge of #137635 - compiler-errors:constrain-unstable, r=SparrowLii | León Orell Valerian Liehr | -1/+4 |
| 2025-02-26 | Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obk | León Orell Valerian Liehr | -8/+8 |
| 2025-02-26 | Use bound_coroutine_witnesses in old solver | Michael Goulet | -58/+21 |
| 2025-02-25 | Don't suggest constraining unstable associated types | Michael Goulet | -1/+4 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -8/+8 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -1/+0 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -25/+12 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -25/+12 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -3/+3 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -6/+14 |
| 2025-02-24 | trait_sel: resolve vars in host effects | David Wood | -0/+2 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -14/+8 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -14/+13 |