summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2016-02-26Don't inline impls from `doc(hidden)` modulesmitaa-11/+16
2016-02-24Fix source-links for files with absolute-pathsmitaa-1/+8
2016-02-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-1/+1
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-12/+12
2016-02-13Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichtonbors-4/+2
2016-02-12Fix inherent-associated-const search result linksmitaa-4/+2
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-8/+8
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-20/+20
2016-02-11[breaking-change] don't glob export ast::FloatTy variantsOliver Schneider-4/+4
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-5/+5
2016-02-09Rustdoc - display `since` version for stable itemsWesley Wiser-0/+8
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-29/+29
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-9/+10
2016-01-14Support generic associated constsMichael Wu-2/+2
2016-01-13Fix rustdoc reexports.Lee Jeffery-1/+1
2015-12-28Rename ExplicitSelfCategory's variants and stop re-exporting them.Ms2ger-6/+6
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-2/+7
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-1/+1
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-0/+50
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-10/+10
2015-12-05Reuse `record_extern_fqn`mitaa-23/+8
2015-12-03Use the extern item-path for documentation linksmitaa-1/+1
2015-11-28Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiynbors-2/+5
2015-11-28Auto merge of #29383 - petrochenkov:empstr, r=pnkfelixbors-2/+2
2015-11-26;Jonas Schievink-1/+1
2015-11-26rustdoc: only show macro arm's lhsJonas Schievink-2/+5
2015-11-26fix tidyAriel Ben-Yehuda-2/+2
2015-11-26fix tests & rustdocAriel Ben-Yehuda-11/+11
2015-11-26make check worksAriel Ben-Yehuda-56/+48
2015-11-19Show constness for functions of reexported docsmitaa-2/+15
2015-11-19Fix the falloutVadim Petrochenkov-2/+2
2015-11-17Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakisbors-3/+3
2015-11-16Remove `TyParen` from HIRVadim Petrochenkov-1/+0
2015-11-16ImplItem_ -> ImplItemKind renameOliver Schneider-3/+3
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-3/+3
2015-11-06librustdoc: improve testnames for doctestsKevin Butler-2/+12
2015-10-31Remove PatWildMultiVadim Petrochenkov-2/+1
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-2/+2
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-23/+27
2015-10-15rustdoc: Report deprecation reason firstVadim Petrochenkov-3/+8
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-1/+1
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-4/+4
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-4/+4
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-1/+1
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-17/+2
2015-10-13Unify structures and enum variants in HIRVadim Petrochenkov-1/+11
2015-10-13Refactor attr::StabilityVadim Petrochenkov-23/+22
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-5/+6