| Age | Commit message (Expand) | Author | Lines |
| 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 | -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-06 | Allow function argument mismatch suggestion to be multiline | Sasha Pourcelot | -20/+58 |
| 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 |
| 2025-08-06 | [codegen] assume the tag, not the relative discriminant | Scott McMurray | -56/+84 |
| 2025-08-06 | Avoid using unadjusted ABI for the thread-local shim | bjorn3 | -1/+1 |
| 2025-08-06 | Change adjust_for_rust_scalar into arg_attrs_for_rust_scalar | bjorn3 | -16/+9 |
| 2025-08-06 | Remove CSS bootstrap dependency (#15251) | Philipp Krones | -67/+337 |
| 2025-08-06 | tidy | Boxy | -183/+173 |
| 2025-08-06 | Add regression test for rustdoc scrape-examples feature crash (#144752) | Guillaume Gomez | -0/+35 |
| 2025-08-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -35/+35 |
| 2025-08-06 | Fix rustdoc scrape-examples feature crash | Guillaume Gomez | -4/+6 |
| 2025-08-06 | Fix build/doc/test of error index generator | Jakub Beránek | -87/+124 |
| 2025-08-06 | Track names of existentials | Amanda Stjerna | -6/+8 |
| 2025-08-06 | Clarify EOF handling for `BufRead::skip_until` | ginnyTheCat | -2/+7 |
| 2025-08-06 | Proposed format | Amanda Stjerna | -3/+3 |
| 2025-08-06 | Optimize `incompatible_msrv` lint | Samuel Tardieu | -13/+12 |
| 2025-08-06 | Remove unused field from ModuleConfig | bjorn3 | -5/+1 |
| 2025-08-06 | Include allocator module in LLVM_passes timer | bjorn3 | -33/+30 |
| 2025-08-06 | Rollup merge of #144978 - ehuss:intrinsic-doc-links, r=scottmcm | Jakub Beránek | -4/+4 |
| 2025-08-06 | Rollup merge of #144971 - okaneco:rename_isolate_ones, r=joshtriplett | Jakub Beránek | -38/+38 |
| 2025-08-06 | Rollup merge of #144954 - Zalathar:run-make-bless, r=jieyouxu | Jakub Beránek | -1/+10 |
| 2025-08-06 | Rollup merge of #144945 - WaffleLapkin:autolabeletc, r=WaffleLapkin | Jakub Beránek | -0/+5 |
| 2025-08-06 | Rollup merge of #144928 - cuviper:rustc_thread_pool-msrv, r=lqd | Jakub Beránek | -1/+0 |
| 2025-08-06 | Rollup merge of #144926 - JonathanBrouwer:fix-mustuse, r=cuviper | Jakub Beránek | -1/+1 |
| 2025-08-06 | Rollup merge of #144924 - lolbinarycat:compiletest-pass-directives-hint, r=cl... | Jakub Beránek | -1/+1 |
| 2025-08-06 | Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmease | Jakub Beránek | -2/+35 |