about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2019-02-28track items per-file instead of per-typeQuietMisdreavus-117/+33
2019-02-28tweak wording of extern typesQuietMisdreavus-1/+1
2019-02-28add a coverage mode for private itemsQuietMisdreavus-0/+9
2019-02-28print doc coverage as a table of individual item typesQuietMisdreavus-41/+165
2019-02-28refactor: combine item count numbers into a new structQuietMisdreavus-29/+57
2019-02-28count fewer items in calculate-doc-coverageQuietMisdreavus-1/+5
2019-02-28add option to calculate documentation coverageQuietMisdreavus-0/+115
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-124/+76
2019-02-23merge early and late passes into single structAndy Russell-112/+62
2019-02-23move collapse and unindent docs passes earlierAndy Russell-14/+16
2019-02-23fix build for Rust 2018 now that #58100 has been mergedTrevor Spiteri-1/+1
2019-02-23rustdoc: support methods on primitives in intra-doc linksTrevor Spiteri-0/+35
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-73/+68
2019-02-20Dedup a rustdoc diagnostic constructionDale Wijnand-22/+8
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-3/+3
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-10Add trait alias support in rustdocGuillaume Gomez-0/+1
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-1/+1
2019-01-22don't call get_macro on proc-macro stubsQuietMisdreavus-2/+6
2019-01-14rustdoc: check code block syntax in early passAndy Russell-13/+128
2019-01-14generalize markdown to source span calculationAndy Russell-59/+87
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-100/+0
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-17/+17
2018-12-12Bump to 1.33.0Alex Crichton-6/+6
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-34/+75
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-17/+17
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-38/+37
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-6/+6
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-42/+112
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-2/+2
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-1/+1
2018-11-19Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomezPietro Albini-1/+1
2018-11-18resolve: Support resolving macros without leaving tracesVadim Petrochenkov-1/+1
2018-11-16lint if a private item has doctestsGuillaume Gomez-42/+112
2018-11-14properly calculate spans for intra-doc link resolution errorsQuietMisdreavus-1/+1
2018-11-12Fix rustdocOliver Scherer-6/+6
2018-10-09Store nightly build instead of checking env var every timeGuillaume Gomez-2/+4
2018-10-09Add lint for doc without codeblocksGuillaume Gomez-1/+45
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+3
2018-09-20fix intra-links for trait implsQuietMisdreavus-16/+44
2018-09-20filter collected trait impls against items in the crateQuietMisdreavus-60/+149
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-7/+2
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-1/+1
2018-09-20collect auto-/blanket-impls during collect-trait-implsQuietMisdreavus-1/+39
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-1/+1
2018-09-20swap external_traits into the crate before running strip_hiddenQuietMisdreavus-3/+10
2018-09-20add a bunch of debug printsQuietMisdreavus-0/+7
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-9/+2
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-0/+105