| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+19 |
| 2025-09-24 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -3/+4 |
| 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 | Auto merge of #146946 - matthiaskrgr:rollup-fsmrqez, r=matthiaskrgr | bors | -93/+360 |
| 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-24 | Auto merge of #146953 - dianqk:update-llvm, r=cuviper | bors | -0/+0 |
| 2025-09-23 | Add an attribute to check the number of lanes in a SIMD vector after monomorp... | Caleb Zulawski | -0/+5 |
| 2025-09-24 | Update LLVM to 21.1.2 | dianqk | -0/+0 |
| 2025-09-23 | Rollup merge of #146898 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-09-23 | Rollup merge of #146896 - tshepang:rdg-sync, r=tshepang | Matthias Krüger | -93/+360 |
| 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 #146877 - el-ev:issue146816, r=fmease,lolbinarycat,GuillaumeG... | Matthias Krüger | -7/+18 |
| 2025-09-23 | Rollup merge of #146827 - foxtran:doc/linker-plugin-lto, r=nnethercote | Matthias Krüger | -2/+5 |
| 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 | Remove unused param from `write_header` | Yotam Ofek | -11/+2 |
| 2025-09-23 | Remove `Tooltip::None` variant, use `Option::None` | Yotam Ofek | -25/+28 |
| 2025-09-23 | Make `render_example_with_highlighting` return an `impl fmt::Display` | Yotam Ofek | -71/+62 |
| 2025-09-23 | Changes some aarch64 CIs g++ install & ubuntu ver. | Reuben Cruise | -3/+3 |
| 2025-09-23 | Add proper name mangling for pattern types | Oli Scherer | -0/+28 |
| 2025-09-23 | Make it possible to `x install` Cranelift and LLVM bitcode linker | Jakub Beránek | -0/+5 |
| 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 | -10168/+39871 |
| 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/+37 |
| 2025-09-23 | prevent line number from being copied in chrome | Iris Shi | -7/+18 |
| 2025-09-23 | Migrate `expand_record_rest_pattern` assist to use `SyntaxEditor` | A4-Tacks | -12/+11 |
| 2025-09-23 | move config check logic from get_toml to parse_inner | bit-aloo | -24/+23 |
| 2025-09-23 | Add const parameter keyword completion | A4-Tacks | -1/+28 |
| 2025-09-23 | Use ParamEnv in TraitEnvironment | Jack Huey | -170/+216 |
| 2025-09-23 | Add 'db to TraitEnvironment | Jack Huey | -109/+122 |
| 2025-09-23 | Make Field::ty return TypeNs | jackh726 | -31/+51 |
| 2025-09-22 | Use ns versions of with_diagnostics queries | jackh726 | -8/+8 |
| 2025-09-22 | fix ICE in rustdoc::invalid_html_tags | binarycat | -1/+2 |
| 2025-09-22 | make rust-analyzer settings use dedicated directory | Tshepang Mbambo | -15/+42 |
| 2025-09-22 | Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez | bors | -4/+59 |
| 2025-09-22 | Update books | rustbot | -0/+0 |
| 2025-09-22 | fix SIFA logic | Ralf Jung | -12/+23 |