about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-28cargo update cargo_updategithub-actions-530/+529
2025-09-27Auto merge of #146927 - Kobzol:install-clif, r=jieyouxubors-52/+63
2025-09-27Auto merge of #138907 - GuillaumeGomez:rfc-3631, r=fmease,camelid,Manishearth...bors-371/+1046
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
2025-09-27Implement RFC 3631Guillaume Gomez-209/+518
2025-09-27Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxubors-676/+646
2025-09-27Auto merge of #147074 - matthiaskrgr:rollup-sm3owsd, r=matthiaskrgrbors-644/+946
2025-09-26Bump stage0Mark Rousskov-500/+500
2025-09-26Apply cfg(bootstrap) replacementMark Rousskov-38/+8
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-138/+138
2025-09-26Handle self-loops too.Camille Gillot-3/+5
2025-09-26Rollup merge of #147058 - GuillaumeGomez:ignore-more-ui-tests, r=KobzolMatthias Krüger-297/+440
2025-09-26Rollup merge of #147031 - joshtriplett:mbe-opt-collect, r=lcnrMatthias Krüger-6/+6
2025-09-26Rollup merge of #147027 - GuillaumeGomez:tyalias-disambiguator, r=lolbinarycatMatthias Krüger-1/+98
2025-09-26Rollup merge of #147016 - hkBst:whitespace-1, r=nnethercoteMatthias Krüger-23/+5
2025-09-26Rollup merge of #146849 - joshtriplett:macro-reduce-legacy-bang, r=petrochenkovMatthias Krüger-22/+19
2025-09-26Rollup merge of #146778 - nikic:allocator-shim-attributes, r=jackh726Matthias Krüger-114/+126
2025-09-26Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkovMatthias Krüger-7/+23
2025-09-26Rollup merge of #146704 - jdonszelmann:port-debug-visualizer, r=petrochenkovMatthias Krüger-154/+185
2025-09-26Rollup merge of #146523 - thejpster:demote-armebv7r-targets, r=jackh726Matthias Krüger-5/+5
2025-09-26Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnrMatthias Krüger-15/+39
2025-09-26Auto merge of #146885 - lcnr:method-selection-opaques, r=BoxyUwUbors-291/+647
2025-09-26reviewlcnr-7/+13
2025-09-26add testslcnr-0/+161
2025-09-26move testslcnr-0/+0
2025-09-26allow method calls on opaqueslcnr-171/+357
2025-09-26use `try_structurally_resolve_type` for method receiverlcnr-36/+54
2025-09-26remove unnecessary structurally resolvelcnr-3/+1
2025-09-26predefined opaques to `method_autoderef_steps`lcnr-15/+63