summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2021-03-10[intra-doc links] Don't check feature gates of items re-exported across cratesJoshua Nelson-0/+3
2021-02-04Cleanup rustdoc pass descriptions a bitCamelid-6/+6
2021-01-30Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG...Yuki Okushi-1/+1
2021-01-30rustdoc tweakingbors-23/+21
2021-01-28rustdoc: Remove unnecessary optionalCamelid-1/+1
2021-01-28Rollup merge of #81284 - jyn514:impl-times, r=wesleywiserYuki Okushi-10/+8
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-19/+15
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-17/+26
2021-01-23Make `-Z time-passes` less noisyJoshua Nelson-10/+8
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-4/+4
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-3/+26
2021-01-17Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasperMara Bos-2/+7
2021-01-15Rename VariantKind -> VariantJoshua Nelson-1/+1
2021-01-15Remove useless `clean::Variant` structJoshua Nelson-1/+1
2021-01-12Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514Yuki Okushi-1/+1
2021-01-11resolve: Simplify collection of traits in scopeVadim Petrochenkov-2/+7
2021-01-11Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514Yuki Okushi-1/+1
2021-01-11Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomezYuki Okushi-21/+20
2021-01-10rustdoc: Remove `*` intra-doc alias for `pointer`Camelid-1/+1
2021-01-10rustdoc: Resolve `&str` as `str`Camelid-1/+1
2021-01-10Small cleanupsJoshua Nelson-15/+4
2021-01-10Fix intra-doc links to `Self` and `crate`Joshua Nelson-6/+16
2021-01-08Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomezbors-36/+64
2021-01-08Preserve non-local recursive `Deref` implsJ. Ryan Stinnett-36/+64
2021-01-05Document hackiness around primitive associated item disambiguatorsmax-heller-0/+8
2021-01-03half workingmax-heller-50/+51
2021-01-03still verify disambiguators for primitivesmax-heller-47/+57
2021-01-03fix issue 80559max-heller-5/+10
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-52/+74
2021-01-03Only report reference-style link errors onceDániel Buga-52/+74
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-3/+12
2021-01-03Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514bors-124/+19
2021-01-02Simplify docfragment transformation in unindent testsGuillaume Gomez-14/+1
2021-01-02Remove unused collapse passGuillaume Gomez-19/+0
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-6/+1
2021-01-02End of rework of Attributes structGuillaume Gomez-102/+34
2021-01-02Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514bors-32/+27
2021-01-01clippy fixes for librustdocMatthias Krüger-8/+6
2021-01-01Add suggestion in case a "ignore" doc block has invalid rust code insideGuillaume Gomez-3/+12
2020-12-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-24/+2
2020-12-31Always provide a rangeDániel Buga-32/+27
2020-12-30Remove FIXMECamelid-1/+0
2020-12-30Update `find_nearest_parent_module`Camelid-2/+7
2020-12-30Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkorYuki Okushi-3/+3
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-28/+34
2020-12-30remove unused return types such as empty Results or Options that would always...Matthias Krüger-3/+3
2020-12-29don't clone copy typesMatthias Krüger-1/+1
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-11/+11
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-129/+177
2020-12-26Revert "Cleanup markdown span handling"Joshua Nelson-28/+34