rust/src/libstd
Manish Goregaokar 040a811b91 Rollup merge of #22884 - japaric:obsolete, r=alexcrichton
This is leftover from #21843

If you still have `|&:| {}` closures in your code, simply remove the `&:` part.

[breaking-change]
2015-02-28 19:19:00 +05:30
..
collections Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon 2015-02-25 10:29:46 +05:30
ffi Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton 2015-02-23 11:43:59 -08:00
fs Rollup merge of #22744 - alexcrichton:issue-22738, r=aturon 2015-02-25 10:30:01 +05:30
io remove some compiler warnings 2015-02-26 07:21:26 +02:00
net std: Draw from the same port pool during tests 2015-02-26 19:04:42 -08:00
num Rollup merge of #22658 - glacjay:issue-22535, r=Gankro 2015-02-23 23:28:48 +05:30
old_io Check stability of struct fields. 2015-02-26 16:26:34 +11:00
old_path
prelude std::prelude: code consistency nits 2015-02-24 00:57:14 +02:00
rand iOS: Sync/Send fallout 2015-02-24 16:46:44 +02:00
rt
sync Rollup merge of #22803 - huonw:field-stability, r=alexcrichton 2015-02-27 20:37:36 +05:30
sys Rollup merge of #22884 - japaric:obsolete, r=alexcrichton 2015-02-28 19:19:00 +05:30
thread_local Add some missing stability attributes on struct fields. 2015-02-27 12:52:43 +11:00
time
ascii.rs Add documentation to associated types in libcore, libstd 2015-02-23 11:05:55 -08:00
bool.rs
dynamic_lib.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
env.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
lib.rs std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
macros.rs
os.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
panicking.rs
path.rs impl IntoCow for Path[Buf] 2015-02-25 12:34:50 -05:00
process.rs Fix the std::process::Stdio constructors 2015-02-23 21:41:27 -08:00
rtdeps.rs
thread.rs Rollup merge of #22604 - aochagavia:docs, r=alexcrichton 2015-02-24 12:08:00 +05:30
thunk.rs
tuple.rs
unit.rs