summary refs log tree commit diff
path: root/src/librustdoc/clean/blanket_impl.rs
AgeCommit message (Expand)AuthorLines
2018-08-22Remove unnecessary TyKind::svarkor-1/+1
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-1/+1
2018-08-16Generate blanket implementations for reexported items as wellGuillaume Gomez-90/+88
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-0/+1
2018-08-04Update to masterGuillaume Gomez-4/+4
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-9/+2
2018-08-04Improve functions namingGuillaume Gomez-3/+3
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-5/+4
2018-08-04Clean generic impls codeGuillaume Gomez-0/+170