about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2023-08-16Use more named format argsGuillaume Gomez-57/+88
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-151/+127
2023-08-14Add warning block support in rustdocGuillaume Gomez-3/+26
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-08-04Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddleMichael Goulet-2/+2
2023-08-04Use similar color scheme to make it obvious they are linkedGuillaume Gomez-2/+2
2023-07-31rustdoc: align stability badge to baseline instead of bottomMichael Howell-0/+1
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-16/+11
2023-07-29Group `write` calls when possible and use new format argsGuillaume Gomez-76/+84
2023-07-29Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillotMatthias Krüger-0/+5
2023-07-28Render generic const items in rustdocLeón Orell Valerian Liehr-22/+32
2023-07-27Fix aksama templateMichael Goulet-0/+5
2023-07-27Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG...Guillaume Gomez-11/+24
2023-07-26rustdoc: fix cross-crate impl-SizedLeón Orell Valerian Liehr-11/+24
2023-07-25Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkovbors-1/+9
2023-07-22fix doc links on `extern crate` itemsLukas Markeffsky-1/+9
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-2/+2
2023-07-20Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G...Matthias Krüger-9/+0
2023-07-20Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau...Matthias Krüger-4/+4
2023-07-20Remove adjustments that used to be necessary for search's crate selector appe...Frank Steffahn-9/+0
2023-07-18Fix display of aliases in rustdoc search resultsGuillaume Gomez-19/+15
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: rename to `src-script.js`Michael Howell-0/+0
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-21/+21
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-55/+55
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/+84
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-10/+14
2023-07-12Add jump to docGuillaume Gomez-25/+84
2023-07-03Rollup merge of #113285 - GuillaumeGomez:display-long-inline-cfg, r=notriddleGuillaume Gomez-3/+3
2023-07-03Fix display of long inline cfg labelsGuillaume Gomez-3/+3
2023-07-02Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator...bors-73/+174
2023-07-01Put `LayoutError` behind reference to shrink resultNilstrieb-1/+1
2023-06-29Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddleTakayuki Maeda-1/+1
2023-06-29Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddleTakayuki Maeda-9/+29
2023-06-28accept review suggestionTshepang Mbambo-1/+1
2023-06-28rustdoc: Reduce internal function visibility.Alona Enraght-Moony-1/+1
2023-06-28Fix display of long items in search resultsGuillaume Gomez-9/+29
2023-06-28we are migrating to askamaTshepang Mbambo-1/+1
2023-06-27Replace `id` attribute with `name` for `<meta>` tagGuillaume Gomez-5/+4
2023-06-27Fix invalid HTML DIV tag used in HEADGuillaume Gomez-2/+1
2023-06-25Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=...Matthias Krüger-1/+1
2023-06-25Rollup merge of #112937 - camelid:align-typenames, r=notriddle,GuillaumeGomezMatthias Krüger-2/+4
2023-06-24rustdoc: get rid of extra line when line-wrapping fn decls with empty arg listLeón Orell Valerian Liehr-1/+1
2023-06-23rustdoc: fix position of `default` in method renderingwackbyte-4/+4
2023-06-23Reduce typename width to 6.25remNoah Lev-1/+1
2023-06-23Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddleMatthias Krüger-2/+9