about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-03-30Rollup merge of #83645 - pickfire:patch-3, r=GuillaumeGomezDylan DPC-1/+3
2021-03-30Auto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r=Dylan-DPCbors-26/+65
2021-03-30Rollup merge of #83543 - camelid:lint-unknown-disambiguator, r=jyn514Dylan DPC-26/+65
2021-03-29Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomezbors-6/+2
2021-03-29Wrap non-pre code blocksIvan Tham-1/+3
2021-03-28Inline `find_suffix` closure that's only used onceCamelid-18/+14
2021-03-28Point to disambiguator instead of whole linkCamelid-10/+30
2021-03-27Rollup merge of #82993 - camelid:source-use-diag, r=jyn514Dylan DPC-5/+3
2021-03-26Lint on unknown intra-doc link disambiguatorsCamelid-11/+34
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-3/+15
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-46/+46
2021-03-24Rename clean::Constant did fields to def_idGuillaume Gomez-18/+18
2021-03-24Improve new Constant variants' nameGuillaume Gomez-20/+21
2021-03-24Store tcx and cache when they are used multiple times instead of calling func...Guillaume Gomez-58/+66
2021-03-24Rework rustdoc const typeGuillaume Gomez-608/+805
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-3/+15
2021-03-23rustdoc: Use diagnostics for error when including sourcesCamelid-5/+3
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-85/+61
2021-03-24Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomezDylan DPC-4/+13
2021-03-24Rollup merge of #83399 - camelid:rustdoc-priv-link-from-crate, r=jyn514Dylan DPC-3/+1
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-1/+1
2021-03-24Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi...Dylan DPC-4/+4
2021-03-23Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514bors-43/+51
2021-03-23Remove another unnecessary `Option`Camelid-13/+7
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-72/+54
2021-03-23Tweak docsCamelid-1/+3
2021-03-23Use &str instead of StringGuillaume Gomez-3/+3
2021-03-23Fix sidebar trait items sortGuillaume Gomez-3/+3
2021-03-23Slight visual improvements to warning boxes in the docsr00ster91-4/+13
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
2021-03-22rustdoc: Record crate name instead of using `None`Camelid-1/+1
2021-03-23Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514Yuki Okushi-0/+3
2021-03-23Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomezYuki Okushi-8/+11
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-74/+83
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-9/+22
2021-03-22Fix codeblock tooltip positionGuillaume Gomez-1/+1
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22missing newline at eofNelson J Morais-1/+1
2021-03-22add key rustc_private for package metadata for rust-analyzer in librustdocNelson J Morais-0/+3
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+30
2021-03-21Remove redundant docsCamelid-5/+7
2021-03-21Bump rustdoc-json format versionCamelid-1/+1
2021-03-21rustdoc-json: Rename `Import.span` to `Import.source`Camelid-2/+2
2021-03-21Rename `rustdoc_json_types::Item.source` to `span`Camelid-2/+2
2021-03-21Rename `clean::Span::span()` to `clean::Span::inner()`Camelid-13/+13
2021-03-21Rename `clean::Item.source` to `span`Camelid-34/+38
2021-03-21rustdoc: Replace pair of `Option`s with an enumCamelid-8/+11
2021-03-20update `const_eval_resolve`lcnr-1/+1
2021-03-19librustdoc: or_patterns are stablemark-1/+1
2021-03-19Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157Dylan DPC-12/+20