| Age | Commit message (Expand) | Author | Lines |
| 2025-06-21 | Merge pull request #20053 from ze/master | Laurențiu Nicola | -1/+1 |
| 2025-06-21 | Check the MSRV for `unnecessary_debug_formatting` | donkomura | -1/+23 |
| 2025-06-21 | fix: Correct grammar in remove all unused imports assist | Zakaria Elkatani | -1/+1 |
| 2025-06-21 | fix: `wildcard_enum_match_arm` suggests wrongly with raw identifiers | yanglsh | -6/+42 |
| 2025-06-21 | internal: Utilize `cargo check --compile-time-deps` | Shoyu Vanilla | -2/+24 |
| 2025-06-21 | Auto merge of #142814 - tgross35:rollup-fioob6s, r=tgross35 | bors | -267/+8440 |
| 2025-06-21 | rustdoc_json: represent generic args consistently. | Nicholas Nethercote | -23/+21 |
| 2025-06-21 | Fix some comments. | Nicholas Nethercote | -3/+3 |
| 2025-06-21 | rustdoc_json: Fix handling of paths with no generic args. | Nicholas Nethercote | -2/+19 |
| 2025-06-21 | rustdoc_json: Add a test for some `GenericArgs` cases. | Nicholas Nethercote | -0/+20 |
| 2025-06-21 | rustdoc_json: Add static asserts for the size of important types. | Nicholas Nethercote | -0/+30 |
| 2025-06-20 | Rollup merge of #142765 - workingjubilee:more-abimap-docs, r=compiler-errors | Trevor Gross | -0/+6 |
| 2025-06-20 | Rollup merge of #142756 - Daniel-Aaron-Bloom:const-clone, r=oli-obk | Trevor Gross | -2/+8 |
| 2025-06-20 | Rollup merge of #142716 - nnethercote:adjust-with_generic_param_rib, r=petroc... | Trevor Gross | -119/+77 |
| 2025-06-20 | Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=Kobzol | Trevor Gross | -2/+109 |
| 2025-06-20 | Rollup merge of #142571 - cjgillot:borrowed-classes, r=oli-obk | Trevor Gross | -27/+105 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -67/+161 |
| 2025-06-20 | Rollup merge of #142476 - dtolnay:attrbinop, r=fmease | Trevor Gross | -12/+58 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -38/+7916 |
| 2025-06-20 | Fix typo in tests/ui/missing_const_for_fn/const_trait.rs (#15090) | Timo | -2/+2 |
| 2025-06-21 | format | jnyfah | -1/+1 |
| 2025-06-21 | revert changes | jnyfah | -95/+10 |
| 2025-06-20 | Fix typo in tests/ui/missing_const_for_fn/const_trait.rs | Samuel Moelius | -2/+2 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -3/+2 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -757/+997 |
| 2025-06-20 | Fix false positive of `borrow_deref_ref` (#14967) | Timo | -4/+137 |
| 2025-06-20 | `Sugg`: do not parenthesize a double unary operator (#14983) | Jason Newcomb | -3/+23 |
| 2025-06-20 | [PERF] Don't spawn so many compilers (3/2) (19m -> 250k) (#15030) | Timo | -4/+150 |
| 2025-06-20 | Fix `manual_ok_err` suggests wrongly with references (#15053) | Jason Newcomb | -4/+108 |
| 2025-06-20 | Fix `branches_sharing_code` suggests misleadingly when in assignment (#15076) | Jason Newcomb | -3/+71 |
| 2025-06-20 | configure.py: fix edge case | binarycat | -1/+1 |
| 2025-06-20 | lint Option::get_or_insert and Result::map_or too | klensy | -44/+124 |
| 2025-06-20 | Add an attribute-related parenthesization edge case | David Tolnay | -0/+6 |
| 2025-06-20 | Insert parentheses around binary operation with attribute | David Tolnay | -12/+38 |
| 2025-06-20 | Add AST pretty-printer tests involving attr on binary operation | David Tolnay | -0/+9 |
| 2025-06-20 | fmt | Nia Espera | -7/+6 |
| 2025-06-20 | Update src/shims/trace/parent.rs | Nia | -4/+5 |
| 2025-06-20 | error rework | Nia Espera | -33/+17 |
| 2025-06-20 | Recover from semicolon field separator | Cameron Steffen | -24/+27 |
| 2025-06-20 | nonnulls | Nia Espera | -22/+18 |
| 2025-06-20 | cfg if | Nia Espera | -4/+1 |
| 2025-06-20 | fix dumb mistake | Nia Espera | -1/+6 |
| 2025-06-20 | supervisor bits of ffi ptracing | Nia Espera | -81/+606 |
| 2025-06-20 | Auto merge of #142795 - Kobzol:rollup-vvnnjno, r=Kobzol | bors | -261/+550 |
| 2025-06-20 | Port `#[may_dangle]` to the new attribute system | Pavel Grigorenko | -3/+33 |
| 2025-06-20 | Make some `use _` tests multi-edition | Esteban Küber | -13/+104 |
| 2025-06-20 | Use gen blocks in the compiler instead of from_coroutine | Michael Goulet | -154/+139 |
| 2025-06-20 | Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques | Michael Goulet | -3/+11 |
| 2025-06-20 | integer docs: remove extraneous text | Tshepang Mbambo | -455/+0 |
| 2025-06-20 | Merge pull request #716 from FractalFir/abi-cafe | antoyo | -2/+5 |