| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | Rollup merge of #141224 - RalfJung:no-objects, r=traviscross | Guillaume Gomez | -1/+1 |
| 2025-06-01 | Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann | Guillaume Gomez | -62/+207 |
| 2025-06-01 | Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwU | bors | -161/+165 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -0/+118 |
| 2025-06-01 | Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmann | Jacob Pratt | -0/+118 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -66/+217 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -1/+1 |
| 2025-05-31 | Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgr | bors | -40/+77 |
| 2025-05-31 | Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -40/+57 |
| 2025-05-31 | Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercote | Matthias Krüger | -0/+20 |
| 2025-05-31 | Fix consider borrowing for else-if | Jonathan Brouwer | -11/+4 |
| 2025-05-31 | Failing tests for "consider borrowing" | Jonathan Brouwer | -0/+125 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -0/+37 |
| 2025-05-31 | cleaned up some tests | Kivooeo | -40/+57 |
| 2025-05-31 | Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasper | bors | -7/+7 |
| 2025-05-31 | Note ref expr being cast when encounter NonScalar cast error | xizheyin | -0/+4 |
| 2025-05-30 | Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e... | Jubilee | -0/+110 |
| 2025-05-30 | Rollup merge of #141494 - dianqk:match-br-non-int, r=wesleywiser | Jubilee | -0/+61 |
| 2025-05-30 | Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiser | Jubilee | -0/+74 |
| 2025-05-30 | Rollup merge of #140825 - rs-sac:ext, r=workingjubilee | Jubilee | -2/+2 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -66/+217 |
| 2025-05-30 | Fix spans for unsafe binders | Matthew Jasper | -0/+110 |
| 2025-05-30 | Auto merge of #139385 - joboet:threadlocal_address, r=nikic | bors | -6/+10 |
| 2025-05-30 | Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomez | Matthias Krüger | -15/+39 |
| 2025-05-30 | Rollup merge of #141703 - compiler-errors:deref-place, r=lcnr | Matthias Krüger | -0/+63 |
| 2025-05-30 | Address review comments. | Orson Peters | -1/+0 |
| 2025-05-30 | Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez | Matthias Krüger | -0/+13 |
| 2025-05-30 | Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubilee | Matthias Krüger | -2/+12 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -23/+23 |
| 2025-05-30 | Rollup merge of #141430 - fee1-dead-contrib:push-nmzoprvtsvww, r=petrochenkov | Matthias Krüger | -12/+6 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -2/+57 |
| 2025-05-30 | Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco | Matthias Krüger | -36/+143 |
| 2025-05-30 | Rollup merge of #133823 - estebank:issue-56328, r=petrochenkov | Matthias Krüger | -23/+218 |
| 2025-05-29 | rustdoc: display doc(cfg(false)) properly | binarycat | -0/+13 |
| 2025-05-29 | implement `va_arg` for x86_64 systemv and macOS | Folkert de Vries | -2/+12 |
| 2025-05-29 | Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc | Urgau | -15/+39 |
| 2025-05-29 | rustc_codegen_llvm: use `threadlocal.address` intrinsic to access TLS | joboet | -6/+10 |
| 2025-05-29 | Add test for issue 127911 and 128839 | Mu001999 | -0/+50 |
| 2025-05-29 | Normalize possibly unnormalized type in relate_type_and_user_type | Michael Goulet | -0/+31 |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -0/+32 |
| 2025-05-29 | Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics | Esteban Küber | -23/+218 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -178/+43 |
| 2025-05-29 | remove `visit_clobber` and move `DummyAstNode` to `rustc_expand` | Deadbeef | -12/+6 |
| 2025-05-29 | Rollup merge of #141571 - RalfJung:float-tests, r=tgross35 | Jacob Pratt | -46/+0 |
| 2025-05-29 | Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3 | Jacob Pratt | -132/+43 |
| 2025-05-29 | Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obk | Jacob Pratt | -0/+3 |
| 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 | -6/+27 |
| 2025-05-29 | Remove unneeded feature | Orson Peters | -1/+0 |
| 2025-05-29 | Add test | Orson Peters | -0/+39 |