summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-01-23Distinguish between private items and hidden items in rustdocDavid Tolnay-47/+62
2020-01-23format librustdocMark Rousskov-297/+328
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-27Use new ErrorKind enumGuillaume Gomez-10/+16
2019-11-27Replace Iterator::find calls with Iterator::any when betterGuillaume Gomez-6/+5
2019-11-27Add support for intra-doc link fields of enum variantGuillaume Gomez-7/+60
2019-11-27little intra-doc code cleanupGuillaume Gomez-16/+11
2019-11-27Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...bors-78/+211
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-3/+3
2019-11-25Update error messagesGuillaume Gomez-3/+3
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-3/+3
2019-11-23Handle anchor errorsGuillaume Gomez-113/+190
2019-11-23Handle anchors in intra doc linksGuillaume Gomez-11/+67
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1/+1
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-1/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-10-31rustdoc: Resolve module-level doc references more locallyDaniel Silverstone-4/+21
2019-10-24resolve: Privatize all resolver fieldsVadim Petrochenkov-2/+2
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+2
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-09-13Unwrap Visibility fieldsMark Rousskov-3/+3
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-7/+8
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-1/+1
2019-09-07Add "bool" lang itemvarkor-0/+2
2019-09-05Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomezMazdak Farrokhzad-13/+14
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-13/+14
2019-08-19librustdoc: warn on empty doc testTom Milligan-10/+27
2019-08-15resolve: `ParentScope::default` -> `ParentScope::module`Vadim Petrochenkov-1/+1
2019-08-15resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`Vadim Petrochenkov-1/+2
2019-08-11Don't store all traits in DocContextMark Rousskov-2/+2
2019-08-11Store typed PassesMark Rousskov-30/+33
2019-08-10Auto merge of #62955 - Mark-Simulacrum:rustdoc-clean-1, r=eddybbors-2/+2
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-2/+2
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-13/+8
2019-08-06Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkovMazdak Farrokhzad-0/+7
2019-08-05Force callers of resolve_ast_path to deal with Res::Err correctlyMark Rousskov-0/+7
2019-08-05adapt rustdoc to infailable lexerAleksey Kladov-23/+9
2019-08-04Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomezbors-3/+3
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-1/+1
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-76/+75
2019-07-27Use doc comments from 'pub use' statementsAaron Hill-3/+3
2019-07-18resolve: Support resolving macro paths without macro kind restrictionsVadim Petrochenkov-4/+3
2019-07-11resolve: Divide macro path resolution into speculative and error reporting partsVadim Petrochenkov-2/+2
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-9/+5
2019-07-06Rollup merge of #62329 - matklad:no-peeking, r=petrochenkovMazdak Farrokhzad-2/+3
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1