summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2018-09-10[beta] rustdoc: disable blanket impl collectionQuietMisdreavus-111/+2
2018-07-30Delete unused code in rustdocMark Rousskov-22/+0
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-28/+148
2018-07-28Move blanket implementations generation into its own functionGuillaume Gomez-19/+29
2018-07-28Remove core exclusion conditionGuillaume Gomez-13/+13
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-2/+8
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-24Remove generic-impl rendering filterGuillaume Gomez-85/+83
2018-07-24Add src and fix generics display issuesGuillaume Gomez-6/+6
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-8/+0
2018-07-23Fix style issuesGuillaume Gomez-7/+9
2018-07-22Fix urlsGuillaume Gomez-4/+4
2018-07-22Prevent some items to get generic impls listedGuillaume Gomez-1/+2
2018-07-22Improve codeGuillaume Gomez-54/+43
2018-07-22Add new tests and fix old onesGuillaume Gomez-37/+65
2018-07-22CleanupGuillaume Gomez-59/+1
2018-07-22Add filter over non generic implsGuillaume Gomez-53/+38
2018-07-22Working generic implGuillaume Gomez-114/+171
2018-07-22some improvementsGuillaume Gomez-3/+8
2018-07-22part 2Guillaume Gomez-58/+41
2018-07-22First step to generic trait implsGuillaume Gomez-20/+113
2018-07-22Start of generic impl fix for rustdocGuillaume Gomez-3/+24
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-7/+5
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-2/+59
2018-07-22Add "self" intra-link supportGuillaume Gomez-2/+59
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-7/+5
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+32
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-0/+5
2018-07-18Implement existential typesOliver Schneider-0/+32
2018-07-16ItemKindcsmoe-24/+25
2018-07-16ForeignItemKindcsmoe-3/+3
2018-07-16TyKindcsmoe-3/+3
2018-07-15Auto merge of #52361 - QuietMisdreavus:proc-macro-doc, r=ollie27bors-5/+9
2018-07-14Address commentsVadim Petrochenkov-3/+1
2018-07-14Remove most of `Hash` impls from AST and HIR structuresVadim Petrochenkov-2/+15
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-2/+16
2018-07-13don't panic when you see proc-macrosQuietMisdreavus-5/+9
2018-07-13Misc rustdoc changesbjorn3-8/+0
2018-07-13Switch to any from count when checking for non_exhaustive attribute.David Wood-2/+1
2018-07-05Simplified checking for non_exhaustive attribute.David Wood-28/+6
2018-07-04Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27bors-5/+38
2018-07-02Update rustdocOliver Schneider-8/+0
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-4/+4
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-8/+8
2018-06-30Fortify dummy span checkingVadim Petrochenkov-1/+1
2018-06-30expansion: Give names to some fields of `SyntaxExtension`Vadim Petrochenkov-1/+1
2018-06-28Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddybMark Rousskov-4/+4
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-4/+4
2018-06-28Move everything over from `middle::const_val` to `mir::interpret`Oliver Schneider-1/+1