rust/src/libstd
Alex Crichton 2298084058 rollup merge of #19326: huonw/safer-syntax
This makes it correct (e.g. avoiding null pointers) and safe.
2014-11-26 16:50:12 -08:00
..
collections rollup merge of #19301: Gankro/take-fix 2014-11-26 16:49:49 -08:00
comm Fixup various places that were doing &T+'a and do &(T+'a) 2014-11-26 11:42:06 -05:00
io rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus 2014-11-26 16:49:46 -08:00
num /** -> /// 2014-11-25 21:24:16 -05:00
path auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton 2014-11-26 17:42:07 +00:00
rand Fallout from stabilization 2014-11-25 17:41:54 -08:00
rt rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus 2014-11-26 16:49:46 -08:00
sync /** -> /// 2014-11-25 21:24:16 -05:00
sys rollup merge of #19288: steveklabnik/doc_style_cleanup 2014-11-26 16:49:36 -08:00
thread_local std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
time Rename remaining Failures to Panic 2014-11-20 23:45:42 +05:30
ascii.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
bitflags.rs
c_vec.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
dynamic_lib.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
error.rs
failure.rs Fixup various places that were doing &T+'a and do &(T+'a) 2014-11-26 11:42:06 -05:00
fmt.rs remove deprecated stuff from std::fmt docs 2014-11-25 21:19:28 -05:00
hash.rs
lib.rs Merge libsync into libstd 2014-11-24 10:51:39 -08:00
macros.rs Improve documentation for unreachable 2014-11-25 15:04:27 -05:00
os.rs rollup merge of #19288: steveklabnik/doc_style_cleanup 2014-11-26 16:49:36 -08:00
prelude.rs rollup merge of #19326: huonw/safer-syntax 2014-11-26 16:50:12 -08:00
rtdeps.rs
task.rs Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00