about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-73/+68
2019-02-20Dedup a rustdoc diagnostic constructionDale Wijnand-22/+8
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-3/+3
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-10Add trait alias support in rustdocGuillaume Gomez-0/+1
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-1/+1
2019-01-22don't call get_macro on proc-macro stubsQuietMisdreavus-2/+6
2019-01-14rustdoc: check code block syntax in early passAndy Russell-13/+128
2019-01-14generalize markdown to source span calculationAndy Russell-59/+87
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-100/+0
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-17/+17
2018-12-12Bump to 1.33.0Alex Crichton-6/+6
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-34/+75
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-17/+17
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-38/+37
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-6/+6
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-42/+112