summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-2/+2
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-3/+3
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2020-04-06ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`.Eduard-Mihai Burtescu-19/+22
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-0/+1
2020-03-31more clippy fixesMatthias Krüger-5/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-14Make downstream crates compile.Camille GILLOT-1/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-16Other crates.Camille GILLOT-1/+1
2020-01-27don't clone types that are copy, round two.Matthias Krüger-3/+3
2020-01-20Add `constness` field to `ty::Predicate::Trait`Dylan MacKenzie-1/+1
2020-01-16don't clone types that are copyMatthias Krüger-1/+1
2020-01-13Remove unneeded scopeYuki Okushi-32/+26
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-209/+161
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