about summary refs log tree commit diff
path: root/src/librustc/traits/codegen
AgeCommit message (Expand)AuthorLines
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-110/+0
2020-01-07Move subst_and_normalize_erasing_regionsto rustc::ty.Camille GILLOT-26/+0
2019-12-22Format the worldMark Rousskov-15/+18
2019-09-25Remove unused DepTrackingMapMark Rousskov-28/+1
2019-06-14Remove unnecessary lift callsJohn Kåre Alsaker-7/+3
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+8
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-9/+9
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-5/+4
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
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-2/+2
2019-05-28Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`varkor-1/+1
2019-05-28Resolve consts in OpportunisticTypeResolvervarkor-1/+1
2019-04-22Fix ICE related to #53708Esteban Küber-7/+3
2019-02-27rename Substs to InternalSubstscsmoe-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-05move librustc to 2018Mark Mansi-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-18A few cleanups and minor improvements to rustc/traitsljedrz-19/+12
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+184