rust/src/libnative
bors b48bc9ec93 auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton
Commits for details. Highlights:

- `flate` returns `CVec<u8>` to save reallocating a whole new `&[u8]`
- a lot of `transmute`s removed outright or replaced with `as` (etc.)
2014-02-24 14:37:01 -08:00
..
io auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton 2014-02-24 14:37:01 -08:00
bookkeeping.rs std: Rename unstable::mutex::Mutex to StaticNativeMutex. 2014-02-16 10:13:56 +11:00
lib.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +11:00