| Age | Commit message (Expand) | Author | Lines |
| 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-26 | Auto merge of #145882 - m-ou-se:format-args-extend-1-arg, r=petrochenkov | bors | -22/+38 |
| 2025-09-25 | fix transcriber error in declarative macros for negative integer literal cons... | Oblarg | -1/+110 |
| 2025-09-25 | Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgr | bors | -0/+10 |
| 2025-09-25 | resolve: Do not finalize shadowed bindings | Vadim Petrochenkov | -7/+4 |
| 2025-09-25 | Rollup merge of #141032 - petrosagg:extract-if-ub, r=joboet | Matthias Krüger | -0/+10 |
| 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 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -41/+5 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -0/+1 |
| 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 | Install cargo for proc-macro-srv tests | Laurențiu Nicola | -2/+2 |
| 2025-09-25 | Auto merge of #146981 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 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 | -10361/+24181 |
| 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 | unstably constify float mul_add methods | Jeremy Smart | -41/+5 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-09-24 | Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnr | Matthias Krüger | -40/+5 |
| 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 | std: add support for armv7a-vex-v5 target | Tropical | -0/+1 |
| 2025-09-24 | Update cargo submodule | Weihang Lo | -0/+0 |
| 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 | -1/+1 |
| 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 | Merge pull request #20733 from jackh726/next-trait-solver-next3 | Shoyu Vanilla (Flint) | -528/+461 |
| 2025-09-23 | Auto merge of #146931 - RalfJung:miri, r=RalfJung | bors | -444/+370 |
| 2025-09-23 | Be sure to instantiate and pass up trait refs in named_associated_type_shorth... | Jack Huey | -12/+15 |
| 2025-09-23 | Remove all non-ns diagnostics queries, naming consistenly | Jack Huey | -154/+90 |
| 2025-09-23 | Use lower_nextsolver::callable_item_signature instead of lower::callable_item... | Jack Huey | -141/+188 |
| 2025-09-23 | Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2025-09-23 | Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmann | Matthias Krüger | -1/+1 |
| 2025-09-23 | Merge pull request #20543 from sgasho/fix/19443_replace_match_with_if_let | Shoyu Vanilla (Flint) | -1/+23 |
| 2025-09-23 | Expose iterators over an inference result's types | Vincent Esche | -0/+20 |
| 2025-09-23 | Remove lower::value_ty in favor of lower_nextsolver::value_ty | Jack Huey | -134/+61 |
| 2025-09-23 | Remove lower::ty in favor of lower_nextsolver::ty | Jack Huey | -92/+112 |
| 2025-09-23 | Merge ref 'f6092f224d2b' from rust-lang/rust | Ralf Jung | -9836/+39450 |
| 2025-09-23 | Prepare for merging from rust-lang/rust | Ralf Jung | -1/+1 |
| 2025-09-23 | Merge pull request #20730 from A4-Tacks/migrate-expand-rest-pat | Shoyu Vanilla (Flint) | -12/+11 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -7/+35 |
| 2025-09-23 | Migrate `expand_record_rest_pattern` assist to use `SyntaxEditor` | A4-Tacks | -12/+11 |