about summary refs log tree commit diff
path: root/src/librustc/infer/glb.rs
AgeCommit message (Expand)AuthorLines
2019-02-05move librustc to 2018Mark Mansi-3/+3
2019-01-04Revert "add coherence future-compat warnings for marker-only trait objects"Ariel Ben-Yehuda-5/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-14add coherence future-compat warnings for marker-only trait objectsAriel Ben-Yehuda-1/+5
2018-10-31kill old-style-lub warningsNiko Matsakis-22/+2
2017-11-17issue better error message when LUB/GLB diverge under new behaviorNiko Matsakis-0/+3
2017-11-17make LUB/GLB of higher-ranked things actually do EQNiko Matsakis-1/+24
2017-11-16make the `region_constraints` field an `Option`Niko Matsakis-1/+1
2017-11-16infer: rename `region_vars` field to `region_constraints`Niko Matsakis-1/+1
2017-11-16move refcells out from `RegionVarBindings` and up into `InferCtxt`Niko Matsakis-1/+1
2017-11-16extract the `tcx` out from `RegionVarBindings`Niko Matsakis-1/+1
2017-04-30intern CodeExtentsNiko Matsakis-2/+2
2017-04-11add FIXME for bivariant lub/glbNiko Matsakis-0/+1
2017-04-11remove bivarianceNiko Matsakis-1/+1
2016-12-03Add TypeVariableOrigin enumKeith Yeung-0/+5
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-1/+2
2016-07-25Tidy upMasood Malekghassemi-3/+9
2016-07-25Use &mut for CombineFields in inference relationsMasood Malekghassemi-12/+7
2016-07-25Move `a_is_expected` out of `CombineFields`Masood Malekghassemi-9/+10
2016-07-25Rename infcx lifetimes in inference relationsMasood Malekghassemi-8/+8
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-13/+12
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-8/+8
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-1/+1
2016-03-29Plumb obligations through librustc/inferMasood Malekghassemi-0/+5
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+85