about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-22Add regression testIris Shi-0/+23
2025-09-22chore: remove dead linkssysrex-1/+0
2025-09-22avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if`Petros Angelatos-25/+49
2025-09-22Merge pull request #20724 from ChayimFriedman2/ns-cleanup3Chayim Refael Friedman-0/+32
2025-09-22assert_unsafe_precondition: fix some incorrect check_language_ubRalf Jung-9/+10
2025-09-22Another regression test for next solver fixed bugChayim Refael Friedman-0/+32
2025-09-22Fix applicable on underscore for bind_unused_paramA4-Tacks-3/+30
2025-09-22Fix apply in internal if for pull_assignment_upA4-Tacks-0/+35
2025-09-21port `#[debugger_visualizer]` to the new attribute systemJana Dönszelmann-154/+185
2025-09-22Merge ref '9f32ccf35fb8' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-38860/+77064
2025-09-22Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-09-22Move test fileIris Shi-0/+0
2025-09-22Update tests/rustdoc/private-mod-override-re-export.rsIris Shi-1/+1
2025-09-22Merge pull request #20718 from ChayimFriedman2/inlay-max-len-docsChayim Refael Friedman-1/+5
2025-09-22Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guaranteeChayim Refael Friedman-1/+5
2025-09-21Mark float intrinsics with no preconditions as safeltdk-188/+222
2025-09-22Introduce "wrapper" helpers to rustdocYotam Ofek-238/+248
2025-09-21Bless UI testsJules Bertholet-1/+5
2025-09-21Re-use some existing util fnsYotam Ofek-9/+7
2025-09-21Early return in `visibility_print_with_space`Yotam Ofek-4/+7
2025-09-21Auto merge of #146862 - matthiaskrgr:rollup-1zqootr, r=matthiaskrgrbors-408/+862
2025-09-21Rollup merge of #146639 - joboet:shared-stdiopipes, r=Mark-SimulacrumMatthias Krüger-34/+21
2025-09-21Rollup merge of #146606 - Enselic:test-test-args, r=Mark-SimulacrumMatthias Krüger-0/+7
2025-09-21Rollup merge of #146486 - ferrocene:pvdrz/improve-atomic-coverage, r=ibraheemdevMatthias Krüger-4/+240
2025-09-21Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmannMatthias Krüger-370/+594
2025-09-21Add x86_64-unknown-motor (Motor OS) tier 3 targetU. Lasiotus-3/+131
2025-09-21emit attribute for readonly non-pure inline assemblyFolkert de Vries-2/+56
2025-09-21Make mips64el-unknown-linux-muslabi64 link dynamicallyJens Reidel-4/+1
2025-09-21Allow shared access to `Exclusive<T>` when `T: Sync`Jules Bertholet-10/+104
2025-09-21regression test for https://github.com/rust-lang/rust/issues/117763The 8472-0/+17
2025-09-21std: merge definitions of `StdioPipes`joboet-34/+21
2025-09-21Merge pull request #2594 from cammeresi/spelling-20250921Tshepang Mbambo-1/+1
2025-09-21Explain tests and setting cfgsBen Kimock-0/+15
2025-09-21Change the cfg to a dashBen Kimock-78/+78
2025-09-21Add panic=immediate-abortBen Kimock-157/+541
2025-09-22mbe: Switch dummy extension used for errors from `LegacyBang` to `Bang`Josh Triplett-8/+8
2025-09-22Switch `dummy_bang` from `LegacyBang` to `Bang`Josh Triplett-14/+11
2025-09-21Correct a misspelling of RUSTC_LOGSidney Cammeresi-1/+1
2025-09-21Auto merge of #146659 - cjgillot:impossible-taint, r=oli-obkbors-61/+201
2025-09-21remove prepare_test_specific_dir and update tests accordinglybit-aloo-89/+65
2025-09-21add explicit config assignment when running the test, as the src is assigned ...bit-aloo-0/+9
2025-09-21initialize out with CARGO_TARGET_DIR and then go for manifest and then for cu...bit-aloo-8/+19
2025-09-21add dry_run flag in config builder and remove runtime test hacksbit-aloo-7/+15
2025-09-21remove create_config_without_ci_llvm_override duplicationbit-aloo-21/+19
2025-09-21rename config_toml to with_default_toml_configbit-aloo-18/+33
2025-09-21this is dicy, whether we have a method to explicitly enable_llvm_overridebit-aloo-0/+15
2025-09-21move most of the test to new testCtxbit-aloo-191/+152
2025-09-21allow symlinking during testbit-aloo-1/+1
2025-09-21remove using default toml config for test in get_toml, we handle it via using...bit-aloo-4/+0
2025-09-21let verify method run in test settingsbit-aloo-1/+1