| Age | Commit message (Expand) | Author | Lines |
| 2025-08-15 | Rollup merge of #144210 - Gelbpunkt:thread-stack-size-musl, r=jhpratt | Jakub Beránek | -1/+12 |
| 2025-08-15 | Autolabel `src/tools/{rustfmt,rust-analyzer}` changes with `T-{rustfmt,rust-a... | Jieyou Xu | -0/+10 |
| 2025-08-15 | `{borrow,ptr}_as_ptr`: don't lint inside proc-macros (#15473) | Jason Newcomb | -54/+75 |
| 2025-08-15 | fix(tests/rmake/wasm-unexpected-features): change features from `WASM1` to `MVP` | StackOverflowExcept1on | -1/+1 |
| 2025-08-15 | Use aarch64-apple-darwin as the fallback doc source for `-apple-` | Jake Goulding | -1/+1 |
| 2025-08-15 | Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwU | bors | -149/+429 |
| 2025-08-15 | `ptr_as_ptr`: don't allow in proc-macros | Ada Alakbarova | -42/+40 |
| 2025-08-15 | Sort mono items by symbol name | Jakub Beránek | -43/+60 |
| 2025-08-15 | Enhance UI test output handling for runtime errors | AMS21 | -3/+15 |
| 2025-08-15 | Simplify the `args_cstr_buff` assertion | Zalathar | -5/+4 |
| 2025-08-15 | Avoid an unnecessary intermediate `&mut` reference | Zalathar | -1/+1 |
| 2025-08-15 | Avoid an explicit cast from `*const c_uchar` to `*const c_char` | Zalathar | -3/+3 |
| 2025-08-15 | Declare module `rustc_codegen_llvm::back` in the normal way | Zalathar | -8/+6 |
| 2025-08-15 | Implement `#[derive(From)]` | Jakub Beránek | -6/+530 |
| 2025-08-15 | Add feature gate test | Jakub Beránek | -0/+19 |
| 2025-08-15 | Create unstable `From` builtin macro and register it | Jakub Beránek | -0/+33 |
| 2025-08-15 | Add `derive_from` unstable feature | Jakub Beránek | -0/+3 |
| 2025-08-15 | Remove unused feature gate | bjorn3 | -1/+0 |
| 2025-08-15 | Merge link_name and export_name | bjorn3 | -44/+33 |
| 2025-08-15 | Fix wrong spans with external macros in the `dropping_copy_types` lint | Urgau | -2/+22 |
| 2025-08-15 | Use `LLVMGetTypeKind` | Zalathar | -61/+11 |
| 2025-08-15 | Combining no_mangle and rustc_std_internal_symbol is not allowed | bjorn3 | -11/+6 |
| 2025-08-15 | All weak lang items have an explicit link name and vice versa | bjorn3 | -9/+6 |
| 2025-08-15 | Port `#[custom_mir(..)]` to the new attribute system | Sasha Pourcelot | -91/+318 |
| 2025-08-15 | Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalathar | bors | -1840/+2279 |
| 2025-08-15 | Fix typos in bootstrap.example.toml | AMS21 | -2/+2 |
| 2025-08-15 | fix: Reject async assoc fns of const traits/impls in ast_passes | Shoyu Vanilla | -10/+69 |
| 2025-08-15 | Merge pull request #20462 from jackh726/nts-part3 | Lukas Wirth | -0/+39 |
| 2025-08-15 | Clarify that `build.full-bootstrap` is only used to affect uplifting, not sta... | Jakub Beránek | -3/+3 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Rustc` step | Jakub Beránek | -51/+43 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Std` step | Jakub Beránek | -28/+27 |
| 2025-08-15 | Rename `compiler` to `build_compiler` in the `compile::Std` step | Jakub Beránek | -11/+13 |
| 2025-08-15 | Split codegen backend check step into two and don't run it with `x check comp... | Jakub Beránek | -170/+91 |
| 2025-08-15 | Add more tests | ywxt | -0/+669 |
| 2025-08-15 | Rollup merge of #145392 - Zalathar:create-mappings, r=petrochenkov | Stuart Cook | -77/+31 |
| 2025-08-15 | Rollup merge of #145389 - GuillaumeGomez:unstable-search, r=fmease | Stuart Cook | -68/+5 |
| 2025-08-15 | Rollup merge of #145378 - xizheyin:144968, r=davidtwco | Stuart Cook | -74/+176 |
| 2025-08-15 | Rollup merge of #145369 - estebank:issue-145367, r=compiler-errors | Stuart Cook | -3/+33 |
| 2025-08-15 | Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -49/+53 |
| 2025-08-15 | Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri... | Stuart Cook | -3/+87 |
| 2025-08-15 | Rollup merge of #145235 - compiler-errors:comment, r=BoxyUwU | Stuart Cook | -61/+2 |
| 2025-08-15 | Rollup merge of #145189 - rust-lang:cargo_update, r=clubby789 | Stuart Cook | -69/+69 |
| 2025-08-15 | Rollup merge of #145120 - maurer:llvm-time, r=nikic | Stuart Cook | -38/+42 |
| 2025-08-15 | Rollup merge of #145065 - petrochenkov:riblock, r=davidtwco | Stuart Cook | -93/+99 |
| 2025-08-15 | Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errors | Stuart Cook | -1/+93 |
| 2025-08-15 | Rollup merge of #145005 - tardyp:lto_big_filesize, r=bjorn3 | Stuart Cook | -2/+60 |
| 2025-08-15 | Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkin | Stuart Cook | -51/+37 |
| 2025-08-15 | Rollup merge of #144947 - tautschnig:remove-stray-checked_div-comment, r=Mark... | Stuart Cook | -12/+6 |
| 2025-08-15 | Add the directive `compare-output-by-lines` | ywxt | -19/+53 |