about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2025-09-21add an API in ConfigBuilder to point to config file for toml parsingbit-aloo-0/+8
2025-09-21walk up the ancestorsbit-aloo-6/+7
2025-09-21make cargo test work for bootstrap self testbit-aloo-73/+17
2025-09-21Changes to uitests for macro_export portJonathan Brouwer-277/+417
2025-09-21Port #[macro_export] to the new attribute parsing infrastructureJonathan Brouwer-93/+177
2025-09-21Auto merge of #146592 - Kobzol:tidy-diag, r=jieyouxubors-580/+781
2025-09-21Implement output of colored messages with optional check contextJakub Beránek-55/+152
2025-09-21Migrate the remaining tidy checks to diagnosticsJakub Beránek-572/+560
2025-09-21Add `CheckId`, migrate the `alphabetical` check to diagnosticsJakub Beránek-45/+63
2025-09-21Add diagnostics context and migrate the `style` check to itJakub Beránek-89/+187
2025-09-21btree InternalNode::new safety commentsMarijn Schouten-2/+3
2025-09-21Add self-profile events for target-machine creationZalathar-0/+10
2025-09-21Auto merge of #146779 - GuillaumeGomez:gcc-ignore-test_ui_abi, r=Kobzol,jieyouxubors-0/+14