| Age | Commit message (Expand) | Author | Lines |
| 2025-08-15 | Use `LLVMSetTailCallKind` | Zalathar | -28/+3 |
| 2025-08-14 | bootstrap: Remove dependency on xattr | Josh Triplett | -14/+3 |
| 2025-08-14 | bootstrap: Switch from fd-lock to native locking in std | Josh Triplett | -38/+21 |
| 2025-08-15 | std_detect: RISC-V platform guide documentation | Tsukasa OI | -83/+114 |
| 2025-08-15 | refactor: Add tests for case conversions | Karl Meakin | -11/+41 |
| 2025-08-15 | refactor: `generate_tests` | Karl Meakin | -52/+45 |
| 2025-08-15 | refactor: rewrite `ranges_from_set` | Karl Meakin | -66/+17 |
| 2025-08-15 | refactor: Include size of case conversion tables | Karl Meakin | -18/+42 |
| 2025-08-15 | refactor: Include table sizes in comment at top of `unicode_data.rs` | Karl Meakin | -11/+19 |
| 2025-08-14 | Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId` | Trevor Gross | -3/+3 |
| 2025-08-14 | Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzol | bors | -800/+963 |
| 2025-08-14 | rustc_expand: ensure stack in `InvocationCollector::visit_expr` | Josh Stone | -1/+2 |
| 2025-08-14 | mbe: Handle applying `macro_rules` derives | Josh Triplett | -17/+380 |
| 2025-08-14 | use `let-else` to reduce nesting | Ada Alakbarova | -8/+8 |
| 2025-08-14 | replace with `?` | Ada Alakbarova | -15/+15 |
| 2025-08-14 | mbe: Parse macro `derive` rules | Josh Triplett | -13/+214 |
| 2025-08-14 | Do not pass duplicated `-L` arguments to merged doctests | Jakub Beránek | -2/+8 |
| 2025-08-14 | Deduplicate `-L` paths passed to rustc | Jakub Beránek | -10/+21 |
| 2025-08-14 | Rollup merge of #145403 - shepmaster:grammar, r=estebank | Jakub Beránek | -61/+61 |
| 2025-08-14 | Rollup merge of #145401 - estebank:remove-useless-iter, r=compiler-errors | Jakub Beránek | -2/+2 |
| 2025-08-14 | Rollup merge of #145398 - estebank:use-default-fields-resolver, r=petrochenkov | Jakub Beránek | -30/+17 |
| 2025-08-14 | Rollup merge of #145397 - lcnr:lcnr/rustc-dev-guide-3, r=BoxyUwU | Jakub Beránek | -2/+2 |
| 2025-08-14 | Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxu | Jakub Beránek | -12/+47 |
| 2025-08-14 | Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=Kobzol | Jakub Beránek | -0/+9 |
| 2025-08-14 | Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxu | Jakub Beránek | -119/+119 |
| 2025-08-14 | Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxu | Jakub Beránek | -412/+560 |
| 2025-08-14 | Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxu | Jakub Beránek | -25/+60 |
| 2025-08-14 | Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-... | Jakub Beránek | -8/+10 |
| 2025-08-14 | Rollup merge of #137872 - estebank:extra-vert, r=compiler-errors | Jakub Beránek | -129/+76 |
| 2025-08-14 | Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmann | bors | -3670/+3443 |
| 2025-08-14 | drive-by: fix typo | Waffle Lapkin | -1/+1 |
| 2025-08-14 | std: thread: Return error if setting thread stack size fails | Jens Reidel | -1/+12 |
| 2025-08-14 | Update autodiff tests for the new intrinsics impl | Marcelo Domínguez | -221/+152 |
| 2025-08-14 | `unnecessary_operation`: add space between stmts in suggestion (#15432) | Timo | -11/+12 |
| 2025-08-14 | Fix `match_ref_pats` FP on match scrutinee of never type (#15474) | Timo | -7/+80 |
| 2025-08-14 | fixed diagnostic | Kivooeo | -1/+93 |
| 2025-08-14 | Adjust error message grammar to be less awkward | Jake Goulding | -61/+61 |
| 2025-08-14 | Merge pull request #751 from rust-lang/sync_from_rust_2025_08_14 | antoyo | -11/+16 |
| 2025-08-14 | Remove lto inline logic | Marcelo Domínguez | -79/+1 |
| 2025-08-14 | Remove inlining for autodiff handling | Marcelo Domínguez | -19/+21 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -6/+0 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -827/+419 |
| 2025-08-14 | Basic implementation of `autodiff` intrinsic | Marcelo Domínguez | -245/+284 |
| 2025-08-14 | cleanup: Remove useless `[T].iter().last()` | Esteban Küber | -2/+2 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -2267/+2449 |
| 2025-08-14 | Remove the old target checking logic | Jonathan Brouwer | -1310/+138 |
| 2025-08-14 | Specify the list of allowed targets per attribute | Jonathan Brouwer | -44/+361 |
| 2025-08-14 | Allow attribute parsers to specify a list of allowed targets | Jonathan Brouwer | -13/+304 |
| 2025-08-14 | Pass the target type down to `parse_attribute_list` | Jonathan Brouwer | -25/+48 |
| 2025-08-14 | Improved `Target` type | Jonathan Brouwer | -11/+143 |