| Age | Commit message (Expand) | Author | Lines |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -264/+160 |
| 2025-04-20 | Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton | bors | -871/+805 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -31/+131 |
| 2025-04-19 | Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxu | Chris Denton | -176/+201 |
| 2025-04-19 | Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkin | Chris Denton | -0/+61 |
| 2025-04-19 | Rollup merge of #139762 - compiler-errors:non-env, r=lcnr | Chris Denton | -17/+49 |
| 2025-04-19 | Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros... | Chris Denton | -362/+341 |
| 2025-04-19 | Rollup merge of #139091 - mejrs:format, r=compiler-errors | Chris Denton | -316/+153 |
| 2025-04-19 | Rollup merge of #139919 - GuillaumeGomez:rustdoc-json-1-indexed, r=aDotInTheVoid | Chris Denton | -2/+6 |
| 2025-04-19 | Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiser | Chris Denton | -0/+11 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -81/+26 |
| 2025-04-19 | Cleaned up 4 tests in `tests/ui/issues` | Spencer | -176/+201 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -362/+341 |
| 2025-04-18 | Add regression test for span 1-indexed check | Guillaume Gomez | -2/+6 |
| 2025-04-18 | Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgr | bors | -23/+701 |
| 2025-04-18 | Rollup merge of #139989 - durin42:llvm-21-issue-101082, r=cuviper | Matthias Krüger | -10/+2 |
| 2025-04-18 | Rollup merge of #139976 - jieyouxu:plumbing, r=Kobzol | Matthias Krüger | -4/+2 |
| 2025-04-18 | Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiser | Matthias Krüger | -61/+16 |
| 2025-04-18 | Rollup merge of #139942 - dalvescb:master, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-04-18 | Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez | Matthias Krüger | -8/+57 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -9/+74 |
| 2025-04-18 | Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information... | Matthias Krüger | -0/+132 |
| 2025-04-18 | Rollup merge of #138528 - dianne:implicit-deref-patterns, r=Nadrieril | Matthias Krüger | -6/+437 |
| 2025-04-18 | Don't assemble non-env/bound candidates if projection is rigid | Michael Goulet | -17/+49 |
| 2025-04-17 | Rollup merge of #139971 - LukasWoodtli:gardena/lw/fix-cstring-merging-test, r... | Matthias Krüger | -3/+5 |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -60/+40 |
| 2025-04-17 | Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser | Matthias Krüger | -0/+6 |
| 2025-04-17 | Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obk | Matthias Krüger | -0/+113 |
| 2025-04-17 | tests: adjust 101082 test for LLVM 21 fix | Augie Fackler | -10/+2 |
| 2025-04-17 | Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez | Matthias Krüger | -39/+95 |
| 2025-04-17 | Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obk | Matthias Krüger | -1/+4 |
| 2025-04-17 | Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxu | Matthias Krüger | -0/+50 |
| 2025-04-17 | Rollup merge of #139774 - compiler-errors:supertrait-alias, r=lcnr | Matthias Krüger | -0/+103 |
| 2025-04-17 | run-make: drop `os_pipe` workaround now that `anonymous_pipe` is stable on beta | Jieyou Xu | -4/+2 |
| 2025-04-17 | Ignore zero-sized types in wasm future-compat warning | Alex Crichton | -0/+6 |
| 2025-04-17 | Make C string merging test work on MIPS | Lukas Woodtli | -3/+5 |
| 2025-04-17 | Hide unstable print kinds within emit_unknown_print_request_help in stable ch... | xizheyin | -0/+50 |
| 2025-04-17 | tests: remove unused auxiliaries under `tests/ui/directory_ownership/` | Jieyou Xu | -10/+0 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -49/+37 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -586/+616 |
| 2025-04-17 | tests: refine disable reason for `tests/debuginfo/drop-locations.rs` | Jieyou Xu | -1/+3 |
| 2025-04-17 | check OpaqueCast tests with next-solver | lcnr | -1/+4 |
| 2025-04-17 | rustdoc: Properly clean fn params in all contexts | León Orell Valerian Liehr | -8/+57 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -157/+795 |
| 2025-04-17 | Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercote | Matthias Krüger | -14/+12 |
| 2025-04-17 | Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxu | Matthias Krüger | -7/+53 |
| 2025-04-17 | Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiser | Matthias Krüger | -0/+16 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -565/+535 |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -14/+12 |
| 2025-04-17 | Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgr | bors | -67/+43 |