about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-03-30Only show associated consts from inherent impls in sidebarJules Bertholet-0/+1
2022-03-29Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelidbors-14/+15
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-14/+15
2022-03-28Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli...bors-3/+12
2022-03-27Add scrape examples help pageWill Crichton-12/+86
2022-03-27Improve styling on scrape examples help buttonWill Crichton-12/+11
2022-03-27Fix markdown issue, remove hard-coded rust-lang.org urlWill Crichton-1/+3
2022-03-27Improve alignment of additional scraped examples, add scrape examples help pageWill Crichton-40/+106
2022-03-27Only highlight identifier in scraped examples, not argumentsWill Crichton-29/+4
2022-03-27Improve Rustdoc UI for scraped examples with multiline arguments, fixWill Crichton-15/+54
2022-03-21fix: add a space only in front of 🔒Maximilian Köhl-2/+2
2022-03-21move the 🔒 after the nameMaximilian Köhl-1/+1
2022-03-19apply rustfmtMaximilian Köhl-2/+4
2022-03-19rustdoc: add 🔒 to indicate restricted visibilityMaximilian Köhl-3/+10
2022-03-19Remove animation on source sidebarGuillaume Gomez-7/+0
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-24/+10
2022-03-13Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jshabors-3/+3
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-1/+1
2022-03-11Collapse Blanket Implementations and Auto-trait implementations by defaultGuillaume Gomez-5/+11
2022-03-11Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpiderbors-27/+19
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-1/+1
2022-03-10Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddleMatthias Krüger-7/+12
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-7/+12
2022-03-07Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgrbors-8/+5
2022-03-07Remove unneeded whitespace generation and use CSS instead instead to align li...Guillaume Gomez-8/+5
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-5/+5
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-72/+85
2022-03-05Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=UrgauRalf Jung-9/+7
2022-03-05Scroll when the anchor change and is linking outside of the displayed contentGuillaume Gomez-9/+7
2022-03-04librustdoc: adopt let else in more placesest31-24/+10
2022-03-04Auto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r=Dylan-DPCbors-1/+1
2022-03-04Rollup merge of #93418 - ojeda:no-shortcut, r=camelidDylan DPC-1/+1
2022-03-03make generic projection types print correctlyMichael Goulet-5/+11
2022-02-27make GATs print properly in traitsMichael Goulet-18/+39
2022-02-27move method out of nestingMichael Goulet-89/+90
2022-02-27Rollup merge of #94417 - GuillaumeGomez:fix-duplicated-impl-links, r=notriddleMatthias Krüger-7/+10
2022-02-27Correctly generate links in the sidebar for implsGuillaume Gomez-7/+10
2022-02-24Fix bad handling of the source code viewer sidebar style to prevent the appea...Guillaume Gomez-3/+3
2022-02-23rustdoc: write directly to buffer in `inner_full_print`Michael Howell-27/+19
2022-02-22Prevent generation of infinite redirectionsGuillaume Gomez-26/+34
2022-02-22Address review commentsDeadbeef-10/+10
2022-02-22Bless rustdoc testDeadbeef-84/+82
2022-02-22Do not display hidden `~const Drop` boundsDeadbeef-5/+19
2022-02-22Do not display ~const in rustdocDeadbeef-1/+2
2022-02-20Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddleMatthias Krüger-6/+11
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-6/+2
2022-02-17Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jshaMatthias Krüger-127/+109