| Age | Commit message (Expand) | Author | Lines |
| 2025-08-24 | Fix opaque generics | Chayim Refael Friedman | -43/+54 |
| 2025-08-24 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2025-08-24 | Merge ref 'f6d23413c399' from rust-lang/rust | The Miri Cronjob Bot | -5431/+10797 |
| 2025-08-24 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-23 | Remove arm::t32-specific function pointer test. | Zachary S | -19/+3 |
| 2025-08-24 | Auto merge of #145805 - jhpratt:rollup-h1bm4z7, r=jhpratt | bors | -246/+688 |
| 2025-08-23 | Rollup merge of #145798 - compiler-errors:unnamed-lt-primary, r=lqd | Jacob Pratt | -2/+2 |
| 2025-08-23 | Rollup merge of #145799 - ada4a:patch-3, r=GuillaumeGomez | Jacob Pratt | -1/+1 |
| 2025-08-23 | Rollup merge of #145798 - compiler-errors:unnamed-lt-primary, r=lqd | Jacob Pratt | -125/+122 |
| 2025-08-23 | Rollup merge of #145554 - tshepang:rdg-sync, r=BoxyUwU | Jacob Pratt | -18/+16 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -67/+32 |
| 2025-08-23 | Rollup merge of #145307 - connortsui20:lazylock-poison-msg, r=Amanieu | Jacob Pratt | -34/+59 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -68/+490 |
| 2025-08-24 | Merge pull request #2548 from joshtriplett/macro-parser | 许杰友 Jieyou Xu (Joe) | -35/+21 |
| 2025-08-24 | Merge pull request #20507 from A4-Tacks/suggest-return-expr | Chayim Refael Friedman | -3/+54 |
| 2025-08-24 | Add ReturnExpr completion suggest | A4-Tacks | -3/+54 |
| 2025-08-24 | Merge pull request #20512 from A4-Tacks/arith-op-not-on-selected | Chayim Refael Friedman | -1/+16 |
| 2025-08-24 | replace_arith_op not applicable on selected | A4-Tacks | -1/+16 |
| 2025-08-23 | Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieu | bors | -439/+723 |
| 2025-08-24 | Add an option to remove reborrows from adjustment inlay hints | Chayim Refael Friedman | -5/+88 |
| 2025-08-23 | use `get_diagnostic_item` in even more places (#15528) | Samuel Tardieu | -36/+34 |
| 2025-08-23 | `cast_slice_from_raw_parts`: check for implicit cast to raw slice pointer (#1... | Samuel Tardieu | -25/+344 |
| 2025-08-23 | changelog: [`cast_slice_from_raw_parts`]: properly select std/core | Zihan | -23/+218 |
| 2025-08-23 | `cast_slice_from_raw_parts`: check for implicit cast to raw slice pointer | Zihan | -10/+134 |
| 2025-08-23 | Refactor `useless_vec` lint (#14503) | Samuel Tardieu | -89/+169 |
| 2025-08-23 | Merge pull request #20513 from A4-Tacks/let-in-let-chain | Chayim Refael Friedman | -3/+17 |
| 2025-08-23 | Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES | Michael Goulet | -2/+2 |
| 2025-08-23 | Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES | Michael Goulet | -125/+122 |
| 2025-08-23 | Merge pull request #20518 from A4-Tacks/fix-else-in-in-let | Chayim Refael Friedman | -3/+355 |
| 2025-08-24 | Adjust clippy lints for rustc `integer_to_ptr_transmutes` lint | Urgau | -67/+32 |
| 2025-08-24 | Prefer verbose suggestions for `integer_to_ptr_transmutes` lint | Urgau | -38/+76 |
| 2025-08-24 | Adjust clippy lints for rustc `integer_to_ptr_transmutes` lint | Urgau | -67/+32 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in tests | Urgau | -0/+13 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in core | Urgau | -0/+1 |
| 2025-08-24 | Add lint against integer to pointer transmutes | Urgau | -1/+406 |
| 2025-08-23 | clean-up `transmute_int_to_non_zero` (#15521) | Samuel Tardieu | -32/+21 |
| 2025-08-23 | Merge pull request #20511 from A4-Tacks/fix-conv-int-lit-on-selected | Chayim Refael Friedman | -2/+8 |
| 2025-08-23 | `get_diagnostic_item` in a bunch more places (#15519) | Samuel Tardieu | -169/+145 |
| 2025-08-23 | bootstrap.py: follow up tidy output from CI. | Havard Eidnes | -2/+3 |
| 2025-08-23 | Merge pull request #4540 from RalfJung/tb-refactors | Ralf Jung | -144/+116 |
| 2025-08-23 | std/src/lib.rs: mention "search button" instead of "search bar" | Ada Alakbarova | -1/+1 |
| 2025-08-23 | refactor tb_rebor: reduce code duplication | Ralf Jung | -38/+22 |
| 2025-08-23 | tree borrows: refactor new-permission logic | Ralf Jung | -110/+98 |
| 2025-08-23 | Simplify SCC annotations somewhat | Amanda Stjerna | -24/+8 |
| 2025-08-23 | Rollup merge of #145791 - samueltardieu:fix-zst-to-enum-mir-validation, r=com... | Samuel Tardieu | -0/+41 |
| 2025-08-23 | Rollup merge of #145787 - samueltardieu:push-vovspkkxsxtn, r=Kobzol | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering... | Samuel Tardieu | -80/+139 |
| 2025-08-23 | Rollup merge of #145781 - Kobzol:clippy-remove-profile, r=lqd | Samuel Tardieu | -7/+0 |
| 2025-08-23 | Rollup merge of #145774 - Shourya742:2025-08-23-remove-default-opts-method, r... | Samuel Tardieu | -53/+0 |
| 2025-08-23 | Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errors | Samuel Tardieu | -7/+111 |