summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2018-09-14Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkorbors-1/+3
2018-09-13introduce SelfCtorF001-1/+3
2018-09-13resolve: Put different parent scopes into a single structureVadim Petrochenkov-3/+3
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-17/+17
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-3/+1
2018-08-20resolve: Move derive attribute detection closer to other macro ident resoluti...Vadim Petrochenkov-1/+1
2018-08-04only abort after all early passes have runQuietMisdreavus-2/+0
2018-08-04don't process intra-links on extern-crate itemsQuietMisdreavus-1/+2
2018-08-04turn intra-doc-link collection into an early passQuietMisdreavus-0/+604