summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2019-04-30rustdoc: refactor(?) synthetic impl building.Eduard-Mihai Burtescu-116/+68
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-82/+52
2019-04-28Fix lint findings in librustdocflip1995-3/+3
2019-04-28Fix lint findings in librustcflip1995-1/+1
2019-03-31Fix invalid bounds string generation in rustdocGuillaume Gomez-1/+1
2019-03-18Refactor `GenericArgs` to include const genericsvarkor-1/+7
2019-03-18Rename typarams to param_namesvarkor-4/+4
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-4/+4
2019-03-07HirIdification: replace NodeId method callsljedrz-4/+4
2019-03-01hir: remove NodeId from TraitRefljedrz-1/+0
2019-02-23Fix tidy check errorsHirokazu Hata-1/+4
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-4/+4
2019-02-15Add Const kind to rustdocvarkor-0/+1
2019-01-22Don't try to clean predicates involving ReErasedAaron Hill-0/+4
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-4/+4
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-7/+7
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-26Remove redundant cloneShotaro Yamada-1/+1
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-7/+7
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-9/+9
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