about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2019-03-15replace ad-hoc namespace enumsAndy Russell-98/+67
2019-03-15overhaul intra-doc-link ambiguity warningAndy Russell-94/+146
2019-03-10hir: replace NodeId with HirId in trait_implsljedrz-1/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-60/+58
2019-03-09Avoid some common false positives in intra doc link checkingManish Goregaokar-0/+6
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-0/+189
2019-03-07HirIdification: replace NodeId method callsljedrz-14/+14
2019-03-06don't process `external_traits` when collecting intra-doc linksQuietMisdreavus-0/+10
2019-03-05remove unused Display implQuietMisdreavus-7/+0
2019-03-01ty: HirIdify some lintsljedrz-7/+7