| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | Pass in autodiff items when starting the coordinator thread | bjorn3 | -19/+6 |
| 2025-07-03 | Merge pull request #20120 from Hmikihiro/match_bind_not_type | Chayim Refael Friedman | -1/+74 |
| 2025-07-03 | rustdoc: don't treat methods under const impls or traits as const | Deadbeef | -1/+50 |
| 2025-07-03 | Add ui test resolve/false-self-in-macro-issue-143134.rs | xizheyin | -0/+22 |
| 2025-07-03 | move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/` | xizheyin | -0/+0 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -2/+2 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -23/+31 |
| 2025-07-03 | fix: resolve item in match bind | Hayashi Mikihiro | -1/+74 |
| 2025-07-03 | Split generate_lto_work between fat and thin-LTO cases | bjorn3 | -49/+63 |
| 2025-07-03 | Fat LTO always produces a single object file, so -Zcombine-cgu has no effect | bjorn3 | -1/+3 |
| 2025-07-03 | Move dcx creation into WriteBackendMethods::codegen | bjorn3 | -12/+10 |
| 2025-07-03 | Post {beta,stable}-accepted message to bootstrap backport threads | Jieyou Xu | -0/+14 |
| 2025-07-03 | simplify receivers for some array method calls | Marijn Schouten | -4/+4 |
| 2025-07-03 | Post {beta,stable}-accepted message to compiler backport threads | Jieyou Xu | -0/+14 |
| 2025-07-03 | [NFC] Re-organize `triagebot.toml` | Jieyou Xu | -19/+62 |
| 2025-07-03 | Remove LtoModuleCodegen | bjorn3 | -100/+58 |
| 2025-07-03 | Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann | bors | -518/+951 |
| 2025-07-03 | fix: Closure capturing for let exprs, again | Shoyu Vanilla | -5/+48 |
| 2025-07-03 | remove redundant #[must_use] | Marijn Schouten | -4/+0 |
| 2025-07-03 | refactor: Make -Ztrack-diagnostics emit like a note | Scott Schafer | -3/+5 |
| 2025-07-03 | refactor: Make -Ztrack-diagnostics emit like a note | Scott Schafer | -40/+66 |
| 2025-07-03 | Merge pull request #20160 from Veykril/push-pqvskktpnylu | Lukas Wirth | -49/+71 |
| 2025-07-03 | fix: Improve diagnostic ranges for `macro_calls!` | Lukas Wirth | -49/+71 |
| 2025-07-03 | Make most CrateLocator fields private | bjorn3 | -27/+29 |
| 2025-07-03 | Have a separate code path for -Zdual-proc-macro | bjorn3 | -41/+56 |
| 2025-07-03 | Pass CrateRejections separately from CrateLocator | bjorn3 | -63/+87 |
| 2025-07-03 | Deduplicate getting the path of a lib candidate | bjorn3 | -6/+4 |
| 2025-07-03 | don't include `.md` in title | Deadbeef | -1/+1 |
| 2025-07-03 | Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=... | Jana Dönszelmann | -21/+67 |
| 2025-07-03 | Rollup merge of #143283 - marcoieni:document-optional, r=jieyouxu | Jana Dönszelmann | -0/+7 |
| 2025-07-03 | Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann | Jana Dönszelmann | -1/+15 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -11/+98 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -310/+438 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -175/+326 |
| 2025-07-03 | std_detect: Tidying of slice length | Tsukasa OI | -2/+1 |
| 2025-07-03 | Do not lint intrinsics as empty loops | Samuel Tardieu | -2/+26 |
| 2025-07-03 | Merge pull request #20159 from Veykril/push-kyssnlrxlwsl | Lukas Wirth | -15/+20 |
| 2025-07-03 | Always couple `--compile-time-deps` with | Lukas Wirth | -15/+20 |
| 2025-07-03 | Auto merge of #142910 - yotamofek:pr/rustdoc/markdown-lazy-to-string, r=Guill... | bors | -86/+83 |
| 2025-07-03 | Link to 2024 edition page for `!` fallback changes | clubby789 | -5/+3 |
| 2025-07-03 | Merge pull request #20158 from Veykril/push-rquozrwuskry | Lukas Wirth | -41/+56 |
| 2025-07-03 | fix: Do not warn about proc-macro srv when sysroot is missing | Lukas Wirth | -41/+56 |
| 2025-07-03 | Merge pull request #20157 from Veykril/push-nxrvpywtvoys | Lukas Wirth | -13/+13 |
| 2025-07-03 | use unsigned_abs instead of `abs` on signed int to silence clippy | Marijn Schouten | -1/+1 |
| 2025-07-03 | wrapping shift: remove first bitmask and table | Marijn Schouten | -42/+6 |
| 2025-07-03 | Merge pull request #4440 from RalfJung/rustup | Ralf Jung | -1462/+2680 |
| 2025-07-03 | Correct the Cognitive Complexity lint's documentation (#14915) | Philipp Krones | -7/+14 |
| 2025-07-03 | Re-enable fixpoint iteration for variance computation | Lukas Wirth | -13/+13 |
| 2025-07-03 | Merge from rustc | Ralf Jung | -1461/+2679 |
| 2025-07-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |