rust/src/libstd
Alex Crichton 8e95302181 native: Implement timeouts for windows pipes
This is the last remaining networkig object to implement timeouts for. This
takes advantage of the CancelIo function and the already existing asynchronous
I/O functionality of pipes.
2014-05-07 23:29:35 -07:00
..
comm Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
fmt core: Inherit the cell module 2014-05-07 08:16:14 -07:00
hash core: Inherit the result module 2014-05-07 08:16:14 -07:00
io native: Implement timeouts for windows pipes 2014-05-07 23:29:35 -07:00
num core: Add unwrap()/unwrap_err() methods to Result 2014-05-07 08:16:14 -07:00
path core: Inherit possible string functionality 2014-05-07 08:16:14 -07:00
rt std: Add I/O timeouts to networking objects 2014-05-07 23:27:01 -07:00
sync Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
unstable std: Remove a glob to get std to compile 2014-05-07 08:16:14 -07:00
ascii.rs
bitflags.rs Add (unsafe) coercion from bits to std::bitflags 2014-05-05 15:24:36 -07:00
c_str.rs
c_vec.rs
cleanup.rs
from_str.rs core: Inherit the bool module 2014-05-07 08:14:56 -07:00
gc.rs core: Inhert ~/@/& cmp traits, remove old modules 2014-05-07 08:15:58 -07:00
lib.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
local_data.rs core: Inherit possible string functionality 2014-05-07 08:16:14 -07:00
macros.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
option.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
os.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
prelude.rs core: Move Option::expect to libstd from libcore 2014-05-07 08:17:32 -07:00
rc.rs
reflect.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
repr.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
result.rs core: Add unwrap()/unwrap_err() methods to Result 2014-05-07 08:16:14 -07:00
rtdeps.rs
slice.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
str.rs core: Inherit possible string functionality 2014-05-07 08:16:14 -07:00
strbuf.rs core: Inherit possible string functionality 2014-05-07 08:16:14 -07:00
task.rs core: Add unwrap()/unwrap_err() methods to Result 2014-05-07 08:16:14 -07:00
to_str.rs core: Inherit possible string functionality 2014-05-07 08:16:14 -07:00
unicode.rs core: Inherit necessary unicode functionality 2014-05-07 08:15:58 -07:00
vec.rs core: Move Option::expect to libstd from libcore 2014-05-07 08:17:32 -07:00