about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-09-24Merge pull request #20683 from regexident/inference-result-types-iterChayim Refael Friedman-0/+20
2025-09-24std: add support for armv7a-vex-v5 targetTropical-8/+19
2025-09-24Update cargo submoduleWeihang Lo-0/+0
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-3/+4
2025-09-24Switch next-solver related rustc dependencies of r-a to crates.io onesShoyu Vanilla-40/+5
2025-09-24const validation: better error for maybe-null referencesRalf Jung-1/+1
2025-09-24Auto merge of #146946 - matthiaskrgr:rollup-fsmrqez, r=matthiaskrgrbors-93/+360
2025-09-24Fix applicable on if-let-chain for invert_ifA4-Tacks-4/+13
2025-09-24Remove non-ns version of impl_self_ty and impl_traitjackh726-127/+97
2025-09-24Merge pull request #20733 from jackh726/next-trait-solver-next3Shoyu Vanilla (Flint)-528/+461
2025-09-24Auto merge of #146953 - dianqk:update-llvm, r=cuviperbors-0/+0
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-0/+5
2025-09-24Update LLVM to 21.1.2dianqk-0/+0
2025-09-23Rollup merge of #146898 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-09-23Rollup merge of #146896 - tshepang:rdg-sync, r=tshepangMatthias Krüger-93/+360
2025-09-23Auto merge of #146931 - RalfJung:miri, r=RalfJungbors-444/+370
2025-09-23Be sure to instantiate and pass up trait refs in named_associated_type_shorth...Jack Huey-12/+15
2025-09-23Remove all non-ns diagnostics queries, naming consistenlyJack Huey-154/+90
2025-09-23Use lower_nextsolver::callable_item_signature instead of lower::callable_item...Jack Huey-141/+188
2025-09-23Rollup merge of #146877 - el-ev:issue146816, r=fmease,lolbinarycat,GuillaumeG...Matthias Krüger-7/+18
2025-09-23Rollup merge of #146827 - foxtran:doc/linker-plugin-lto, r=nnethercoteMatthias Krüger-2/+5
2025-09-23Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiserMatthias Krüger-0/+1
2025-09-23Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmannMatthias Krüger-1/+1
2025-09-23Remove unused param from `write_header`Yotam Ofek-11/+2
2025-09-23Remove `Tooltip::None` variant, use `Option::None`Yotam Ofek-25/+28
2025-09-23Make `render_example_with_highlighting` return an `impl fmt::Display`Yotam Ofek-71/+62
2025-09-23Changes some aarch64 CIs g++ install & ubuntu ver.Reuben Cruise-3/+3
2025-09-23Add proper name mangling for pattern typesOli Scherer-0/+28
2025-09-23Make it possible to `x install` Cranelift and LLVM bitcode linkerJakub Beránek-0/+5
2025-09-23Merge pull request #20543 from sgasho/fix/19443_replace_match_with_if_letShoyu Vanilla (Flint)-1/+23
2025-09-23Expose iterators over an inference result's typesVincent Esche-0/+20
2025-09-23Remove lower::value_ty in favor of lower_nextsolver::value_tyJack Huey-134/+61
2025-09-23Remove lower::ty in favor of lower_nextsolver::tyJack Huey-92/+112
2025-09-23Merge ref 'f6092f224d2b' from rust-lang/rustRalf Jung-10168/+39871
2025-09-23Prepare for merging from rust-lang/rustRalf Jung-1/+1
2025-09-23Merge pull request #20730 from A4-Tacks/migrate-expand-rest-patShoyu Vanilla (Flint)-12/+11
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-7/+37
2025-09-23prevent line number from being copied in chromeIris Shi-7/+18
2025-09-23Migrate `expand_record_rest_pattern` assist to use `SyntaxEditor`A4-Tacks-12/+11
2025-09-23move config check logic from get_toml to parse_innerbit-aloo-24/+23
2025-09-23Add const parameter keyword completionA4-Tacks-1/+28
2025-09-23Use ParamEnv in TraitEnvironmentJack Huey-170/+216
2025-09-23Add 'db to TraitEnvironmentJack Huey-109/+122
2025-09-23Make Field::ty return TypeNsjackh726-31/+51
2025-09-22Use ns versions of with_diagnostics queriesjackh726-8/+8
2025-09-22fix ICE in rustdoc::invalid_html_tagsbinarycat-1/+2
2025-09-22make rust-analyzer settings use dedicated directoryTshepang Mbambo-15/+42
2025-09-22Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomezbors-4/+59
2025-09-22Update booksrustbot-0/+0
2025-09-22fix SIFA logicRalf Jung-12/+23