about summary refs log tree commit diff
path: root/src/librustdoc/clean/types.rs
AgeCommit message (Expand)AuthorLines
2025-10-02Move doc_cfg-specific code into `cfg.rs`Guillaume Gomez-263/+1
2025-09-29Rollup merge of #147133 - GuillaumeGomez:rm-loop-extract_cfg_from_attrs, r=lo...Matthias Krüger-11/+5
2025-09-29Improve code commentsGuillaume Gomez-5/+3
2025-09-29Use `Iterator::eq` and (dogfood) `eq_by` in compiler and libraryYotam Ofek-1/+1
2025-09-28Remove one loop in `extract_cfg_from_attrs`Guillaume Gomez-8/+4
2025-09-27Improve code and fix typoGuillaume Gomez-6/+4
2025-09-27Improve code comments and extend tests for `doc_cfg` featureGuillaume Gomez-2/+4
2025-09-27Correctly handle target_feature in rustdoc cfgGuillaume Gomez-26/+11
2025-09-27Improve code and better check `doc(cfg(...))` attributesGuillaume Gomez-36/+53
2025-09-27Add code documentation, improve code and improve error messageGuillaume Gomez-0/+13
2025-09-27Rename `CfgInfo::doc_auto_cfg_active` into `auto_cfg_active`Guillaume Gomez-9/+9
2025-09-27Implement RFC 3631Guillaume Gomez-71/+231
2025-09-25Rollup merge of #116882 - fmease:rustdoc-generalized-priv-repr-heuristic, r=r...Matthias Krüger-112/+0
2025-09-14rustdoc: Move HTML-specific attr rendering code into HTML rendering modLeón Orell Valerian Liehr-112/+0
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-20/+13
2025-09-12Rename AssocItemContainer -> AssocContainerCameron Steffen-4/+4
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-1/+1
2025-08-28Create new `Item::is_fake_item` method as equivalent to check for `is_primiti...Guillaume Gomez-0/+11
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-7/+31
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-1/+2
2025-08-18Rollup merge of #144838 - Kivooeo:doc-subtype, r=notriddleStuart Cook-4/+4
2025-08-05rustdoc: fix caching of intra-doc links on reexportsbinarycat-1/+19
2025-08-05updated doc commentKivooeo-4/+4
2025-08-02Rollup merge of #143662 - obi1kenobi:pg/unsafe-attribute-wrappers, r=t-rustdocSamuel Tardieu-3/+3
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-6/+4
2025-07-31Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmeaseJana Dönszelmann-37/+0
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-6/+4
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-37/+0
2025-07-31Remove `TyCtxt::get_attrs_unchecked`.Nicholas Nethercote-5/+2
2025-07-23[rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.Predrag Gruevski-3/+3
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-2/+2
2025-07-17parse `const trait Trait`Deadbeef-1/+1
2025-07-15rustdoc-json: Structured attributesAlona Enraght-Moony-55/+25
2025-07-12Fix clippy & rustdoc-jsonJonathan Brouwer-0/+3
2025-07-06Rewrite empty attribute lintJonathan Brouwer-1/+1
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-1/+3
2025-07-04Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomezJacob Pratt-1/+14
2025-07-03rustdoc: don't treat methods under const impls or traits as constDeadbeef-1/+14
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-12/+17
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-1/+4
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-1/+4
2025-06-23Fix comment on NoMangleJonathan Brouwer-1/+2
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-12/+10
2025-06-22Remove some dead code.Nicholas Nethercote-14/+0
2025-06-19De-dup common code from `ExternalCrate` methodsYotam Ofek-68/+50
2025-06-16rustdoc: skip `MetaSized` boundsDavid Wood-1/+9
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-1/+1
2025-06-06Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomezMatthias Krüger-10/+2
2025-06-05Support middle::ty assoc const eq predicates againLeón Orell Valerian Liehr-9/+1
2025-06-05Rename `should_show_cast` to `should_fully_qualify`León Orell Valerian Liehr-1/+1