summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
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
2022-07-02Remove unwanted trailing whitespaces for long declarationsGuillaume Gomez-8/+4
2022-06-20Fix panic by checking if `CStore` has the crate data we want before actually ...Guillaume Gomez-6/+14
2022-06-20Integrate `generate_macro_def_id_path` into `href_with_root_path`Guillaume Gomez-1/+70
2022-06-20Add support for macro in "jump to def" featureGuillaume Gomez-0/+1
2022-06-19Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jshaDylan DPC-10/+34
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-3/+19
2022-06-14rustdoc: change "variadic tuple" notation to look less like real syntaxMichael Howell-1/+1
2022-06-14rustdoc: remove tuple link on round bracesMichael Howell-10/+34
2022-06-13rustdoc: remove link on slice bracketsMichael Howell-27/+2
2022-06-11Add test case for #trait-implementations-1 linkMichael Howell-0/+2
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-1/+1
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-3/+17
2022-06-02rustdoc: clean up primitive.slice.html linksMichael Howell-22/+16
2022-05-24fix clippy perf lintsklensy-10/+13