| Age | Commit message (Expand) | Author | Lines |
| 2025-08-14 | Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-... | Jakub Beránek | -8/+10 |
| 2025-08-14 | Rollup merge of #137872 - estebank:extra-vert, r=compiler-errors | Jakub Beránek | -116/+48 |
| 2025-08-14 | Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmann | bors | -2267/+2449 |
| 2025-08-14 | Update autodiff tests for the new intrinsics impl | Marcelo Domínguez | -221/+152 |
| 2025-08-14 | fixed diagnostic | Kivooeo | -0/+83 |
| 2025-08-14 | Adjust error message grammar to be less awkward | Jake Goulding | -60/+60 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -2267/+2449 |
| 2025-08-14 | Do not ICE on private type in field of unresolved struct | Esteban Küber | -0/+30 |
| 2025-08-14 | resolve: Add one more test case for "binding is available in a different scop... | Vadim Petrochenkov | -2/+21 |
| 2025-08-14 | it's not a borrow checker limitation :< | lcnr | -23/+23 |
| 2025-08-14 | fix alignment test | Esteban Küber | -1/+1 |
| 2025-08-14 | Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscross | bors | -7/+1 |
| 2025-08-14 | add regression test | lcnr | -0/+43 |
| 2025-08-14 | Add FnContext in parser for diagnostic | xizheyin | -46/+1 |
| 2025-08-14 | Add test suggest-self-in-bare-function | xizheyin | -0/+87 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -18/+26 |
| 2025-08-14 | Print regions in `type_name`. | Nicholas Nethercote | -9/+13 |
| 2025-08-14 | Revert "rustdoc search: prefer stable items in search results" | Guillaume Gomez | -28/+3 |
| 2025-08-14 | Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726 | Guillaume Gomez | -7/+23 |
| 2025-08-14 | Rollup merge of #145361 - xizheyin:145294, r=compiler-errors | Guillaume Gomez | -0/+47 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -24/+42 |
| 2025-08-14 | Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmann | Guillaume Gomez | -0/+28 |
| 2025-08-14 | Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum... | Guillaume Gomez | -1/+24 |
| 2025-08-14 | rewrite test with `#![no_core]` | StackOverflowExcept1on | -69/+53 |
| 2025-08-14 | use ty::Value instead of manual pairs of types and valtrees | Ralf Jung | -4/+2 |
| 2025-08-14 | pattern testing: store constants as valtrees | Ralf Jung | -0/+2 |
| 2025-08-14 | PatKind: store constants as valtrees | Ralf Jung | -2/+2 |
| 2025-08-14 | resolve: Improve code reuse in typo candidate collection | Vadim Petrochenkov | -6/+16 |
| 2025-08-14 | resolve: Do not show deprecated helper attributes in typo recommendations | Vadim Petrochenkov | -1/+7 |
| 2025-08-14 | rustdoc: Allow multiple references to a single footnote | Tsukasa OI | -1/+24 |
| 2025-08-14 | Add regression test for a former ICE involving helper attributes containing i... | León Orell Valerian Liehr | -0/+28 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -18/+102 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -7/+1 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -24/+42 |
| 2025-08-13 | fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute | StackOverflowExcept1on | -0/+85 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -16/+86 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+3 |
| 2025-08-13 | Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwco | Guillaume Gomez | -0/+5 |
| 2025-08-13 | Set NumRegisterParameters LLVM module flag to `N` when `-Zregparm=N` is | winstonallo | -0/+77 |
| 2025-08-13 | Suppress wrapper suggestion when expected and actual ty are the same adt and ... | xizheyin | -8/+0 |
| 2025-08-13 | Add test suggest-add-wrapper-issue-145294 | xizheyin | -0/+55 |
| 2025-08-13 | resolve: Improve diagnostics for ambiguities in extern prelude | Vadim Petrochenkov | -10/+2 |
| 2025-08-13 | resolve: Split extern prelude into two scopes | Vadim Petrochenkov | -18/+110 |
| 2025-08-13 | Add test for issue 122734 | Jamie Hill-Daniel | -0/+78 |
| 2025-08-13 | suggest using `pub(crate)` for E0364 | Makai | -0/+8 |
| 2025-08-13 | add test | lcnr | -0/+17 |
| 2025-08-13 | rework `add_placeholder_from_predicate_note` | lcnr | -25/+35 |
| 2025-08-13 | also consider HR bounds | lcnr | -0/+6 |
| 2025-08-13 | Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLii | bors | -57/+73 |
| 2025-08-13 | fix scope of `super let` bindings within `if let` | dianne | -11/+11 |