rust/src/librustc/util
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
..
common.rs Autoderef in librustc 2016-02-12 19:28:42 +01:00
fs.rs rustc: Fixup verbatim UNC paths as well on Windows 2015-05-28 16:49:42 -07:00
nodemap.rs move fnv hashing support into librustc_data_structures 2015-09-06 07:27:22 -04:00
num.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
ppaux.rs remove ErasedRegions from substitutions 2016-03-24 14:01:28 -04:00