| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | Merge pull request #20748 from A4-Tacks/migrate-arith-op-prec | Shoyu Vanilla (Flint) | -12/+15 |
| 2025-09-26 | Merge pull request #20599 from A4-Tacks/bang-de-morgan | Shoyu Vanilla (Flint) | -7/+28 |
| 2025-09-26 | Migrate `replace_arith_op` assist to use `SyntaxEditor` | A4-Tacks | -12/+15 |
| 2025-09-26 | Merge pull request #20611 from A4-Tacks/replace-arith-op-prec | Shoyu Vanilla (Flint) | -1/+22 |
| 2025-09-26 | Merge pull request #20604 from A4-Tacks/cfg-attr-comp | Shoyu Vanilla (Flint) | -1/+53 |
| 2025-09-26 | Merge pull request #20729 from A4-Tacks/const-param-kwd | Shoyu Vanilla (Flint) | -1/+28 |
| 2025-09-26 | Merge pull request #20731 from A4-Tacks/expand-rest-pat-in-tuple-slice-pat | Shoyu Vanilla (Flint) | -19/+289 |
| 2025-09-26 | Fix expand rest pattern in tuple and slice pattern | A4-Tacks | -19/+289 |
| 2025-09-26 | Merge pull request #20598 from A4-Tacks/let-chain-sup-conv-to-guarded-ret | Shoyu Vanilla (Flint) | -45/+252 |
| 2025-09-26 | Merge pull request #20736 from A4-Tacks/fix-invert-if-let-chain | Shoyu Vanilla (Flint) | -4/+13 |
| 2025-09-26 | Merge pull request #20742 from A4-Tacks/unused-raw-var | Shoyu Vanilla (Flint) | -2/+16 |
| 2025-09-25 | Add applicable in closure for convert_to_guarded_return | A4-Tacks | -5/+49 |
| 2025-09-25 | Fix not applicable for if-expr in let-stmt | A4-Tacks | -6/+28 |
| 2025-09-25 | Add let-chain support for convert_to_guarded_return | A4-Tacks | -38/+179 |
| 2025-09-25 | Fix fixes for unused raw variables | A4-Tacks | -2/+16 |
| 2025-09-25 | Merge pull request #20738 from jackh726/next-trait-solver-next4 | Shoyu Vanilla (Flint) | -127/+97 |
| 2025-09-25 | Merge pull request #20735 from itsjunetime/fix_scip_salsa | Shoyu Vanilla (Flint) | -1/+1 |
| 2025-09-25 | Merge pull request #20740 from rust-lang/rustc-pull | Laurențiu Nicola | -74205/+124884 |
| 2025-09-25 | Install cargo for proc-macro-srv tests | Laurențiu Nicola | -2/+2 |
| 2025-09-25 | Also install rustfmt on stable | Laurențiu Nicola | -3/+3 |
| 2025-09-25 | Merge ref 'caccb4d0368b' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -74199/+124878 |
| 2025-09-25 | Use standard attribute logic for allocator shim | Nikita Popov | -114/+126 |
| 2025-09-25 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-09-24 | fix SCIP panicking due to salsa not attaching | itsjunetime | -1/+1 |
| 2025-09-24 | Auto merge of #146999 - matthiaskrgr:rollup-0gbkm82, r=matthiaskrgr | bors | -114/+385 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -46/+153 |
| 2025-09-24 | Rollup merge of #146964 - Ayush1325:close-protocol, r=joboet | Matthias Krüger | -0/+4 |
| 2025-09-24 | Rollup merge of #146959 - tshepang:patch-2, r=nnethercote | Matthias Krüger | -3/+3 |
| 2025-09-24 | Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnr | Matthias Krüger | -40/+5 |
| 2025-09-24 | Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJung | Matthias Krüger | -20/+22 |
| 2025-09-24 | Rollup merge of #146897 - lolbinarycat:rustdoc-invalid_html_tags-ice-146890, ... | Matthias Krüger | -1/+65 |
| 2025-09-24 | Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnr | Matthias Krüger | -1/+36 |
| 2025-09-24 | Rollup merge of #146711 - lcnr:fix-placeholder-ice, r=lqd | Matthias Krüger | -3/+97 |
| 2025-09-24 | Merge pull request #20721 from ChayimFriedman2/fix-never | Chayim Refael Friedman | -230/+770 |
| 2025-09-24 | Implement fallback properly | Chayim Refael Friedman | -230/+770 |
| 2025-09-24 | Merge pull request #20683 from regexident/inference-result-types-iter | Chayim Refael Friedman | -0/+20 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -18/+44 |
| 2025-09-24 | Switch next-solver related rustc dependencies of r-a to crates.io ones | Shoyu Vanilla | -40/+5 |
| 2025-09-24 | const validation: better error for maybe-null references | Ralf Jung | -29/+108 |
| 2025-09-24 | const-eval: improve and actually test the errors when pointers might be outsi... | Ralf Jung | -21/+49 |
| 2025-09-24 | fix wording | lcnr | -1/+1 |
| 2025-09-24 | Auto merge of #146946 - matthiaskrgr:rollup-fsmrqez, r=matthiaskrgr | bors | -189/+526 |
| 2025-09-24 | library: std: sys: pal: uefi: Add some comments | Ayush Singh | -0/+4 |
| 2025-09-24 | Fix applicable on if-let-chain for invert_if | A4-Tacks | -4/+13 |
| 2025-09-24 | Remove non-ns version of impl_self_ty and impl_trait | jackh726 | -127/+97 |
| 2025-09-24 | temporary-lifetime-extension-tuple-ctor.rs: make usable on all editions | Tshepang Mbambo | -3/+3 |
| 2025-09-24 | Merge pull request #20733 from jackh726/next-trait-solver-next3 | Shoyu Vanilla (Flint) | -528/+461 |
| 2025-09-24 | Auto merge of #146953 - dianqk:update-llvm, r=cuviper | bors | -0/+0 |
| 2025-09-24 | Update LLVM to 21.1.2 | dianqk | -0/+0 |
| 2025-09-23 | Make missed precondition-free float intrinsics safe | ltdk | -20/+22 |