| Age | Commit message (Expand) | Author | Lines |
| 2025-08-29 | Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalathar | bors | -3/+3 |
| 2025-08-29 | Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr | bors | -22/+48 |
| 2025-08-28 | Add `polonius-engine` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `rustc_apfloat` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `either` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | inline at the callsite & warn when target features mismatch | James Barford-Evans | -1/+1 |
| 2025-08-27 | Auto merge of #145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgr | bors | -3/+3 |
| 2025-08-27 | change order of `nested_bodies_within` | lcnr | -0/+2 |
| 2025-08-27 | Rollup merge of #145740 - nnethercote:workspace-members, r=Kobzol | Matthias Krüger | -3/+3 |
| 2025-08-27 | Auto merge of #140737 - amandasystems:revised-constraint-search, r=lcnr | bors | -2/+9 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `bitflags` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `thin-vec` to newly added `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Auto merge of #144841 - cjgillot:typeck-no-attrs, r=davidtwco | bors | -0/+7 |
| 2025-08-26 | Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3 | Samuel Tardieu | -4/+5 |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -4/+5 |
| 2025-08-25 | Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwU | bors | -3/+4 |
| 2025-08-25 | Switch next solver to use a specific associated type for trait def id | Chayim Refael Friedman | -22/+48 |
| 2025-08-25 | fold regions, don't erase | lcnr | -3/+4 |
| 2025-08-25 | Remove bug comments from Repeat variant | Ryan Lee | -5/+0 |
| 2025-08-24 | Support lints in early attribute parsing | Jana Dönszelmann | -0/+2 |
| 2025-08-23 | Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieu | bors | -2/+16 |
| 2025-08-23 | Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errors | Samuel Tardieu | -2/+5 |
| 2025-08-23 | Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJung | Samuel Tardieu | -0/+11 |
| 2025-08-23 | Auto merge of #145706 - lcnr:uniquification, r=BoxyUwU | bors | -0/+27 |
| 2025-08-23 | Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhpratt | bors | -8/+52 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -4/+3 |
| 2025-08-22 | Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnr | Jacob Pratt | -1/+36 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -3/+13 |
| 2025-08-22 | Separate transmute checking from typeck. | Camille Gillot | -0/+11 |
| 2025-08-22 | interpret/allocation: get_range on ProvenanceMap | Nia Espera | -0/+11 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -1/+1 |
| 2025-08-22 | change HIR typeck unification handling approach | lcnr | -0/+27 |
| 2025-08-22 | Region inference: Use outlives-static constraints in constraint search | Amanda Stjerna | -2/+9 |
| 2025-08-22 | Refactor lint buffering to avoid requiring a giant enum | Josh Triplett | -4/+3 |
| 2025-08-22 | Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercote | bors | -3/+20 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -3/+13 |
| 2025-08-21 | next-solver fix const_trait_impl bootstrap | lcnr | -2/+5 |
| 2025-08-21 | Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1... | Jacob Pratt | -7/+16 |
| 2025-08-21 | Introduce ProjectionElem::try_map. | Camille GILLOT | -1/+36 |
| 2025-08-20 | Move `IntoDiagArg` earlier in the dependency chains | Josh Triplett | -2/+2 |
| 2025-08-20 | Unconditionally-const supertraits are considered not dyn compatible | Michael Goulet | -7/+16 |
| 2025-08-20 | Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiser | Jacob Pratt | -3/+13 |
| 2025-08-20 | Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco | Jacob Pratt | -2/+27 |
| 2025-08-19 | mention lint group in default level lint note | Karol Zwolak | -2/+27 |
| 2025-08-19 | Pretty print the name of an future from calling async closure | Michael Goulet | -3/+13 |
| 2025-08-19 | Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -2/+12 |
| 2025-08-19 | Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -28/+23 |
| 2025-08-19 | Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -11/+6 |
| 2025-08-19 | Rollup merge of #145338 - lcnr:coroutine-witness-yikes, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+38 |