about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
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
2023-07-26rustdoc: fix cross-crate impl-SizedLeón Orell Valerian Liehr-11/+24
2023-07-22fix doc links on `extern crate` itemsLukas Markeffsky-1/+9
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-3/+4
2023-06-28rustdoc: Reduce internal function visibility.Alona Enraght-Moony-1/+1
2023-06-24rustdoc: get rid of extra line when line-wrapping fn decls with empty arg listLeón Orell Valerian Liehr-1/+1
2023-06-22Fix indentation for where clause in rustdoc pagesGuillaume Gomez-5/+12
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-21/+18
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-11/+35
2023-05-02Make tools happyMichael Goulet-0/+1
2023-04-29fix rustdoc and core testDeadbeef-1/+1
2023-04-10Fix typos in librustdocDaniPopes-2/+2
2023-04-08Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomezbors-4/+0
2023-04-05rustdoc: migrate `item_union` to an Askama templateMichael Howell-4/+0
2023-04-04rustdoc: escape GAT args in more casesLeón Orell Valerian Liehr-16/+15
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-2/+2
2023-03-20Rollup merge of #109269 - klensy:rdoc-s, r=notriddleMatthias Krüger-1/+1
2023-03-17rustdoc: reduce allocations in `visibility_to_src_with_space`Michael Howell-7/+7
2023-03-16clean up few allocklensy-1/+1
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+6
2023-03-11rustdoc: reduce allocs in FnDecl::inner_full_printJacob Hoffman-Andrews-65/+71
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+0
2023-02-22rustdoc: reduce allocations when generating tooltipsMichael Howell-6/+13
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-1/+1
2023-02-16Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomezMatthias Krüger-3/+3
2023-02-15use chars instead of strings where applicableMatthias Krüger-3/+3
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-5/+3
2023-02-15Use more let chainGuillaume Gomez-5/+3
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-0/+16
2023-02-07rustdoc: use a newline instead of `<br>` to format code headersMichael Howell-17/+14