summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2025-03-15Add RTN support to rustdocMichael Goulet-0/+3
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-1/+1
2025-03-06Manual, post-`clippy --fix` cleanupsYotam Ofek-5/+5
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-6/+4
2025-03-04Adapt `librustdoc` to 2024 edition lifetieme capture rulesYotam Ofek-99/+45
2025-03-04`librustdoc`: 2024 edition! 🎊Yotam Ofek-1/+1
2025-02-23return `impl fmt::Display` in more places instead of writing to stringsYotam Ofek-8/+8
2025-02-14librustdoc: lazily format some pathsYotam Ofek-19/+26
2025-02-14librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` typesYotam Ofek-1/+1
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-114/+9
2025-02-04librustdoc: create a helper for separating elements of an iterator instead of...Yotam Ofek-155/+105
2025-02-01Omit argument names from function pointers that do not have argument namesDavid Tolnay-1/+3
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-53/+37
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-0/+1
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-0/+8
2024-12-31Unsafe binder support in rustdocMichael Goulet-5/+12
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-4/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-13/+18
2024-11-23do not to_string, use displayklensy-1/+1
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-41/+0
2024-11-01rustdoc: Directly use rustc_abi instead of reexportsJubilee Young-3/+3
2024-10-29update toolslcnr-3/+2
2024-10-26expand: Stop using artificial `ast::Item` for macros loaded from metadataVadim Petrochenkov-5/+3
2024-10-24rustdoc: Extend fake_variadic to "wrapped" tuplesTau Gärtli-0/+18
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-7/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-29Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddleGuillaume Gomez-10/+9
2024-08-29Fix clippy lintsGuillaume Gomez-10/+9
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-40/+74
2024-08-10Stop showing impl items for negative implsGuillaume Gomez-3/+2
2024-08-04rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)Noah Lev-17/+10
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-0/+1
2024-08-04rustdoc: Rename `SelfTy` to `ReceiverTy`Noah Lev-1/+1
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+6
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-1/+1
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-1/+1
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-0/+14
2024-06-04Use checked_subSergi-Ferrez-6/+7
2024-06-04Update code format and testsSergi-Ferrez-2/+2
2024-06-04Include trailing commas in functionsSergi-Ferrez-10/+12
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-8/+8
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-8/+8
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-11/+18
2024-05-17Rename Unsafe to SafetySantiago Pastorino-5/+5
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-2/+2
2024-04-08Thread pattern types through the HIROli Scherer-0/+4