rust/src/librustc_back
bors 265a23320d Auto merge of #21677 - japaric:no-range, r=alexcrichton
Note: Do not merge until we get a newer snapshot that includes #21374

There was some type inference fallout (see 4th commit) because type inference with `a..b` is not as good as with `range(a, b)` (see #21672).

r? @alexcrichton
2015-01-29 16:28:52 +00:00
..
target s/Show/Debug/g 2015-01-29 07:49:02 -05:00
abi.rs rustc: Change all ABI constants to all caps. 2014-11-21 17:49:11 +01:00
archive.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
arm.rs Fixes invalid LLVM data layout for aggregate data types 2014-12-28 08:31:23 +02:00
fs.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
lib.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
mips.rs Fixes invalid LLVM data layout for aggregate data types 2014-12-28 08:31:23 +02:00
mipsel.rs Fixes invalid LLVM data layout for aggregate data types 2014-12-28 08:31:23 +02:00
rpath.rs fix #[cfg(test)] warnings 2015-01-27 22:58:45 -05:00
sha2.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
svh.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
target_strs.rs Extract librustc_back from librustc 2014-07-14 12:27:07 -07:00
x86.rs Fixes invalid LLVM data layout for aggregate data types 2014-12-28 08:31:23 +02:00
x86_64.rs Fixes invalid LLVM data layout for aggregate data types 2014-12-28 08:31:23 +02:00