| Age | Commit message (Expand) | Author | Lines |
| 2025-08-16 | use `str::ends_with` | Ada Alakbarova | -4/+1 |
| 2025-08-16 | use `Option::is_some_and` | Ada Alakbarova | -5/+4 |
| 2025-08-16 | remove `should_render` in `PrintAttribute` derive | Deadbeef | -40/+20 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -607/+845 |
| 2025-08-16 | Fix `unicode_data.rs` mention message | Urgau | -5/+6 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -9/+1 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -73/+8 |
| 2025-08-16 | Only check std in cross-compilation instead of building it | Jakub Beránek | -57/+153 |
| 2025-08-16 | take attr style into account in attr diagnostics | Jana Dönszelmann | -37/+53 |
| 2025-08-16 | Avoid copying rustc rmeta artifacts into the build compiler sysroot | Jakub Beránek | -65/+189 |
| 2025-08-16 | Fix deprecation attribute on foreign statics & types | Jonathan Brouwer | -3/+10 |
| 2025-08-16 | Don't show foreign types as an allowed target if the feature is not enabled | Jonathan Brouwer | -0/+3 |
| 2025-08-16 | Add parentheses for closure when suggesting calling closure | Mu001999 | -11/+17 |
| 2025-08-16 | old testcase output | Mu001999 | -0/+48 |
| 2025-08-16 | Optimize `copy_src_dirs` | Jakub Beránek | -39/+42 |
| 2025-08-16 | Do not call `fs::remove_file` in `cp_link_filtered_recurse` | Jakub Beránek | -1/+0 |
| 2025-08-16 | Remove `LlvmArchiveBuilder` and supporting code/bindings | Zalathar | -543/+6 |
| 2025-08-16 | `missing_inline_in_public_items`: fix lint emission source HirId | Zihan | -20/+25 |
| 2025-08-16 | clean-up `unnecessary_unwrap` a bit (#15489) | Timo | -35/+37 |
| 2025-08-16 | clean-up `unnecessary_unwrap` a bit | Ada Alakbarova | -35/+37 |
| 2025-08-16 | refactor: Hard-code `char::is_control` | Karl Meakin | -28/+5 |
| 2025-08-16 | Properly recover from parenthesized use-bounds (precise capturing) | León Orell Valerian Liehr | -16/+48 |
| 2025-08-15 | Auto merge of #145475 - jhpratt:rollup-jr0wado, r=jhpratt | bors | -36/+722 |
| 2025-08-16 | Fix typo in doc for library/std/src/fs.rs#set_permissions | Alan Urmancheev | -1/+1 |
| 2025-08-15 | Rollup merge of #145466 - Urgau:triagebot-range-diff, r=Kobzol | Jacob Pratt | -0/+5 |
| 2025-08-15 | Rollup merge of #145462 - Kivooeo:stabilize-const_exposed_provenance, r=RalfJung | Jacob Pratt | -2/+2 |
| 2025-08-15 | Rollup merge of #145455 - Kobzol:bootstrap-copy-src-dirs-dry-run, r=jieyouxu | Jacob Pratt | -0/+6 |
| 2025-08-15 | Rollup merge of #145454 - Kobzol:bootstrap-fix-step-debug-repr, r=jieyouxu | Jacob Pratt | -3/+8 |
| 2025-08-15 | Rollup merge of #145453 - Kobzol:bootstrap-cmd-span, r=jieyouxu | Jacob Pratt | -3/+0 |
| 2025-08-15 | Rollup merge of #145436 - StackOverflowExcept1on:patch-1, r=alexcrichton | Jacob Pratt | -1/+1 |
| 2025-08-15 | Rollup merge of #144963 - rossmacarthur-forks:stabilize-core-iter-chain, r=jh... | Jacob Pratt | -6/+3 |
| 2025-08-15 | Rollup merge of #144922 - Kobzol:derive-from, r=nnethercote | Jacob Pratt | -3/+582 |
| 2025-08-15 | Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmease | Jacob Pratt | -10/+69 |
| 2025-08-15 | Rollup merge of #144054 - jsimmons:stabilize-as-array-of-cells, r=tgross35 | Jacob Pratt | -4/+2 |
| 2025-08-15 | Rollup merge of #143717 - Jules-Bertholet:pin-default, r=dtolnay | Jacob Pratt | -4/+44 |
| 2025-08-15 | Auto merge of #142071 - lcnr:revealing-use, r=compiler-errors | bors | -1/+72 |
| 2025-08-15 | Merge pull request #20467 from SomeoneToIgnore/error-message | Lukas Wirth | -1/+3 |
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -5005/+9038 |
| 2025-08-15 | Use a more specific error message when talking about the server logs | Kirill Bulatov | -1/+3 |
| 2025-08-15 | stabilize strict provenance atomic ptr | Kivooeo | -18/+7 |
| 2025-08-15 | Enable new `[range-diff]` feature in triagebot | Urgau | -0/+5 |
| 2025-08-15 | stabilize array repeat | Kivooeo | -5/+1 |
| 2025-08-15 | stabilize const pathbuf osstring new | Kivooeo | -2/+2 |
| 2025-08-15 | stabilize const exposed provenance | Kivooeo | -2/+2 |
| 2025-08-15 | Extend `QueryStability` to handle `IntoIterator` implementations | Samuel Moelius | -52/+122 |
| 2025-08-15 | Demote x86_64-apple-darwin to Tier 2 with host tools | Jake Goulding | -33/+21 |
| 2025-08-15 | Detect missing `derive` on unresolved attribute even when not imported | Esteban Küber | -27/+60 |
| 2025-08-15 | Auto merge of #145450 - Kobzol:rollup-cqclix0, r=Kobzol | bors | -339/+478 |
| 2025-08-15 | Do not copy files in `copy_src_dirs` in dry run | Jakub Beránek | -0/+6 |
| 2025-08-15 | Fix tracing debug representation of steps without arguments in bootstrap | Jakub Beránek | -3/+8 |