summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-3/+3
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-2/+2
2019-02-23rustdoc: support methods on primitives in intra-doc linksTrevor Spiteri-2/+4
2019-02-23Fix tidy check errorsHirokazu Hata-5/+23
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-120/+122
2019-02-20HirIdification: change some NodeId to HirId callsljedrz-2/+2
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-5/+55
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/+52
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-5/+5
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
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-1/+1
2019-02-05Auto merge of #57851 - Aaron1011:fix/clean-lifetime, r=GuillaumeGomezbors-15/+33
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-1/+1
2019-01-22Don't try to clean predicates involving ReErasedAaron Hill-15/+33
2019-01-10inline pub extern crate statementsDebugSteven-5/+26
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-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-10/+0
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-3/+9
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-1/+1
2018-12-19Set constness correctlyGuillaume Gomez-2/+8
2018-12-18Don't render const keyword on stableGuillaume Gomez-1/+1
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-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-30/+29
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-51/+51
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-3/+3
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-1/+1
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-8/+2
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-1/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-8/+2
2018-12-04syntax: Rename some keywordsVadim Petrochenkov-3/+3
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-1/+1