rust/src/liballoc
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
..
arc.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
boxed.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
boxed_test.rs alloc::boxed: enable test 2015-01-20 23:57:56 +03:00
heap.rs Rollup merge of 21681 - japaric:no-warn, r=alexcrichton 2015-01-29 03:14:35 +05:30
lib.rs remove #[old_impl_check] now that #21363 has been fixed 2015-01-29 07:49:02 -05:00
rc.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 01:20:55 -08:00