about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
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 ↵Guillaume Gomez-0/+2
`#![feature(doc_cfg)]`
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-27Fix tracking issue number for feature(macro_attr)Simon Sapin-2/+2
The ability to define an attribute macro with `macro_rules!` is tracked at https://github.com/rust-lang/rust/issues/143547, not https://github.com/rust-lang/rust/issues/83527
2025-09-27Use `PanicHookInfo::payload_as_str` now that it's stable in betaZalathar-14/+1
2025-09-27Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxubors-676/+646
Bump bootstrap compiler to 1.91 beta https://forge.rust-lang.org/release/process.html#default-branch-bootstrap-update-tuesday
2025-09-26doc: fix a typo in platform-support.mdU. Lasiotus-1/+2
2025-09-27Auto merge of #147074 - matthiaskrgr:rollup-sm3owsd, r=matthiaskrgrbors-644/+946
Rollup of 10 pull requests Successful merges: - rust-lang/rust#145113 (resolve: Do not finalize shadowed bindings) - rust-lang/rust#146523 (Demote both armebv7r-none-* targets.) - rust-lang/rust#146704 (port `#[debugger_visualizer]` to the new attribute system) - rust-lang/rust#146758 (Stop linking rs{begin,end} objects on x86_64-*-windows-gnu) - rust-lang/rust#146778 (Use standard attribute logic for allocator shim) - rust-lang/rust#146849 (Reduce some uses of `LegacyBang`) - rust-lang/rust#147016 (fix doc comments to be more standard) - rust-lang/rust#147027 (Add new `tyalias` intra-doc link disambiguator) - rust-lang/rust#147031 (mbe: Simplify check_redundant_vis_repetition) - rust-lang/rust#147058 (Ignore more failing ui tests for GCC backend) Failed merges: - rust-lang/rust#147046 (Rename `rust.use-lld` to `rust.bootstrap-override-lld`) r? `@ghost` `@rustbot` modify labels: rollup
2025-09-27Simplify logic slightlyEsteban Küber-15/+22
2025-09-26formatting_options: fix alternate docs 0b/0o mixupDaniel Verkamp-2/+2
The descriptions of the alternate forms of Octal and Binary were swapped in the doc comment for FormattingOptions::alternate().
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-26this ice now requires -Zvalidate-mirbeepster4096-7/+7
also slightly minimized the test
2025-09-27move Reborrow to ops, fix fmt issuesAapo Alasuutari-25/+21
2025-09-26Handle self-loops too.Camille Gillot-3/+5
2025-09-26Merge pull request #20753 from ↵Laurențiu Nicola-3/+3
rust-lang/dependabot/npm_and_yarn/editors/code/tar-fs-2.1.4 minor: Bump tar-fs from 2.1.3 to 2.1.4 in /editors/code
2025-09-26Add regression test for merged doctests compilation time displayGuillaume Gomez-8/+136
2025-09-26split-dwarf: add documentation and test coverageAugie Fackler-12/+152
2025-09-26Bump tar-fs from 2.1.3 to 2.1.4 in /editors/codedependabot[bot]-3/+3
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2025-09-26Fix typo in LLVM_VERSION_ macro useAugie Fackler-1/+1
Co-authored-by: Nikita Popov <github@npopov.com>
2025-09-26castkind::subtype in clippybeepster4096-2/+2
2025-09-26Rename `rust.use-lld` to `rust.bootstrap-override-lld`Jakub Beránek-54/+113
2025-09-26Support `#[rustc_align_static]` inside `thread_local!`Jules Bertholet-74/+872
2025-09-26std::net: update tcp deferaccept delay type to Duration.David Carlier-17/+26
2025-09-26update issue number for more_float_constantsJoshua Rayton-24/+24
2025-09-26debuginfo: add an unstable flag to write split DWARF to an explicit directoryAugie Fackler-1/+15
Bazel requires knowledge of outputs from actions at analysis time, including file or directory name. In order to work around the lack of predictable output name for dwo files, we group the dwo files in a subdirectory of --out-dir as a post-processing step before returning control to bazel. Unfortunately some debugging workflows rely on directly opening the dwo file rather than loading the merged dwp file, and our trick of moving the files breaks those users. We can't just hardlink the file or copy it, because with remote build execution we wouldn't end up with the un-moved file copied back to the developer's workstation. As a fix, we add this unstable flag that causes dwo files to be written to a build-system-controllable location, which then lets bazel hoover up the dwo files, but the objects also have the correct path for the dwo files.
2025-09-26tests: use max-llvm-major-version instead of ignore-llvm-versionAugie Fackler-3/+3
2025-09-26PassWrapper: drop unused variable for LLVM 22+Augie Fackler-0/+2
2025-09-26Make `def_path_hash_to_def_id` not panic when passed an invalid hashLi-yao Xia-9/+10
2025-09-26Merge pull request #20751 from neuschaefer/memchrLaurențiu Nicola-2/+2
Update memchr to 2.7.6