summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-4/+10
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-24Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomezMazdak Farrokhzad-2/+4
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-6/+6
2019-02-23rustdoc: support methods on primitives in intra-doc linksTrevor Spiteri-2/+4
2019-02-23Fix tidy check errorsHirokazu Hata-8/+38
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-159/+161
2019-02-20HirIdification: change some NodeId to HirId callsljedrz-6/+6
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-5/+56
2019-02-16Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavuskennytm-1/+6
2019-02-15Drive-by cleanupvarkor-3/+3
2019-02-15Add Const kind to rustdocvarkor-2/+53
2019-02-13mask `compiler_builtins` docsAndy Russell-1/+6
2019-02-13HirId-ify hir::BodyIdljedrz-1/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-10/+10
2019-02-10rustc: doc commentsAlexander Regueiro-10/+10
2019-02-10Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=ManishearthGuillaume Gomez-4/+32
2019-02-10Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomezGuillaume Gomez-0/+39
2019-02-10Remove spotlight for trait aliases and fix nitsGuillaume Gomez-3/+0
2019-02-10Add trait alias support in rustdocGuillaume Gomez-4/+35
2019-02-06display sugared return types for async functionsAndy Russell-0/+39
2019-02-06Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomezbors-3/+6
2019-02-05Auto merge of #57851 - Aaron1011:fix/clean-lifetime, r=GuillaumeGomezbors-15/+37
2019-02-03cleanup: don't use node_to_hir_id where unneededljedrz-2/+1
2019-02-02hir: add HirId to main Hir nodesljedrz-1/+2
2019-02-01don't try to get a DefId for a Def that doesn't have oneQuietMisdreavus-3/+6
2019-01-22Don't try to clean predicates involving ReErasedAaron Hill-15/+37
2019-01-14Add additional human-readable cfg strings to rustdocJethro Beekman-0/+2
2019-01-10inline pub extern crate statementsDebugSteven-5/+26
2019-01-05Rollup merge of #57314 - wiktorkuchta:master, r=Centrilkennytm-1/+1
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-4/+15
2019-01-04hack-fix to rustdocAriel Ben-Yehuda-4/+15
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-12/+11
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-3/+12
2018-12-25Remove licensesMark Rousskov-70/+0
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-1/+2
2018-12-22Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavusbors-21/+27
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-4/+10
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-9/+9
2018-12-19Set constness correctlyGuillaume Gomez-2/+8
2018-12-19FIXME(RFC1868) point the fixme to the tracking issueNiv Kaminer-1/+2
2018-12-18Don't render const keyword on stableGuillaume Gomez-2/+2
2018-12-14simplify deprecation and stability renderingAndy Russell-21/+27
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-2/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-9/+9
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-43/+42
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-61/+61
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-3/+3