about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-28Rollup merge of #147095 - fmease:libprivrepr, r=dtolnayMatthias Krüger-7/+7
2025-09-28Rollup merge of #147093 - jackpot51:redox-path, r=bjorn3Matthias Krüger-1/+1
2025-09-28Rollup merge of #147086 - Zalathar:payload, r=jieyouxuMatthias Krüger-14/+1
2025-09-28Rollup merge of #147082 - danielverkamp:fmt-alternate-octal-binary-mixup, r=N...Matthias Krüger-2/+2
2025-09-28Rollup merge of #147081 - moturus:fix_md, r=workingjubileeMatthias Krüger-1/+2
2025-09-28Rollup merge of #147066 - SimonSapin:macro_attr-tracking, r=lqdMatthias Krüger-2/+2
2025-09-28Rollup merge of #147061 - lcnr:provisional-cache-woops, r=BoxyUwUMatthias Krüger-56/+173
2025-09-28Rollup merge of #146942 - yotamofek:pr/rustdoc/finish_deprecating_write_str, ...Matthias Krüger-117/+90
2025-09-28Rollup merge of #146788 - sysrex:146756/discord_invite, r=workingjubileeMatthias Krüger-5/+4
2025-09-28Rollup merge of #146763 - Zalathar:di-builder, r=jdonszelmannMatthias Krüger-133/+102
2025-09-28Rollup merge of #146745 - helldawg:master, r=workingjubileeMatthias Krüger-31/+31
2025-09-28Rollup merge of #142139 - erickt:include-hashes, r=Mark-SimulacrumMatthias Krüger-512/+627
2025-09-28Auto merge of #147042 - Noratrieb:untrack-caller-vec, r=tgross35bors-122/+1
2025-09-27Auto merge of #147104 - matthiaskrgr:rollup-gap1v0w, r=matthiaskrgrbors-114/+576
2025-09-27Auto merge of #146927 - Kobzol:install-clif, r=jieyouxubors-52/+63
2025-09-27Rollup merge of #147076 - joshuarayton:more-float-constants-issue, r=tgross35Matthias Krüger-24/+24
2025-09-27Rollup merge of #147075 - Lysxia:no-panic-def-path-hash, r=petrochenkovMatthias Krüger-9/+10
2025-09-27Rollup merge of #147050 - durin42:llvm-22-pgo-options-args, r=cuviperMatthias Krüger-0/+18
2025-09-27Rollup merge of #147046 - Kobzol:bootstrap-ll, r=jieyouxuMatthias Krüger-54/+113
2025-09-27Rollup merge of #147032 - GuillaumeGomez:fix-doctest-compilation-time-display...Matthias Krüger-11/+143
2025-09-27Rollup merge of #147018 - Fabian-Gruenbichler:mr/fix-linker-warning-test-norm...Matthias Krüger-1/+1
2025-09-27Rollup merge of #146732 - durin42:llvm-22-less-assumes, r=nikicMatthias Krüger-4/+13
2025-09-27Rollup merge of #146037 - aapoalas:reborrow-lang-experiment, r=tmandryMatthias Krüger-11/+254
2025-09-27Auto merge of #138907 - GuillaumeGomez:rfc-3631, r=fmease,camelid,Manishearth...bors-371/+1046
2025-09-27Library: Remove remaining private `#[repr]` workaroundsLeón Orell Valerian Liehr-7/+7
2025-09-27redox: switch to colon as path separatorJeremy Soller-1/+1
2025-09-27Update stage0 per previous commmitMark Rousskov-500/+522
2025-09-27Include additional hashes in src/stage0Erick Tryzelaar-12/+105
2025-09-27Auto merge of #146829 - cjgillot:jump-threading-loop-dominator, r=dianqkbors-17/+25
2025-09-27Remove `doc_auto_cfg` feature as wellGuillaume Gomez-5/+4
2025-09-27Improve code and fix typoGuillaume Gomez-65/+43
2025-09-27Apply first review round suggestionsGuillaume Gomez-19/+10
2025-09-27Improve code comments and extend tests for `doc_cfg` featureGuillaume Gomez-3/+32
2025-09-27Correctly handle target_feature in rustdoc cfgGuillaume Gomez-26/+11
2025-09-27Fix `tests/rustdoc/target-feature.rs` test by adding missing `#![feature(doc_...Guillaume Gomez-0/+2
2025-09-27Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925Guillaume Gomez-71/+23
2025-09-27Fix autodiff feature activationGuillaume Gomez-1/+0
2025-09-27fmtGuillaume Gomez-16/+5
2025-09-27Remove `doc_cfg_hide` featureGuillaume Gomez-6/+4
2025-09-27Improve code and better check `doc(cfg(...))` attributesGuillaume Gomez-75/+209
2025-09-27Add code documentation, improve code and improve error messageGuillaume Gomez-14/+28
2025-09-27Put back the `doc_cfg` code behind a nightly featureGuillaume Gomez-20/+35
2025-09-27Rename `CfgInfo::doc_auto_cfg_active` into `auto_cfg_active`Guillaume Gomez-9/+9
2025-09-27Update book for `doc_cfg` featureGuillaume Gomez-0/+268
2025-09-27Remove `doc_cfg` related content from rustdoc book unstable features chapterGuillaume Gomez-82/+0
2025-09-27Remove ui test for doc_cfg feature gateGuillaume Gomez-14/+5
2025-09-27Remove useless code in `propagate_doc_cfg.rs`Guillaume Gomez-18/+1
2025-09-27Strenghten checks for `doc(auto_cfg(show/hide))` attributesGuillaume Gomez-10/+32
2025-09-27Add "global" rustdoc test for RFC 3631Guillaume Gomez-0/+80
2025-09-27Update rustdoc testsGuillaume Gomez-42/+61