about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-521/+413
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-6/+234
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-4/+4
2019-03-08Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obkPietro Albini-4/+4
2019-03-07hir: remove NodeId from PatKindljedrz-1/+1
2019-03-07Keep current behavior while accepting error countEsteban Küber-1/+1
2019-03-07fix bad use of with_emitterEsteban Küber-2/+2
2019-03-07hir: remove NodeId from PathSegmentljedrz-2/+0
2019-03-07HirIdification: replace NodeId method callsljedrz-41/+50
2019-03-06Make `-Z treat-err-as-bug` take a number of errors to be emittedEsteban Küber-1/+1
2019-03-05Stub rustdoc const generics implementationsvarkor-0/+12
2019-03-05only print coverage pass lists if running on nightlyQuietMisdreavus-7/+11
2019-03-05remove unused Display implQuietMisdreavus-7/+0
2019-03-02hir: remove NodeId from VariantDataljedrz-1/+1
2019-03-02hir: remove NodeId from Itemljedrz-43/+43
2019-03-02hir: remove NodeId from ForeignItemljedrz-4/+6
2019-03-02hir: remove NodeId from StructFieldljedrz-3/+5
2019-03-01hir: remove NodeId from TraitRefljedrz-2/+0
2019-03-01hir: remove NodeId from ImplItemljedrz-3/+4
2019-03-01ty: HirIdify some lintsljedrz-7/+7
2019-03-01hir: remove NodeId from TraitItemljedrz-3/+4
2019-03-01hir: remove NodeId from AnonConstljedrz-1/+1
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-3/+20
2019-02-28print doc coverage as a table of individual item typesQuietMisdreavus-42/+166
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-4/+146
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-23/+26
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-20/+10
2019-02-27Support defining C compatible variadic functionsDan Robertson-20/+10
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-150/+82
2019-02-27rename Substs to InternalSubstscsmoe-6/+6
2019-02-26Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxcbors-53/+53
2019-02-25Rollup merge of #58697 - taiki-e:question-in-macros, r=CentrilMazdak Farrokhzad-2/+2
2019-02-24Use ? in some macrosTaiki Endo-2/+2
2019-02-24doc: partially HirIdify visit_astljedrz-37/+38
2019-02-24hir: remove NodeId from GenericParamljedrz-5/+7
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-11/+8
2019-02-24Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomezMazdak Farrokhzad-2/+39
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-7/+7
2019-02-23merge early and late passes into single structAndy Russell-138/+68
2019-02-23move collapse and unindent docs passes earlierAndy Russell-14/+16
2019-02-23Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakisbors-1/+1
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-2/+39
2019-02-23Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=ManishearthMazdak Farrokhzad-1/+5
2019-02-23Fix tidy check errorsHirokazu Hata-10/+45
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-423/+419