summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
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
2023-02-04rustdoc: trait bound formattingRoland Strasser-2/+10
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-10/+10
2023-01-23rustdoc: rearrange HTML in primitive reference linksMichael Howell-8/+2
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-1/+1
2023-01-13fmt_type: don't alloc const String, use &str insteadklensy-1/+1
2023-01-13generate_macro_def_id_path: don't eagerly stringify Symbolsklensy-7/+12
2022-12-22Fix ICEkadmin-4/+4
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-4/+0
2022-11-04rustdoc: render unnamed arguments as underscores in cross-crate functions & f...León Orell Valerian Liehr-7/+4
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-77/+74
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-1/+2
2022-09-30rustdoc: remove orphaned link on array bracketMichael Howell-8/+18
2022-09-21Add missing space between notable trait tooltip and where clauseUrgau-1/+1
2022-09-11Avoid `Iterator::last`KaDiWa-2/+2
2022-09-01Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=...Matthias Krüger-9/+4
2022-08-31Remove unneeded extra whitespace before where clauseGuillaume Gomez-9/+4
2022-08-30rustdoc: Resugar async fn return type in `clean`, not `html`Nixon Enraght-Moony-13/+4
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-1/+6
2022-08-05rustdoc: reduce the number of intermediate Strings allocatedMichael Howell-1/+1
2022-07-19Improve the function pointer docsMichael Howell-6/+26
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-1/+14
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-6/+8
2022-07-11Remove box syntax from Box<dyn Iterator> constructionest31-6/+8
2022-07-07Replace boolean argument for print_where_clause with an enum to make code mor...Guillaume Gomez-4/+10
2022-07-05Fix invalid add of whitespace when there is where clauseGuillaume Gomez-0/+4