about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-23/+22
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-23/+22
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-9/+6
2022-03-07Rollup merge of #94700 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2022-03-07Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddleMatthias Krüger-8/+5
2022-03-07Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-deadbors-5/+5
2022-03-07Update minifier versionGuillaume Gomez-1/+1
2022-03-07Remove unneeded whitespace generation and use CSS instead instead to align li...Guillaume Gomez-8/+5
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-35/+27
2022-03-07Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema...Matthias Krüger-1/+1
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-5/+5
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-35/+27
2022-03-07remove unnecessary `..` patternsTakayuki Maeda-1/+1
2022-03-06Rollup merge of #94617 - pierwill:update-itertools, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-72/+85
2022-03-06Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomezbors-91/+126
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-04Update `itertools`pierwill-1/+1
2022-03-04Use if let instead of manual matchest31-5/+5
2022-03-04librustdoc: adopt let else in more placesest31-95/+51
2022-03-04rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSONMartin Nordholts-1/+2
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-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-175/+283
2022-03-03Associate multiple with a crate too.Felix S. Klock II-1/+1
2022-03-03don't forget generics for GATs in implsMichael Goulet-8/+2
2022-03-03make generic projection types print correctlyMichael Goulet-38/+104
2022-03-02Use ? operator in one instance instead of manual matchest31-51/+48
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-10/+10
2022-03-02Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not...Matthias Krüger-1/+1
2022-03-01Fix panic when intra-doc link comes from a generated doc commentGuillaume Gomez-1/+1
2022-03-01Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelidDylan DPC-42/+40
2022-02-28Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obkbors-2/+4
2022-02-27make GATs print properly in traitsMichael Goulet-48/+95
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-27Only create a single expansion for each inline integration.Camille GILLOT-2/+4
2022-02-27Correctly generate links in the sidebar for implsGuillaume Gomez-7/+10
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-2/+16
2022-02-25Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomezMatthias Krüger-2/+16
2022-02-25Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-2/+1
2022-02-25Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillotMatthias Krüger-2/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-2/+1
2022-02-25Rollup merge of #92714 - yanganto:ignore-message, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-02-24Remove LifetimeDefOriginMichael Goulet-2/+2
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-2/+16
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-20/+20