about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-07-18Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obkbors-2/+2
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-24/+57
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-2/+2
2023-07-15Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillotbors-3/+0
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-29/+56
2023-07-14Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co...Guillaume Gomez-6/+1
2023-07-14Strip impl if not re-exported and is doc(hidden)Guillaume Gomez-1/+7
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-96/+94
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-50/+53
2023-07-12Add jump to docGuillaume Gomez-25/+84
2023-07-11Don't require each rustc_interface tool to opt-in to parallel_rustc supportjyn-3/+0
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-3/+2
2023-07-03remove TypeWellFormedFromEnvMichael Goulet-2/+1
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-29document that the panic in collect_intra_doc_links is load-bearingjyn-0/+4
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-28Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri...Dylan DPC-6/+4
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-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-54/+54
2023-06-27Fix invalid HTML DIV tag used in HEADGuillaume Gomez-2/+1
2023-06-27Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgrbors-1/+4
2023-06-27Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddleMatthias Krüger-1/+4
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-39/+19
2023-06-26Add/improve code commentsGuillaume Gomez-1/+4
2023-06-26Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomezTakayuki Maeda-43/+45
2023-06-25Auto merge of #113038 - matthiaskrgr:rollup-sdcfkxa, r=matthiaskrgrbors-1/+1
2023-06-25Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=...Matthias Krüger-1/+1
2023-06-26Rollup merge of #113028 - fmease:rustdoc-x-crate-itiap-clean-term, r=notriddleTakayuki Maeda-13/+5
2023-06-25rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-posLeón Orell Valerian Liehr-13/+5
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-24rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b...León Orell Valerian Liehr-43/+45
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 #112870 - compiler-errors:clause-2, r=oli-obkMatthias Krüger-13/+8
2023-06-23Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddleMatthias Krüger-2/+12
2023-06-23Make typenames a bit wider to support "existential type"Noah Lev-1/+1