| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnr | bors | -34/+54 |
| 2025-06-01 | Auto merge of #141730 - osiewicz:collect-crate-deps-postorder-use-indexset, r... | bors | -10/+13 |
| 2025-06-01 | Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwU | bors | -2/+8 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -1/+138 |
| 2025-06-01 | Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmann | Jacob Pratt | -0/+25 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -0/+113 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -1/+0 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -0/+48 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -0/+113 |
| 2025-05-31 | Rollup merge of #141815 - mati865:mingw-aarch64-frame-pointers, r=workingjubilee | Matthias Krüger | -1/+7 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -162/+160 |
| 2025-05-31 | Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercote | Matthias Krüger | -0/+10 |
| 2025-05-31 | Fix consider borrowing for else-if | Jonathan Brouwer | -0/+25 |
| 2025-05-31 | Enable non-leaf Frame Pointers for mingw-w64 Arm64 Windows | Mateusz Mikuła | -1/+7 |
| 2025-05-31 | Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasper | bors | -41/+60 |
| 2025-05-31 | Note ref expr being cast when encounter NonScalar cast error | xizheyin | -0/+10 |
| 2025-05-30 | Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e... | Jubilee | -2/+1 |
| 2025-05-30 | Rollup merge of #141494 - dianqk:match-br-non-int, r=wesleywiser | Jubilee | -2/+4 |
| 2025-05-30 | Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiser | Jubilee | -18/+36 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -0/+48 |
| 2025-05-30 | Fix spans for unsafe binders | Matthew Jasper | -2/+1 |
| 2025-05-30 | Auto merge of #139385 - joboet:threadlocal_address, r=nikic | bors | -3/+10 |
| 2025-05-30 | Rollup merge of #141749 - Noratrieb:RUSTC_ACTUALLY_DO_NOT_RETRY_LINKER_ON_SEG... | Matthias Krüger | -52/+2 |
| 2025-05-30 | Rollup merge of #141719 - Berrysoft:cygwin-tls-model, r=mati865 | Matthias Krüger | -1/+4 |
| 2025-05-30 | Rollup merge of #141703 - compiler-errors:deref-place, r=lcnr | Matthias Krüger | -45/+52 |
| 2025-05-30 | Auto merge of #141753 - matthiaskrgr:rollup-bw4j2u0, r=matthiaskrgr | bors | -497/+809 |
| 2025-05-30 | Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubilee | Matthias Krüger | -9/+319 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -75/+116 |
| 2025-05-30 | Rollup merge of #141430 - fee1-dead-contrib:push-nmzoprvtsvww, r=petrochenkov | Matthias Krüger | -134/+89 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -131/+121 |
| 2025-05-30 | Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco | Matthias Krüger | -144/+155 |
| 2025-05-30 | Rollup merge of #133823 - estebank:issue-56328, r=petrochenkov | Matthias Krüger | -4/+9 |
| 2025-05-30 | Auto merge of #141651 - compiler-errors:less-assert, r=lcnr | bors | -11/+12 |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -217/+155 |
| 2025-05-29 | Remove RUSTC_RETRY_LINKER_ON_SEGFAULT hack | Noratrieb | -52/+2 |
| 2025-05-29 | Erase return type of crate_dependencies_in_reverse_postorder | Piotr Osiewicz | -4/+5 |
| 2025-05-29 | implement `va_arg` for x86_64 systemv and macOS | Folkert de Vries | -2/+314 |
| 2025-05-30 | Reorder hir fn stuff. | Nicholas Nethercote | -7/+7 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -155/+153 |
| 2025-05-30 | Add tls_model for cygwin and enable has_thread_local | Berrysoft | -1/+4 |
| 2025-05-29 | Rollup merge of #141732 - osiewicz:creader-remove-extraenous-string-clone, r=... | Guillaume Gomez | -1/+1 |
| 2025-05-29 | Rollup merge of #141728 - JonathanBrouwer:fix-docs, r=compiler-errors | Guillaume Gomez | -1/+3 |
| 2025-05-29 | Rollup merge of #141636 - fee1-dead-contrib:push-ntqvvxwuvrvx, r=petrochenkov | Guillaume Gomez | -33/+30 |
| 2025-05-29 | Rollup merge of #141448 - bjorn3:codegen_refactors, r=WaffleLapkin | Guillaume Gomez | -182/+121 |
| 2025-05-29 | rustc_codegen_llvm: use `threadlocal.address` intrinsic to access TLS | joboet | -3/+10 |
| 2025-05-29 | Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkan | bors | -18/+42 |
| 2025-05-29 | Normalize possibly unnormalized type in relate_type_and_user_type | Michael Goulet | -0/+3 |
| 2025-05-29 | creader: Remove extraenous String::clone | Piotr Osiewicz | -1/+1 |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -45/+49 |
| 2025-05-29 | Tweak fast path trait handling | Michael Goulet | -34/+54 |