| Age | Commit message (Expand) | Author | Lines |
| 2025-05-28 | Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35 | bors | -189/+399 |
| 2025-05-28 | Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether... | Trevor Gross | -19/+54 |
| 2025-05-28 | Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkov | Trevor Gross | -0/+149 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -0/+56 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -170/+140 |
| 2025-05-28 | Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzol | bors | -4/+8 |
| 2025-05-28 | Fix ICE in tokenstream with contracts from parser recovery | yukang | -19/+54 |
| 2025-05-28 | Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 | bors | -114/+687 |
| 2025-05-27 | Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU | Trevor Gross | -95/+196 |
| 2025-05-27 | Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,... | Trevor Gross | -0/+23 |
| 2025-05-27 | Rollup merge of #141252 - dianqk:gvn-repeat-index, r=saethlin | Trevor Gross | -0/+84 |
| 2025-05-27 | Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez | Trevor Gross | -11/+50 |
| 2025-05-27 | Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercote | Trevor Gross | -8/+334 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -155/+71 |
| 2025-05-27 | Rollup merge of #141654 - durin42:randomly-fixed-test, r=jieyouxu | Matthias Krüger | -15/+11 |
| 2025-05-27 | Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=Zalathar | Matthias Krüger | -46/+20 |
| 2025-05-27 | Rollup merge of #141640 - Fabian-Gruenbichler:mr/test-version-check-rpath-fal... | Matthias Krüger | -17/+13 |
| 2025-05-28 | consider glob imports in cfg suggestion | bohan | -0/+149 |
| 2025-05-27 | tests: mark option-niche-eq as fixed on LLVM 21 | Augie Fackler | -15/+11 |
| 2025-05-27 | rustdoc: linking to a local proc macro no longer warns | binarycat | -0/+56 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -46/+20 |
| 2025-05-27 | Rollup merge of #141594 - BoxyUwU:another_gai_test, r=jieyouxu | Michael Goulet | -0/+25 |
| 2025-05-27 | Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxu | Michael Goulet | -36/+45 |
| 2025-05-27 | Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnr | Michael Goulet | -0/+13 |
| 2025-05-27 | Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-... | Michael Goulet | -199/+187 |
| 2025-05-27 | Rollup merge of #141552 - jieyouxu:cfg-version-tests, r=est31 | Michael Goulet | -243/+350 |
| 2025-05-27 | Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-dead | Michael Goulet | -25/+125 |
| 2025-05-27 | Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwco | Michael Goulet | -39/+113 |
| 2025-05-27 | test: convert version_check ui test to run-make | Fabian Grünbichler | -17/+13 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -199/+187 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -18/+22 |
| 2025-05-27 | support `#[cfg(...)]` on arguments to the `asm!` macros | Folkert de Vries | -0/+322 |
| 2025-05-27 | Wrap NonZero::new_unchecked call in the print_type_sizes test in a const | Ben Kimock | -30/+8 |
| 2025-05-26 | Auto merge of #140790 - quininer:mac-xray, r=wesleywiser,jieyouxu | bors | -10/+77 |
| 2025-05-26 | ci: move tests from x86_64-gnu-llvm-19 job to aarch64 | MarcoIeni | -4/+8 |
| 2025-05-26 | rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work | Urgau | -11/+50 |
| 2025-05-27 | Rollup merge of #141550 - Urgau:unused_braces-attrs, r=chenyukang | 许杰友 Jieyou Xu (Joe) | -0/+49 |
| 2025-05-27 | Rollup merge of #141439 - compiler-errors:dyn-compatible-coerce, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -765/+57 |
| 2025-05-27 | Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+21 |
| 2025-05-27 | Rollup merge of #141431 - compiler-errors:open-drop, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+29 |
| 2025-05-26 | Add test | Boxy | -0/+25 |
| 2025-05-26 | Add missing edition directives for async-await tests | Lukas Wirth | -36/+45 |
| 2025-05-26 | Support opaque_types_defined_by for SyntheticCoroutineBody | Michael Goulet | -0/+13 |
| 2025-05-26 | cfg_version: pull out dedicated syntax test from feature gate test | Jieyou Xu | -243/+350 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -765/+57 |
| 2025-05-26 | Auto merge of #141567 - jhpratt:rollup-uuhcmci, r=jhpratt | bors | -241/+83 |
| 2025-05-26 | Rollup merge of #141559 - RalfJung:less-rustc_allow_const_fn_unstable, r=comp... | Jacob Pratt | -240/+40 |
| 2025-05-26 | Rollup merge of #140863 - GuillaumeGomez:cleanup-tyalias-render, r=lolbinarycat | Jacob Pratt | -1/+43 |
| 2025-05-26 | Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubilee | bors | -29/+73 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -240/+40 |