about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
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
2022-05-24fix simple clippy lintsklensy-8/+5
2022-05-22Clean up `&args[..]`, use more readable `args.iter()` insteadMichael Howell-3/+3
2022-05-21Shrink GenericArgs/PathSegment with boxed slicesMichael Howell-3/+3
2022-05-21Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddlebors-5/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-47/+55
2022-05-15Reduce clean::Type size by replacing a DefId (only used to check for display)...Guillaume Gomez-5/+1
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-25rustdoc: do not write `{{root}}` in `pub use ::foo` docsMichael Howell-1/+2
2022-04-20rustdoc: Clean up `html::format::print_where_clause`Roc Yu-70/+62
2022-04-19Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomezDylan DPC-1/+2
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+2
2022-04-17Remove extra space before a where clause in the documentationLoïc BRANSTETT-1/+2
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-0/+15
2022-03-11Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpiderbors-27/+19
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-72/+85
2022-03-03make generic projection types print correctlyMichael Goulet-5/+11
2022-02-23rustdoc: write directly to buffer in `inner_full_print`Michael Howell-27/+19
2022-02-22Address review commentsDeadbeef-10/+10