rust/src/libstd
Sébastien Marie eb8e1137f5 openbsd: disable test_file_desc test
pipe(2), under FreeBSD and OpenBSD return a bidirectionnal pipe. So
reading from the writer would block (waiting data) instead of returning
an error.
2015-02-15 12:27:37 +01:00
..
collections std: Rename IntoIterator::Iter to IntoIter 2015-02-09 15:58:13 -08:00
ffi Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
io Auto merge of #21936 - alexcrichton:fsv2, r=aturon 2015-02-10 04:07:03 +00:00
net std: Add a net module for TCP/UDP 2015-02-11 15:23:34 -08:00
num Auto merge of #22076 - carols10cents:exp2-calling-exp, r=huonw 2015-02-11 03:15:00 +00:00
old_io rollup merge of #22127: alexcrichton/stability-holes 2015-02-11 14:02:04 -08:00
old_path Rename Show to Debug, String to Display 2015-02-08 20:00:30 +03:00
prelude
rand Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
rt rollup merge of #22188: alexcrichton/envv2 2015-02-11 14:02:24 -08:00
sync rustc: Fix a number of stability lint holes 2015-02-11 12:14:59 -08:00
sys openbsd: disable test_file_desc test 2015-02-15 12:27:37 +01:00
thread_local Test fixes and rebase conflicts 2015-02-11 15:05:39 -08:00
time Fix for misspelled comments. 2015-02-04 23:00:02 -05:00
ascii.rs Use for instead of while in ascii.rs tests 2015-02-05 17:23:03 -08:00
bool.rs
dynamic_lib.rs std: Tweak the std::env OsString/String interface 2015-02-11 13:46:35 -08:00
env.rs std: Tweak the std::env OsString/String interface 2015-02-11 13:46:35 -08:00
failure.rs
fs.rs std: Add a new fs module 2015-02-09 18:43:12 -08:00
lib.rs Add std::process 2015-02-13 23:21:08 -08:00
macros.rs Don't use std:: paths in syntax extensions when compiling a #![no_std] crate 2015-02-07 10:49:57 -08:00
os.rs rollup merge of #22188: alexcrichton/envv2 2015-02-11 14:02:24 -08:00
path.rs Add std::process 2015-02-13 23:21:08 -08:00
process.rs Add std::process 2015-02-13 23:21:08 -08:00
rtdeps.rs
thread.rs Move native thread name setting from thread_info to Thread, fixes #21911 2015-02-10 15:06:45 +01:00
thunk.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
tuple.rs
unit.rs