summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2019-02-28track items per-file instead of per-typeQuietMisdreavus-117/+33
2019-02-28tweak wording of extern typesQuietMisdreavus-1/+1
2019-02-28add a coverage mode for private itemsQuietMisdreavus-0/+9
2019-02-28print doc coverage as a table of individual item typesQuietMisdreavus-41/+165
2019-02-28refactor: combine item count numbers into a new structQuietMisdreavus-29/+57
2019-02-28count fewer items in calculate-doc-coverageQuietMisdreavus-1/+5
2019-02-28add option to calculate documentation coverageQuietMisdreavus-0/+115
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-124/+76
2019-02-23merge early and late passes into single structAndy Russell-112/+62
2019-02-23move collapse and unindent docs passes earlierAndy Russell-14/+16
2019-02-23fix build for Rust 2018 now that #58100 has been mergedTrevor Spiteri-1/+1
2019-02-23rustdoc: support methods on primitives in intra-doc linksTrevor Spiteri-0/+35