about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2019-07-04cleanup lexer constructorsAleksey Kladov-2/+3
2019-07-01Fix import of take in collapse_docs.rsChris Gregory-1/+1
2019-07-01Convert more usages overChris Gregory-1/+1
2019-06-25rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.Eduard-Mihai Burtescu-9/+11
2019-06-20rename hir::map::name_by_hir_id to ::nameljedrz-1/+1
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-2/+2
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-2/+2
2019-06-12Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebankMazdak Farrokhzad-5/+5
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-1/+1
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-1/+1
2019-06-09Introduce InnerSpan abstractionMark Rousskov-5/+5
2019-06-06syntax: Rename `TokenAndSpan` into `Token`Vadim Petrochenkov-3/+3
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-10/+10
2019-05-18Fix lints handling in rustdocGuillaume Gomez-17/+36
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-1/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-4/+7