| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Consolidate test_next_up | Roger Curley | -119/+69 |
| 2025-08-07 | Consolidate is_sign_negative tests | Roger Curley | -52/+21 |
| 2025-08-07 | Consolidate is_positive tests | Roger Curley | -52/+21 |
| 2025-08-07 | Consolidate signum tests | Roger Curley | -24/+20 |
| 2025-08-07 | Consolidate abs tests | Roger Curley | -53/+9 |
| 2025-08-07 | Rollup merge of #145046 - ulrichstark:master, r=tgross35 | Trevor Gross | -2/+2 |
| 2025-08-07 | Rollup merge of #145045 - Hywan:doc-library-iterator-by_ref, r=GuillaumeGomez | Trevor Gross | -1/+1 |
| 2025-08-07 | Rollup merge of #145018 - AlexanderPortland:rustc-public-hash, r=scottmcm | Trevor Gross | -33/+33 |
| 2025-08-07 | Rollup merge of #145007 - Kobzol:error-index, r=jieyouxu | Trevor Gross | -87/+124 |
| 2025-08-07 | Rollup merge of #144974 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -533/+464 |
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -24/+24 |
| 2025-08-07 | Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnay | Trevor Gross | -3/+2 |
| 2025-08-07 | Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmann | Trevor Gross | -23/+82 |
| 2025-08-07 | Rollup merge of #144705 - pmur:murp/aarch64-lse, r=Amanieu | Trevor Gross | -10/+93 |
| 2025-08-07 | only introduce a guard scope for arms with guards | dianne | -23/+39 |
| 2025-08-07 | add a scope for `if let` guard temporaries and bindings | dianne | -63/+84 |
| 2025-08-07 | Do not flatten derefs with ProjectionElem::Index. | Camille Gillot | -6/+15 |
| 2025-08-07 | Add test. | Camille Gillot | -0/+142 |
| 2025-08-07 | update enzyme submodule to handle llvm 21 | Manuel Drehwald | -0/+1 |
| 2025-08-07 | Auto merge of #143807 - rperier:rustc_llvm_werror, r=cuviper | bors | -0/+10 |
| 2025-08-07 | add more tests for `if let` guard drop order | dianne | -0/+89 |
| 2025-08-08 | Add note mentioning the event log to LinkExeStatusStackBufferOverrun | George Tokmaji | -4/+12 |
| 2025-08-08 | Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only being | George Tokmaji | -0/+16 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -9/+306 |
| 2025-08-07 | review comment | Esteban Küber | -39/+31 |
| 2025-08-07 | Do not provide field typo suggestions for tuples and tuple structs | Esteban Küber | -50/+14 |
| 2025-08-07 | Do not suggest pinning missing `.get_ref()` | Esteban Küber | -18/+14 |
| 2025-08-07 | Account for bare tuples in field searching logic | Esteban Küber | -22/+174 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -339/+397 |
| 2025-08-07 | Enable f16 and f128 on targets that were fixed in LLVM21 | Trevor Gross | -11/+13 |
| 2025-08-07 | Readd myself to review queue | jackh726 | -0/+1 |
| 2025-08-07 | Add regression test for `saturating_sub` bounds check issue | okaneco | -0/+19 |
| 2025-08-07 | Pass -Werror when building the LLVM wrapper | Romain Perier | -0/+10 |
| 2025-08-07 | Auto merge of #145056 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1031/+2807 |
| 2025-08-07 | derive hash for placeholder automatically | AlexanderPortland | -11/+1 |
| 2025-08-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -14/+6 |
| 2025-08-07 | Add a missing UpcastFrom impl in rustc_type_ir | Florian Diebold | -32/+17 |
| 2025-08-07 | Update Cargo.lock | Philipp Krones | -5/+5 |
| 2025-08-07 | Merge commit '334fb906aef13d20050987b13448f37391bb97a2' into clippy-subtree-u... | Philipp Krones | -1026/+2802 |
| 2025-08-07 | Rustup (#15431) | Philipp Krones | -140/+160 |
| 2025-08-07 | Bump Clippy version -> 0.1.91 | Philipp Krones | -5/+5 |
| 2025-08-07 | Bump nightly version -> 2025-08-07 | Philipp Krones | -2/+2 |
| 2025-08-07 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1039/+2817 |
| 2025-08-07 | Move metadata symbol export from exported_non_generic_symbols to exported_sym... | bjorn3 | -38/+12 |
| 2025-08-07 | Introduce, implement and use CmResolver. | LorrensP-2158466 | -189/+337 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -1063/+2273 |
| 2025-08-07 | Port `#[allow_internal_unsafe]` to the new attribute system | Sasha Pourcelot | -23/+82 |
| 2025-08-07 | Prevent name collisions with internal implementation details | bjorn3 | -75/+11 |
| 2025-08-07 | add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001 | Rémy Rakic | -0/+186 |
| 2025-08-07 | add filtering lending iterator known-bug | Rémy Rakic | -0/+70 |