| Age | Commit message (Expand) | Author | Lines |
| 2025-06-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-06 | std: sys: random: uefi: Provide rdrand based fallback | Ayush Singh | -19/+150 |
| 2025-06-06 | remove extraneous text | Tshepang Mbambo | -39/+0 |
| 2025-06-06 | Auto merge of #141272 - Shourya742:2025-05-18-modularize-config-module, r=Kobzol | bors | -1986/+2228 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -4/+3 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -80/+102 |
| 2025-06-06 | Stabilize unlinked file diagnostic | Chayim Refael Friedman | -0/+1 |
| 2025-06-06 | Always include quickfixes for diagnostics, even when diagnostics are disabled | Chayim Refael Friedman | -2/+12 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+1 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -33/+149 |
| 2025-06-05 | `SlotIndex::from_index`: Factor out a constant for the first bucket size | Josh Triplett | -3/+12 |
| 2025-06-06 | Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez | Matthias Krüger | -132/+106 |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142084 - jdonszelmann:add-review-rotation, r=BoxyUwU | Matthias Krüger | -0/+1 |
| 2025-06-06 | Rollup merge of #142072 - maflcko:patch-1, r=aDotInTheVoid | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142067 - RalfJung:abi-map-to-str, r=workingjubilee | Matthias Krüger | -13/+6 |
| 2025-06-06 | Rollup merge of #142058 - xizheyin:rustc-attr-parsing, r=jdonszelmann | Matthias Krüger | -37/+37 |
| 2025-06-06 | Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obk | Matthias Krüger | -9/+16 |
| 2025-06-06 | Rollup merge of #142044 - workingjubilee:document-operandvalue-pair, r=scottmcm | Matthias Krüger | -2/+8 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -250/+250 |
| 2025-06-06 | Rollup merge of #141982 - Kivooeo:tf5, r=jieyouxu | Matthias Krüger | -188/+135 |
| 2025-06-06 | Rollup merge of #125087 - tbu-:pr_file_stream_len, r=ChrisDenton | Matthias Krüger | -11/+90 |
| 2025-06-05 | Auto merge of #140872 - bjorn3:elf_use_used_linker, r=nikic | bors | -37/+13 |
| 2025-06-05 | `Sugg`: do not parenthesize a double unary operator | Samuel Tardieu | -3/+23 |
| 2025-06-05 | Only instantiate impl args | Michael Goulet | -46/+70 |
| 2025-06-05 | Clear nested candidates in select if certainty is yes | Michael Goulet | -1/+6 |
| 2025-06-05 | Make comment more specific | Antoni Boucher | -1/+2 |
| 2025-06-05 | encode compiler team acceptance of `-Cforce-frame-pointers` change | Jubilee Young | -5/+30 |
| 2025-06-05 | codegen: modernize frame-pointer-cli-control.rs | Jubilee Young | -13/+14 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -677/+1948 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -45/+54 |
| 2025-06-05 | Fix false positive for unused_unit (#14962) | llogiq | -3/+22 |
| 2025-06-05 | Do not recurse indefinitely while checking for inner mutability (#14965) | llogiq | -9/+55 |
| 2025-06-05 | Introduce coerce_container_to_any (#14812) | llogiq | -0/+187 |
| 2025-06-05 | add new lint: `ip_constant` (#14878) | llogiq | -3/+699 |
| 2025-06-05 | Simplify `vec_cache::tests::slot_index_exhaustive` by pulling out 0 case | Josh Triplett | -11/+8 |
| 2025-06-05 | Simplify and optimize `SlotIndex::from_index` | Josh Triplett | -15/+6 |
| 2025-06-05 | Add lint for broken doc links | Max Claus Nunes | -7/+229 |
| 2025-06-05 | Fix AIX build | Thalia Archibald | -1/+1 |
| 2025-06-05 | Support middle::ty assoc const eq predicates again | León Orell Valerian Liehr | -119/+92 |
| 2025-06-05 | Rename `should_show_cast` to `should_fully_qualify` | León Orell Valerian Liehr | -15/+16 |
| 2025-06-05 | Make root vars more stable | Michael Goulet | -17/+6 |
| 2025-06-05 | Replace all uses of sysroot_candidates with get_or_default_sysroot | bjorn3 | -44/+17 |
| 2025-06-05 | Move canonicalization into current_dll_path | bjorn3 | -18/+12 |
| 2025-06-05 | Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgr | bors | -1593/+1799 |
| 2025-06-05 | Do not lint macro generated codes (#14976) | Alex Macleod | -15/+32 |
| 2025-06-05 | Remove incremental test, disable incremental for cargo tests (#14910) | dswij | -37/+4 |
| 2025-06-05 | cleaned up some tests | Kivooeo | -188/+135 |
| 2025-06-05 | add myself to rotation | Jana Dönszelmann | -0/+1 |