about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-157/+561
2025-09-22Skip the panic-immediate-abort-works test when cross-compilingBen Kimock-0/+5
2025-09-22Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomezbors-30/+173
2025-09-22Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboetGuillaume Gomez-18/+0
2025-09-22Rollup merge of #146884 - Kobzol:tidy-rustdoc-modified, r=GuillaumeGomezGuillaume Gomez-2/+4
2025-09-22Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwcoGuillaume Gomez-3/+131
2025-09-22Rollup merge of #146828 - el-ev:issue146646, r=GuillaumeGomezGuillaume Gomez-2/+33
2025-09-22Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3Guillaume Gomez-5/+5
2025-09-22Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieubors-246/+284
2025-09-22Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examplesTaiki Endo-18/+0
2025-09-22address review commentsIris Shi-2/+2
2025-09-22Fix modification check of `rustdoc-json-types`Jakub Beránek-2/+4
2025-09-22Auto merge of #146879 - Zalathar:rollup-vm97j8b, r=Zalatharbors-462/+948
2025-09-22Rollup merge of #146878 - RalfJung:check_language_ub, r=tgross35Stuart Cook-9/+10
2025-09-22Rollup merge of #146858 - Gelbpunkt:mips64el-musl-dynamic, r=jieyouxuStuart Cook-4/+1
2025-09-22Rollup merge of #146846 - hkBst:btree-2, r=tgross35Stuart Cook-2/+3
2025-09-22Rollup merge of #146845 - Zalathar:prof-target-machine, r=KobzolStuart Cook-0/+10
2025-09-22Rollup merge of #146838 - yotamofek:pr/rustdoc/wrappers, r=lolbinarycatStuart Cook-251/+262
2025-09-22Rollup merge of #146831 - taiki-e:powerpc-clobber, r=AmanieuStuart Cook-189/+572
2025-09-22Rollup merge of #146791 - folkertdev:readonly-not-pure, r=nikic,joshtriplettStuart Cook-2/+56
2025-09-22Rollup merge of #146397 - pthariensflame:patch-1, r=AmanieuStuart Cook-5/+17
2025-09-22Rollup merge of #145411 - the8472:cows-have-no-branches, r=Mark-SimulacrumStuart Cook-0/+17
2025-09-22add exit code checkIris Shi-5/+11
2025-09-22Add regression testIris Shi-0/+23
2025-09-22assert_unsafe_precondition: fix some incorrect check_language_ubRalf Jung-9/+10
2025-09-21Mark float intrinsics with no preconditions as safeltdk-188/+222
2025-09-22Introduce "wrapper" helpers to rustdocYotam Ofek-238/+248
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-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-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-21Auto merge of #146659 - cjgillot:impossible-taint, r=oli-obkbors-61/+201
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