about summary refs log tree commit diff
path: root/src/librustdoc/passes/mod.rs
AgeCommit message (Expand)AuthorLines
2019-12-22Format the worldMark Rousskov-34/+21
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-3/+3
2019-09-13Unwrap Visibility fieldsMark Rousskov-3/+3
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-2/+2
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-1/+1
2019-09-03added feature gate enable-per-target-ignoresDario Gonzalez-1/+1
2019-08-26Account for doc comments coming from proc macros without spansEsteban Küber-10/+11
2019-08-11Store typed PassesMark Rousskov-29/+30
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-2/+2
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-06-09Introduce InnerSpan abstractionMark Rousskov-3/+3
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-2/+2
2019-05-18Fix lints handling in rustdocGuillaume Gomez-8/+11
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-18/+18
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-4/+4
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-0/+23
2019-03-07HirIdification: replace NodeId method callsljedrz-1/+1
2019-03-01ty: HirIdify some lintsljedrz-5/+5
2019-02-28add a coverage mode for private itemsQuietMisdreavus-0/+9
2019-02-28add option to calculate documentation coverageQuietMisdreavus-0/+14
2019-02-23merge early and late passes into single structAndy Russell-80/+9
2019-02-23move collapse and unindent docs passes earlierAndy Russell-10/+10
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-15/+13
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-10Add trait alias support in rustdocGuillaume Gomez-0/+1
2019-01-14rustdoc: check code block syntax in early passAndy Russell-3/+17
2019-01-14generalize markdown to source span calculationAndy Russell-0/+83
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-2/+2
2018-11-16lint if a private item has doctestsGuillaume Gomez-1/+59
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+3
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-1/+1
2018-09-20add a bunch of debug printsQuietMisdreavus-0/+7
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-0/+6
2018-08-04turn intra-doc-link collection into an early passQuietMisdreavus-0/+6
2018-08-04introduce "early passes" an convert a few overQuietMisdreavus-3/+64
2018-08-04strongly-typed passesQuietMisdreavus-42/+46
2018-07-30Delete unused code in rustdocMark Rousskov-44/+66
2018-07-26rustdoc: rework how default passes are chosenQuietMisdreavus-0/+27
2018-07-24remove pluginmanagersteveklabnik-2/+1
2018-07-18Implement existential typesOliver Schneider-0/+1
2018-06-04Add doc keyword supportGuillaume Gomez-0/+3
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-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/+6
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-3/+3
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-13/+5