about summary refs log tree commit diff
path: root/src/librustdoc/passes/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27private_items_doc_tests -> doc_test_lintsJoshua Nelson-2/+2
2020-07-27Move `look_for_tests` to `private_items_doc_tests`Joshua Nelson-55/+0
2020-07-27Separate `missing_doc_code_examples` from intra-doc linksJoshua Nelson-12/+19
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-02-24don't explicitly compare against true or falseMatthias Krüger-2/+2
2020-02-11Run RustFmtjumbatm-6/+3
2020-02-11Invert control in struct_lint_level.jumbatm-6/+4
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-36/+51
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-36/+51
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-2/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
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