| Age | Commit message (Expand) | Author | Lines |
| 2024-12-11 | feat: Add an assist to extract an expression into a static | Giga Bowser | -120/+686 |
| 2024-12-11 | minor: Add `item_static` constructor to `SyntaxFactory` | Giga Bowser | -1/+63 |
| 2024-12-11 | feat: Add an assist to extract an expression into a constant | Giga Bowser | -189/+847 |
| 2024-12-11 | internal: Move `is_body_const` to `ide_assists::utils` | Giga Bowser | -44/+44 |
| 2024-12-11 | minor: Add `item_const` constructor to `SyntaxFactory` | Giga Bowser | -0/+27 |
| 2024-12-11 | Merge pull request #18663 from Veykril/push-syoklzkntykn | Lukas Wirth | -0/+4 |
| 2024-12-11 | Merge pull request #18662 from lnicola/sync-from-rust | Laurențiu Nicola | -24276/+34382 |
| 2024-12-11 | fix: Swallow rustfmt parsing panics | Lukas Wirth | -0/+4 |
| 2024-12-11 | Bump rustc crates | Laurențiu Nicola | -18/+17 |
| 2024-12-11 | Merge from rust-lang/rust | Laurențiu Nicola | -24257/+34364 |
| 2024-12-11 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-12-11 | Merge pull request #18458 from Giga-Bowser/master | Lukas Wirth | -67/+432 |
| 2024-12-11 | Merge pull request #18653 from SomeoneToIgnore/hash-completions | Lukas Wirth | -23/+134 |
| 2024-12-11 | Merge pull request #18657 from Giga-Bowser/generate-enum-variant | Lukas Wirth | -231/+522 |
| 2024-12-11 | Merge pull request #18656 from roife/fix-issue-18639 | Lukas Wirth | -15/+54 |
| 2024-12-11 | Auto merge of #134137 - fmease:rollup-u1p7swx, r=fmease | bors | -215/+1177 |
| 2024-12-10 | Rollup merge of #134120 - oli-obk:push-vryonyoqmonv, r=oli-obk | León Orell Valerian Liehr | -2/+0 |
| 2024-12-10 | Rollup merge of #134116 - RalfJung:const_nonnull_new, r=jhpratt | León Orell Valerian Liehr | -4/+1 |
| 2024-12-10 | Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxu | León Orell Valerian Liehr | -9/+14 |
| 2024-12-10 | Rollup merge of #134113 - jyn514:run-make-contains, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2024-12-10 | Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obk | León Orell Valerian Liehr | -1/+32 |
| 2024-12-10 | Rollup merge of #134100 - eholk:noop-rustc-const-stable, r=dtolnay | León Orell Valerian Liehr | -1/+0 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -195/+1122 |
| 2024-12-10 | Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxu | León Orell Valerian Liehr | -0/+5 |
| 2024-12-10 | Rollup merge of #133583 - tbu-:pr_fix_typo2, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2024-12-11 | feat: preserve order of parameters in extract_functions | roife | -15/+54 |
| 2024-12-10 | minor: Migrate `generate_enum_variant` to `SyntaxEditor` | Giga Bowser | -229/+275 |
| 2024-12-10 | minor: Add `ty_infer` constructor to `SyntaxFactory` | Giga Bowser | -0/+8 |
| 2024-12-10 | minor: Add `whitespace` constructor to `SyntaxFactory` | Giga Bowser | -0/+4 |
| 2024-12-10 | minor: Add `item_enum` constructor to `SyntaxFactory` | Giga Bowser | -9/+242 |
| 2024-12-10 | Remove Felix from ping groups and review rotation | Oli Scherer | -2/+0 |
| 2024-12-10 | Fix type (exit → exist) | Tobias Bucher | -2/+2 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -536/+604 |
| 2024-12-10 | Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789 | León Orell Valerian Liehr | -1/+1 |
| 2024-12-10 | Rollup merge of #134106 - wesleywiser:update_compiler_review_queue_maintainer... | León Orell Valerian Liehr | -0/+2 |
| 2024-12-10 | Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiasko | León Orell Valerian Liehr | -191/+182 |
| 2024-12-10 | Rollup merge of #134041 - clubby789:debugvis-sourcemap, r=jieyouxu | León Orell Valerian Liehr | -4/+3 |
| 2024-12-10 | Rollup merge of #134023 - onur-ozkan:132507, r=jieyouxu | León Orell Valerian Liehr | -12/+19 |
| 2024-12-10 | Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxu | León Orell Valerian Liehr | -8/+18 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -54/+166 |
| 2024-12-10 | Rollup merge of #133980 - xingxue-ibm:ln-option-aix, r=jieyouxu | León Orell Valerian Liehr | -1/+11 |
| 2024-12-10 | Rollup merge of #133970 - xingxue-ibm:sigaction, r=nnethercote | León Orell Valerian Liehr | -3/+24 |
| 2024-12-10 | Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu | León Orell Valerian Liehr | -0/+9 |
| 2024-12-10 | Rollup merge of #133478 - aDotInTheVoid:finally, r=fmease | León Orell Valerian Liehr | -262/+169 |
| 2024-12-10 | bootstrap: Forward cargo JSON output to stout, not stderr | Zalathar | -1/+1 |
| 2024-12-10 | Address the feedback from pascalkuthe | Kirill Bulatov | -6/+21 |
| 2024-12-10 | rustc_target: ppc64 target string fixes for LLVM 20 | Augie Fackler | -9/+14 |
| 2024-12-10 | Address the feedback from Veykril | Kirill Bulatov | -10/+10 |
| 2024-12-10 | stabilize const_nonnull_new | Ralf Jung | -4/+1 |
| 2024-12-10 | Auto merge of #134108 - fmease:rollup-tbtwm6j, r=fmease | bors | -2099/+2142 |