summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-14/+14
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-0/+1
2018-08-06Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddybbors-2/+2
2018-08-04Update to masterGuillaume Gomez-5/+2
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-9/+2
2018-08-04Improve functions namingGuillaume Gomez-3/+3
2018-08-04Clean generic impls codeGuillaume Gomez-290/+24
2018-08-03Store concrete crate stores where possibleMark Rousskov-4/+5
2018-08-02Fix rustdoc crash when 'static bound appears in struct declarationAaron Hill-2/+2
2018-07-28Move blanket implementations generation into its own functionGuillaume Gomez-19/+29
2018-07-28Remove core exclusion conditionGuillaume Gomez-13/+13
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-2/+5
2018-07-24Remove generic-impl rendering filterGuillaume Gomez-85/+83
2018-07-24Add src and fix generics display issuesGuillaume Gomez-6/+6
2018-07-23Fix style issuesGuillaume Gomez-7/+9
2018-07-22Fix urlsGuillaume Gomez-4/+4
2018-07-22Prevent some items to get generic impls listedGuillaume Gomez-1/+2
2018-07-22Improve codeGuillaume Gomez-54/+43
2018-07-22Add new tests and fix old onesGuillaume Gomez-37/+65
2018-07-22CleanupGuillaume Gomez-59/+1
2018-07-22Add filter over non generic implsGuillaume Gomez-46/+38
2018-07-22Working generic implGuillaume Gomez-114/+165
2018-07-22some improvementsGuillaume Gomez-3/+8
2018-07-22part 2Guillaume Gomez-58/+41
2018-07-22First step to generic trait implsGuillaume Gomez-19/+113
2018-07-22Start of generic impl fix for rustdocGuillaume Gomez-3/+24
2018-07-16ItemKindcsmoe-5/+6
2018-07-16TyKindcsmoe-2/+2
2018-06-28Fix rebaseVadim Petrochenkov-1/+1
2018-06-28Use `Ident`s for path segments in HIRVadim Petrochenkov-3/+3
2018-06-28Use `Ident`s for lifetimes in HIRVadim Petrochenkov-1/+1
2018-06-26Update rustdocOliver Schneider-1/+1
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-12/+12
2018-06-20Introduce ParamName and use it in place of LifetimeNamevarkor-3/+3
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-15/+4
2018-06-20Lift bounds into GenericParamvarkor-9/+9
2018-06-20Refactor generic parameters in rustdoc/cleanvarkor-11/+12
2018-06-20Rename "parameter" to "arg"varkor-19/+17
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