summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2018-08-04introduce "early passes" an convert a few overQuietMisdreavus-10/+74
2018-08-04strongly-typed passesQuietMisdreavus-45/+76
2018-07-30Delete unused code in rustdocMark Rousskov-46/+68
2018-07-26rustdoc: rework how default passes are chosenQuietMisdreavus-0/+27
2018-07-24remove pluginmanagersteveklabnik-14/+7
2018-07-18Implement existential typesOliver Schneider-0/+1
2018-06-04Add doc keyword supportGuillaume Gomez-0/+3
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-4/+4
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-1/+1
2017-11-30Hide trait impl with private trait type parameterChristian Duerr-0/+9
2017-11-21allow loading external files in documentationQuietMisdreavus-12/+75
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-1/+1
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-1/+1
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+53
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-3/+3
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-13/+5
2017-03-31Fix hard break issueGuillaume Gomez-1/+12
2016-11-24rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.Eduard-Mihai Burtescu-39/+27
2016-10-02Remove redundant 'Variant' in variant names, stop reexporting.Corey Farwell-1/+1