| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -5/+246 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -53/+245 |
| 2025-09-10 | Permit `more_maybe_bounds` in supertraits and trait objects only | Bryanskiy | -18/+60 |
| 2025-09-10 | Default auto traits: revert to the default supertraits | Bryanskiy | -333/+155 |
| 2025-09-10 | fix(needless_closure): don't lint on `AsyncFn*`s | Ada Alakbarova | -12/+31 |
| 2025-09-10 | Update to LLVM 21.1.1 | Nikita Popov | -0/+0 |
| 2025-09-10 | avoid calling insert_presorted more than once | Ralf Jung | -11/+17 |
| 2025-09-10 | interpret: copy_provenance: avoid large intermediate buffer for large repeat ... | Ralf Jung | -81/+81 |
| 2025-09-10 | Add suggestions | Georg Semmler | -3/+2 |
| 2025-09-10 | Merge pull request #20649 from ChayimFriedman2/cast-unknown | Shoyu Vanilla (Flint) | -6/+25 |
| 2025-09-10 | Always coerce in a cast, even when there are unknown types | Chayim Refael Friedman | -6/+25 |
| 2025-09-10 | Merge pull request #20645 from ChayimFriedman2/update-rustc | Shoyu Vanilla (Flint) | -330/+468 |
| 2025-09-10 | Merge pull request #20647 from ChayimFriedman2/ns-projections | Shoyu Vanilla (Flint) | -199/+266 |
| 2025-09-10 | Properly handle normalization | Chayim Refael Friedman | -198/+235 |
| 2025-09-09 | don't trim paths in mir dumping when filtering and at the top of the file | beepster4096 | -10/+12 |
| 2025-09-09 | port `#[no_std]` to the new attribute parsing infrastructure | Jana Dönszelmann | -2/+19 |
| 2025-09-09 | port `#[no_core]` to the new attribute parsing infrastructure | Jana Dönszelmann | -2/+20 |
| 2025-09-10 | An associated type is not a projection! | Chayim Refael Friedman | -1/+31 |
| 2025-09-10 | Adopt even more custom types in the new solver | Chayim Refael Friedman | -222/+220 |
| 2025-09-10 | Upgrade rustc crates and handle changes to canonicalization | Chayim Refael Friedman | -116/+256 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -5/+246 |
| 2025-09-09 | c-variadic: reject functions with unsupported extern ABI | Folkert de Vries | -40/+79 |
| 2025-09-09 | c-variadic: reject non-unsafe functions | Folkert de Vries | -21/+98 |
| 2025-09-09 | Merge pull request #20613 from A4-Tacks/diag-unresolved-field-fixes-ws | David Barsky | -13/+52 |
| 2025-09-09 | Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgr | bors | -129/+416 |
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -7/+9 |
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -115/+208 |
| 2025-09-09 | Fix compare_against_sw_vers test when a version part is 0 | Mads Marquart | -3/+3 |
| 2025-09-09 | Update wasm-component-ld to 0.5.17 | Alex Crichton | -26/+26 |
| 2025-09-09 | Merge pull request #1914 from folkertdev/architecture-test | Folkert de Vries | -390/+484 |
| 2025-09-09 | Merge pull request #20639 from ChayimFriedman2/update-test-abs | David Barsky | -23/+85 |
| 2025-09-09 | Merge pull request #20578 from ShoyuVanilla/inftbl | Chayim Refael Friedman | -819/+2071 |
| 2025-09-10 | Fix failing tests and fill-in missing details | Shoyu Vanilla | -1428/+914 |
| 2025-09-10 | fix: `useless_attribute` FP on `deprecated_in_future` | yanglsh | -0/+22 |
| 2025-09-09 | Rollup merge of #146373 - calvinhirsch:trait-solver-cycle-head-docs, r=lcnr | Matthias Krüger | -4/+4 |
| 2025-09-09 | Rollup merge of #146366 - LorrensP-2158466:miri-gamma, r=RalfJung | Matthias Krüger | -5/+5 |
| 2025-09-09 | Rollup merge of #146365 - RalfJung:triagebot-rustc_intrinsic_const_stable_ind... | Matthias Krüger | -2/+13 |
| 2025-09-09 | Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwco | Matthias Krüger | -18/+6 |
| 2025-09-09 | Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwU | Matthias Krüger | -27/+74 |
| 2025-09-09 | Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease | Matthias Krüger | -73/+314 |
| 2025-09-09 | Update `browser-ui-test` version to `0.22.2` | Guillaume Gomez | -5/+5 |
| 2025-09-09 | Improve docs of certain built-in macro expanders | León Orell Valerian Liehr | -13/+18 |
| 2025-09-09 | Make the compile test use a const instead | Georg Semmler | -8/+7 |
| 2025-09-09 | Make Barrier RefUnwindSafe again | Georg Semmler | -0/+15 |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -137/+162 |
| 2025-09-09 | fix comments about trait solver cycle heads | calvinhirsch | -4/+4 |
| 2025-09-09 | WIP switch inference table to next-solver | jackh726 | -526/+2292 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -8/+8 |
| 2025-09-09 | Add assertion | Boxy | -1/+1 |