summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
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-1/+2
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-0/+2
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-8/+0
2018-07-22First step to generic trait implsGuillaume Gomez-1/+0
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-19/+19
2018-07-16ForeignItemKindcsmoe-3/+3
2018-07-16TyKindcsmoe-1/+1
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-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-25/+6
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
2018-06-28Fix rebaseVadim Petrochenkov-5/+5
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-10/+10
2018-06-28Use `Ident`s in a number of structures in HIRVadim Petrochenkov-3/+3
2018-06-28Use `Ident`s for path segments in HIRVadim Petrochenkov-7/+7
2018-06-28Use `Ident`s for associated type bindings in HIRVadim Petrochenkov-1/+1
2018-06-28Use `Ident`s for lifetimes in HIRVadim Petrochenkov-5/+5
2018-06-27Display #[non_exhaustive] in rustdoc on types.David Wood-0/+25
2018-06-26Update rustdocOliver Schneider-4/+4
2018-06-22Fix rustdoc and remove default impl for FnHeaderTaylor Cramer-3/+9
2018-06-21Parse async fn header.Without Boats-27/+21
2018-06-20Make GenericBound explicitvarkor-11/+12
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-41/+41
2018-06-20Rename TraitTyParamBound to ParamBound::Traitvarkor-5/+7
2018-06-20Introduce ParamName and use it in place of LifetimeNamevarkor-5/+5
2018-06-20Lift name into GenericParamvarkor-5/+5
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-23/+16
2018-06-20Lift bounds into GenericParamvarkor-43/+52
2018-06-20Simply joint lifetime/type iterationvarkor-8/+4
2018-06-20Refactor generic parameters in rustdoc/cleanvarkor-87/+102