summary refs log tree commit diff
path: root/src/librustdoc/clean/blanket_impl.rs
AgeCommit message (Expand)AuthorLines
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-4/+4
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-10-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-2/+2
2018-10-26Remove redundant cloneShotaro Yamada-2/+2
2018-10-22Fix Rustdoc ICE when checking blanket implsAaron Hill-2/+9
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-5/+14
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-1/+1
2018-09-13expose `evaluate_obligation` that captures overflow, use in rustdocNiko Matsakis-5/+14
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