summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
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
2024-03-14inlineManish Goregaokar-5/+9
2024-03-14print doc(hidden)Manish Goregaokar-5/+14
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-7/+5
2024-02-27Fix link generation for locate foreign macro in jump to definition featureGuillaume Gomez-1/+1
2024-02-24Rustdoc: include crate name in links for local primitivesGurinder Singh-2/+7
2024-02-16rustdoc: fix and refactor HTML rendering a bitLeón Orell Valerian Liehr-281/+173
2024-02-09Unify item relative path computation in one functionGuillaume Gomez-24/+2
2024-02-09Correctly generate path for non-local items in source code pagesGuillaume Gomez-52/+140
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-2/+2
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-1/+1
2023-11-26rustdoc: Remove space from fake-variadic fn ptr implsMaybe Waffle-1/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-24/+33
2023-10-21rustdoc: avoid allocating strings primitive link printingMichael Howell-26/+51
2023-10-12Hide host effect params from docsOli Scherer-2/+1
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-2/+1
2023-09-21Record asyncness span in HIRMichael Goulet-1/+1
2023-08-16Use more named format argsGuillaume Gomez-19/+32
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-30/+25
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-07-27Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG...Guillaume Gomez-11/+24