rust/src/liballoc
Aaron Turon 4caffa8526 libs: fix #[stable] inheritance fallout
A recent change turned off inheritance for the #[stable] by default, but
failed to catch all the cases where this was being used in std. This
patch fixes that problem.
2014-11-14 20:39:41 -08:00
..
arc.rs libs: add Deref, DerefMut impls for references, fixing a bug in compiler in the process that was blocking this. 2014-11-06 21:51:40 -05:00
boxed.rs Register new snapshots 2014-11-12 12:17:55 -08:00
heap.rs bubble up out-of-memory errors from liballoc 2014-11-01 19:23:20 -04:00
lib.rs bubble up out-of-memory errors from liballoc 2014-11-01 19:23:20 -04:00
rc.rs libs: fix #[stable] inheritance fallout 2014-11-14 20:39:41 -08:00