summary refs log tree commit diff
path: root/src/librustc_traits/normalize_erasing_regions.rs
AgeCommit message (Expand)AuthorLines
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-1/+1
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-9/+9
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-23query normalize_generic_arg_after_erasing_regionsBastian Kauschke-7/+8
2020-03-14Make downstream crates compile.Camille GILLOT-1/+2
2020-02-16Make librustc_traits compile.Camille GILLOT-1/+2
2019-12-22Format the worldMark Rousskov-12/+4
2019-06-14Remove unnecessary lift callsJohn Kåre Alsaker-2/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-05-28Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`varkor-1/+1
2019-02-07Transition librustc_traits to 2018 editionHirokazu Hata-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-27move into `provide` methodsNiko Matsakis-1/+9
2018-04-26improved debug outputNiko Matsakis-0/+2
2018-04-10Make PerfStats thread-safe and remove unused fieldsJohn Kåre Alsaker-5/+2
2018-03-13add a debug assertion that only outlives-oblig. result from norm.Niko Matsakis-7/+32
2018-03-13introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]Niko Matsakis-0/+37