summary refs log tree commit diff
path: root/src/libnative/io/pipe_win32.rs
AgeCommit message (Expand)AuthorLines
2014-06-15Register new snapshotsAlex Crichton-6/+6
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-64/+62
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-13/+24
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-13/+13
2014-05-21std,green: Mark some queue types as NoShareAlex Crichton-8/+8
2014-05-20core: Stabilize the mem moduleAlex Crichton-4/+4
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-5/+5
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-19/+69
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-30/+145
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+8
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-6/+50
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-31native: Switch field privacy as necessaryAlex Crichton-7/+7
2014-03-27doc: Update the tutorial about bounds for traitsAlex Crichton-6/+6
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-3/+3
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-0/+492