about summary refs log tree commit diff
path: root/src/librustdoc/passes/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-04Don't require a `DocContext` for `report_diagnostic`Joshua Nelson-2/+3
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-1/+1
2021-01-02Remove unused collapse passGuillaume Gomez-5/+0
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-30/+30
2020-11-05Rename lint to non_autolinksGuillaume Gomez-4/+4
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-4/+4
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-0/+5
2020-10-13Clean up rustdoc passesGuillaume Gomez-170/+4
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-0/+5
2020-10-03Change DocFragments from enum variant fields to structs with a nested enumJoshua Nelson-7/+5
2020-10-03Fix visitor for invalid_html_tag lintGuillaume Gomez-1/+1
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-0/+5
2020-08-31Fix strings indentGuillaume Gomez-2/+1
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