summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2019-12-09Move RegionTarget and RegionDeps where they into clean/auto_traitGuillaume Gomez-1/+15
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-2/+2
2019-09-13Unwrap Visibility fieldsMark Rousskov-1/+1
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-4/+4
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-3/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-12/+12
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+1
2019-06-05Addressed points raised in review.Niko Matsakis-1/+3
2019-05-23Update GenericPredicates queriesJohn Kåre Alsaker-2/+4
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