rust/src/librustc_typeck
Niko Matsakis f3ac50927a remove ErasedRegions from substitutions
This hack has long since outlived its usefulness; the transition to
trans passing around full substitutions is basically done. Instead of
`ErasedRegions`, just supply substitutions with a suitable number of
`'static` entries, and invoke `erase_regions` when needed (the latter of
which we already do).
2016-03-24 14:01:28 -04:00
..
check remove ErasedRegions from substitutions 2016-03-24 14:01:28 -04:00
coherence Change inherent overlap error to a warning for now, to ease the breakage. 2016-03-18 09:48:30 -07:00
variance remove ErasedRegions from substitutions 2016-03-24 14:01:28 -04:00
astconv.rs remove ErasedRegions from substitutions 2016-03-24 14:01:28 -04:00
Cargo.toml rustbuild 2016-03-14 09:29:18 +01:00
collect.rs try! -> ? 2016-03-22 22:01:37 -05:00
constrained_type_params.rs remove ErasedRegions from substitutions 2016-03-24 14:01:28 -04:00
diagnostics.rs Documentation fix for E0368 2016-03-20 19:27:00 +01:00
lib.rs fix alignment 2016-03-22 22:03:54 -05:00
rscope.rs move middle::ty and related modules to middle/ty/ 2015-09-14 10:56:13 +03:00