| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Merge ref '6bcdcc73bd11' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -7810/+11364 |
| 2025-08-07 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-07 | Reimplement `print_region` in `type_name.rs`. | Nicholas Nethercote | -6/+83 |
| 2025-08-07 | Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviper | bors | -169/+318 |
| 2025-08-06 | explicit tail call tests with indirect operands in LLVM, small test for index... | ash | -2/+64 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -168/+311 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -1/+7 |
| 2025-08-06 | Auto merge of #145020 - GuillaumeGomez:rollup-5prs9kw, r=GuillaumeGomez | bors | -497/+1049 |
| 2025-08-07 | Optimize `char::is_alphanumeric` | Karl Meakin | -1/+5 |
| 2025-08-07 | Update books | rustbot | -0/+0 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -199/+192 |
| 2025-08-06 | Merge pull request #2538 from lolbinarycat/patch-6 | Tshepang Mbambo | -0/+4 |
| 2025-08-06 | Make link relative an link to md not html | lolbinarycat | -1/+1 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -63/+94 |
| 2025-08-06 | Port `#[should_panic]` to the new attribute parsing infrastructure | Jonathan Brouwer | -38/+78 |
| 2025-08-06 | Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r... | Guillaume Gomez | -4/+41 |
| 2025-08-06 | Rollup merge of #145000 - Kobzol:std-cargo-stage, r=jieyouxu | Guillaume Gomez | -13/+9 |
| 2025-08-06 | Rollup merge of #144998 - dianqk:visit-no-use-proj, r=cjgillot | Guillaume Gomez | -14/+20 |
| 2025-08-06 | Rollup merge of #144996 - dianqk:simplifycfg-collapse_goto_chain-changed, r=c... | Guillaume Gomez | -0/+1 |
| 2025-08-06 | Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errors | Guillaume Gomez | -285/+297 |
| 2025-08-06 | Rollup merge of #144975 - joshtriplett:file-times-dir, r=jhpratt | Guillaume Gomez | -1/+6 |
| 2025-08-06 | Rollup merge of #144972 - the8472:file-prefix-docs, r=joshtriplett | Guillaume Gomez | -0/+2 |
| 2025-08-06 | Rollup merge of #144970 - lolbinarycat:rustdoc-macro-wrong-link-144965, r=Gui... | Guillaume Gomez | -2/+60 |
| 2025-08-06 | Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwU | Guillaume Gomez | -3/+29 |
| 2025-08-06 | Rollup merge of #144948 - lcnr:change-candidate-handling, r=compiler-errors | Guillaume Gomez | -69/+48 |
| 2025-08-06 | Rollup merge of #144917 - compiler-errors:tail-call-linked-lifetimes, r=lcnr | Guillaume Gomez | -56/+80 |
| 2025-08-06 | Rollup merge of #144861 - Kivooeo:payload-as-str-stabilization, r=ChrisDenton | Guillaume Gomez | -3/+1 |
| 2025-08-06 | Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkin | Guillaume Gomez | -1/+18 |
| 2025-08-06 | Rollup merge of #144794 - scrabsha:push-noqrrttovmwy, r=jdonszelmann | Guillaume Gomez | -23/+42 |
| 2025-08-06 | Rollup merge of #144195 - Kivooeo:bad-attr, r=fmease,compiler-errors | Guillaume Gomez | -23/+395 |
| 2025-08-06 | Auto merge of #144509 - cuviper:relnotes-1.89.0, r=BoxyUwU | bors | -0/+137 |
| 2025-08-06 | lower bindings in the order they're written | dianne | -65/+128 |
| 2025-08-06 | base drop order on the first sub-branch | dianne | -55/+49 |
| 2025-08-06 | Explicitly disable vector feature on s390x baseline of bad-reg test | Paul Murphy | -1/+1 |
| 2025-08-06 | make rustc_public types derive `Hash` | AlexanderPortland | -32/+42 |
| 2025-08-06 | don't schedule unnecessary drops when lowering or-patterns | dianne | -28/+29 |
| 2025-08-06 | Reword documentation for `set_times` to clarify directory handling | Josh Triplett | -2/+3 |
| 2025-08-06 | Move some TypeVisitable/TypeFoldable impls to rustc_type_ir | Florian Diebold | -1/+20 |
| 2025-08-06 | Fix ICE | bjorn3 | -3/+6 |
| 2025-08-06 | Link from "Overview of the compiler § Queries" to the Queries chapter | lolbinarycat | -0/+4 |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -2/+1 |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -72/+60 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -23/+33 |
| 2025-08-06 | Optimize `needless_bool` lint (#15423) | Alejandra González | -11/+10 |
| 2025-08-06 | Optimize `needless_bool` lint | Samuel Tardieu | -11/+10 |
| 2025-08-07 | In extract_module.rs, generate ast::Module instead of String | Hmikihiro | -66/+126 |
| 2025-08-06 | Allow function argument mismatch suggestion to be multiline | Sasha Pourcelot | -20/+58 |
| 2025-08-06 | Bump tmp from 0.2.3 to 0.2.4 in /editors/code | dependabot[bot] | -3/+3 |
| 2025-08-06 | Optimize `incompatible_msrv` lint (#15422) | Alejandra González | -13/+12 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -107/+260 |