about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2023-08-24rustdoc: extract logic for printing enum fields and struct variantsUrgau-131/+195
2023-08-24Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomezbors-21/+21
2023-08-23Add unstable `--no-html-source` rustdoc flagGuillaume Gomez-1/+2
2023-08-21rustdoc-json: Rename typedef to type aliasNoah Lev-5/+5
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-18/+18
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-2/+2
2023-08-16Use more named format argsGuillaume Gomez-26/+40
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-86/+70
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-13/+10
2023-07-29Group `write` calls when possible and use new format argsGuillaume Gomez-76/+84
2023-07-28Render generic const items in rustdocLeón Orell Valerian Liehr-22/+32
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-2/+2
2023-07-20Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau...Matthias Krüger-4/+4
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-1/+1
2023-07-15Auto merge of #113697 - GuillaumeGomez:rm-unneeded-externallocation-handling,...bors-6/+1
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-4/+4
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-2/+2
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-1/+1
2023-07-14Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co...Guillaume Gomez-6/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-07-13Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddleMatthias Krüger-25/+79
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-3/+8
2023-07-12Add jump to docGuillaume Gomez-25/+79
2023-07-01Put `LayoutError` behind reference to shrink resultNilstrieb-1/+1
2023-06-23rustdoc: fix position of `default` in method renderingwackbyte-4/+4
2023-06-23Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddleMatthias Krüger-2/+2
2023-06-22Fix indentation for where clause in rustdoc pagesGuillaume Gomez-2/+2
2023-06-22Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl...Matthias Krüger-1/+2
2023-06-21rustdoc: render the assoc ty body before the where-clauseLeón Orell Valerian Liehr-1/+2
2023-06-21Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddleGuillaume Gomez-3/+2
2023-06-21Fix union fields displayGuillaume Gomez-3/+2
2023-06-20Fix invalid creation of files in rustdocGuillaume Gomez-7/+34
2023-06-13Fix URL encoding of % sign in Rust Doc.TumoiYorozu-2/+0
2023-06-12Revert "List matching impls on type aliases"Guillaume Gomez-110/+28
2023-06-11Add `item_template` macroNicky Lim-57/+116
2023-06-09List matching impls on type aliasesGuillaume Gomez-28/+110
2023-06-08Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomezGuillaume Gomez-3/+10
2023-06-08Migrate item_opaque_type to Askamasladynnunes-3/+10
2023-06-05Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr...Guillaume Gomez-24/+19
2023-06-05Move write! arguments directly into the stringGuillaume Gomez-6/+6
2023-06-05Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jshabors-1/+3
2023-06-03Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directlyGuillaume Gomez-23/+18
2023-06-03Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomezbors-3/+3
2023-06-01Rollup merge of #112030 - sladyn98:item-trait-alias, r=GuillaumeGomezMichael Goulet-8/+15
2023-06-01Migrate to Askamasladynnunes-8/+15
2023-05-31Rollup merge of #112113 - notriddle:notriddle/rm-fnretty, r=GuillaumeGomezMatthias Krüger-21/+12
2023-05-31Rollup merge of #112031 - sladyn98:migrate-proc-macro, r=GuillaumeGomezMatthias Krüger-10/+16
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-21/+12
2023-05-28Migrate to Askamasladynnunes-3/+3
2023-05-28Migrate to Askamasladynnunes-10/+16