about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-23Use lower_nextsolver::callable_item_signature instead of lower::callable_item...Jack Huey-141/+188
2025-09-23revert change removing `has_infer` check. Commit conservatively patches for n...ash-1/+36
2025-09-23Auto merge of #146938 - matthiaskrgr:rollup-y06ggfz, r=matthiaskrgrbors-169/+262
2025-09-23llvm: update remarks support on LLVM 22Augie Fackler-0/+5
2025-09-23Rollup merge of #146877 - el-ev:issue146816, r=fmease,lolbinarycat,GuillaumeG...Matthias Krüger-7/+18
2025-09-23Rollup merge of #146875 - Enselic:better-file-names, r=jieyouxuMatthias Krüger-6/+3
2025-09-23Rollup merge of #146827 - foxtran:doc/linker-plugin-lto, r=nnethercoteMatthias Krüger-2/+5
2025-09-23Rollup merge of #146806 - el-ev:issue60926, r=lolbinarycatMatthias Krüger-0/+13
2025-09-23Rollup merge of #146802 - joshtriplett:mbe-simplifications, r=petrochenkovMatthias Krüger-31/+39
2025-09-23Rollup merge of #146799 - cuviper:dangling-count-latch, r=lcnrMatthias Krüger-2/+6
2025-09-23Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiserMatthias Krüger-45/+22
2025-09-23Rollup merge of #146775 - hkBst:clippy-fix-11, r=petrochenkovMatthias Krüger-39/+33
2025-09-23Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmannMatthias Krüger-33/+119
2025-09-23Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkovMatthias Krüger-4/+4
2025-09-23std: move WinSock abstractions to `sys::pal`joboet-77/+84
2025-09-23remove test for no_corelcnr-27/+0
2025-09-23yeet fastpathlcnr-13/+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-10/+36
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-23Add attributes for #[global_allocator] functionsNikita Popov-3/+54
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 pull request #4601 from RalfJung/rustupRalf Jung-11364/+42407
2025-09-23Merge ref 'f6092f224d2b' from rust-lang/rustRalf Jung-11363/+42406
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-23Merge pull request #20728 from jackh726/next-trait-solver-next2Shoyu Vanilla (Flint)-303/+382
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-157/+561
2025-09-23add regression testlcnr-0/+30
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-22Skip the panic-immediate-abort-works test when cross-compilingBen Kimock-0/+5
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 a dangling reference in `rustc_thread_pool`Josh Stone-2/+6
2025-09-22add regression test for issue 146537cyrgani-0/+34
2025-09-22fix ICE in rustdoc::invalid_html_tagsbinarycat-1/+65
2025-09-22Mutex/RwLock/ReentrantLock::data_ptr to be const fnPeter Lyons Kehl-5/+5
2025-09-22Fix a crash/mislex when more than one frontmatter closing possibility is cons...Alex-1/+34
2025-09-22make rust-analyzer settings use dedicated directoryTshepang Mbambo-15/+42