summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2018-05-21rustc: move TypeParamDef's fields into GenericParamDefKind::Type.Eduard-Mihai Burtescu-1/+1
2018-05-18Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavusbors-15/+36
2018-05-15add auto-impl for primitive typeGuillaume Gomez-15/+36
2018-05-15Lift pure_wrt_drop to GenericParamDefvarkor-1/+1
2018-05-15Pull common parameters into GenericParamDefvarkor-7/+7
2018-05-15Inline get_typevarkor-1/+1
2018-05-15Generalise cases of explicit iteration of specific kindsvarkor-24/+24
2018-05-15Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDefvarkor-1/+1
2018-05-15Rename GenericParam to GenericParamDefvarkor-3/+3
2018-05-15Prefer iterator to vecvarkor-1/+0
2018-05-15Consolidate ty::Genericsvarkor-21/+19
2018-05-09Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakisbors-533/+33
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-2/+2
2018-04-26Simplified name mapping in auto trait handling.Inokentiy Babushkin-1/+1
2018-04-26Adjusted types and visibility in auto trait machinery.Inokentiy Babushkin-1/+1
2018-04-26Reworked auto trait functionality in rustdoc.Inokentiy Babushkin-533/+33
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-2/+2
2018-04-13Use InternedString rather than Name for RegionParameterDefvarkor-4/+4
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-3/+1
2018-04-11Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakisbors-1/+3
2018-04-09Convert sort_unstable_by to sort_by_cached_keyvarkor-3/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-06Fix rustdoc after changing type param representation.Michael Woerister-1/+3
2018-03-23Fix rustdocSean Griffin-2/+0
2018-03-20Fix tidy trailing whitespacePhlosioneer-2/+2
2018-03-19Fix ordering of auto-generated trait bounds in rustdoc outputPhlosioneer-35/+67
2018-03-01Fix breakage in rustdocSean Griffin-1/+6
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-1/+1
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-0/+45
2018-02-18Cleanup formattingAaron Hill-19/+11
2018-02-18Generate documentation for auto-trait implsAaron Hill-0/+1455