summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2019-09-13Account for doc comments coming from proc macros without spansEsteban Küber-13/+14
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
2019-05-04Rename `Res::kind_name` to `Res::descr` for consistencyVadim Petrochenkov-5/+5
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-80/+80
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-18/+21
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-17/+14
2019-04-25Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxcbors-11/+13
2019-04-24doc: some HirIdificationljedrz-11/+13
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-18/+18
2019-04-14HirIdify hir::Defljedrz-2/+2
2019-04-11Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomezbors-0/+10
2019-03-24Separate variant id and variant constructor id.David Wood-3/+1
2019-03-23Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxcbors-1/+1
2019-03-18Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkovbors-152/+176
2019-03-16Rollup merge of #59037 - Manishearth:intra-doc-false, r=QuietMisdreavuskennytm-0/+6
2019-03-15use `!` in macro disambiguation suggestionAndy Russell-0/+3