rust/src/libnative/io
bors 1b5bbbf877 auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson
Previously, windows was using the CREATE_NEW flag which fails if the file
previously existed, which differed from the unix semantics. This alters the
opening to use the OPEN_ALWAYS flag to mirror the unix semantics.

Closes #13861
2014-05-04 18:36:43 -07:00
..
addrinfo.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
c_unix.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
c_win32.rs std: Add timeouts to unix connect/accept 2014-04-24 16:24:09 -07:00
file_unix.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
file_win32.rs auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson 2014-05-04 18:36:43 -07:00
mod.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
net.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
pipe_unix.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
pipe_win32.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
process.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
timer_helper.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
timer_unix.rs Replace most ~exprs with 'box'. #11779 2014-05-02 23:00:58 -07:00
timer_win32.rs Add lint check for negating uint literals and variables. 2014-05-03 00:13:26 +02:00
util.rs std: Add timeouts to unix connect/accept 2014-04-24 16:24:09 -07:00