| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Rollup merge of #141703 - compiler-errors:deref-place, r=lcnr | Matthias Krüger | -45/+52 |
| 2025-05-30 | Directly use from_immediate for handling bool | bjorn3 | -12/+7 |
| 2025-05-30 | Avoid computing function type for intrinsic instances | bjorn3 | -22/+13 |
| 2025-05-30 | Use layout field of OperandRef in generic_simd_intrinsic | bjorn3 | -79/+67 |
| 2025-05-30 | Use layout field of OperandRef and PlaceRef in codegen_intrinsic_call | bjorn3 | -51/+41 |
| 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 | Remove `i128` and `u128` from `improper_ctypes_definitions` | Trevor Gross | -17/+1 |
| 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 |
| 2025-05-29 | cstore: Use IndexSet as backing store for postorder dependencies | Piotr Osiewicz | -7/+9 |
| 2025-05-29 | Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics | Esteban Küber | -4/+9 |
| 2025-05-29 | Fix false documentation | Jonathan Brouwer | -1/+3 |
| 2025-05-29 | `emit_xtensa_va_arg`: use `inbounds_ptradd` instead of `inbounds_gep` | Folkert de Vries | -7/+5 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -25/+6 |
| 2025-05-29 | Auto merge of #141716 - jhpratt:rollup-9bjrzfi, r=jhpratt | bors | -95/+117 |
| 2025-05-29 | avoid some usages of `&mut P<T>` in AST visitors | Deadbeef | -33/+30 |
| 2025-05-29 | remove `visit_clobber` and move `DummyAstNode` to `rustc_expand` | Deadbeef | -134/+89 |
| 2025-05-29 | Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3 | Jacob Pratt | -25/+6 |
| 2025-05-29 | Rollup merge of #141690 - Patrick-6:intercept-mutex, r=m-ou-se | Jacob Pratt | -0/+3 |
| 2025-05-29 | Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obk | Jacob Pratt | -2/+6 |
| 2025-05-29 | Rollup merge of #141682 - nia-e:fixup-alloc, r=RalfJung | Jacob Pratt | -1/+1 |
| 2025-05-29 | Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead | Jacob Pratt | -47/+45 |
| 2025-05-29 | Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr | Jacob Pratt | -13/+6 |
| 2025-05-29 | Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDenton | Jacob Pratt | -0/+19 |
| 2025-05-29 | Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwU | Jacob Pratt | -32/+37 |
| 2025-05-29 | Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errors | bors | -18/+138 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -42/+23 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -44/+104 |