about summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-05-13Test Unicode support of process spawningPhil Ruffwind-0/+4
2014-05-13Fix make_command_line to handle Unicode correctlyPhil Ruffwind-7/+8
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-7/+10
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-10/+25
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-5/+101
2014-05-11core: Remove the cast moduleAlex Crichton-27/+24
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-05-09Register new snapshotsAlex Crichton-1/+1
2014-05-08Handle fallout in libnativeKevin Ballard-6/+6
2014-05-08Move slice::raw::from_buf_raw() to vec::raw::from_buf()Kevin Ballard-3/+3
2014-05-07Test fixes and rebase conflictsAlex Crichton-1/+1
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-21/+69
2014-05-07native: Implement timeouts for unix networkingAlex Crichton-157/+493
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-34/+181
2014-05-07Move Windows compatibility layer to libnativeAlan Williams-2/+96
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-77/+106
2014-05-06auto merge of #13897 : aturon/rust/issue-6085, r=bjzbors-5/+9
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-5/+9
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-1/+2
2014-05-04auto merge of #13865 : alexcrichton/rust/issue-13861, r=brsonbors-1/+1
2014-05-04Implement fallbacks for functions unavailable in older versions of WindowsAlan Williams-5/+7
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-29/+29
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-3/+3
2014-04-30native: Always open a file with Open/Write modesAlex Crichton-1/+1
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-159/+228
2014-04-24native: Remove unused and untested UnixDatagramAlex Crichton-71/+0
2014-04-23std: Add support for an accept() timeoutAlex Crichton-30/+70
2014-04-22native: Unlink unix socket paths on dropAlex Crichton-1/+15
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-112/+284
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-8/+8
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-14/+9
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-2/+2
2014-04-15native: Fix a race in select()Alex Crichton-9/+20
2014-04-15native: Be more stringent about pattern matchingAlex Crichton-1/+1
2014-04-12native: Remove timerfd implementation on linuxAlex Crichton-333/+6
2014-04-12auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brsonbors-16/+13
2014-04-10std: Make std::comm return types consistentAlex Crichton-16/+13
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-4/+5
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-1/+1
2014-04-10rustc: Disallow importing through use statementsAlex Crichton-1/+1
2014-04-10Remove an unnecessary file.OGINO Masanori-0/+0
2014-04-10native: remove some internal ~[].Huon Wilson-15/+15
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-8/+7
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+5
2014-04-08auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichtonbors-5/+5
2014-04-08Register new snapshotsAlex Crichton-5/+5
2014-04-07native: Try hard to not malloc on a forked childAlex Crichton-1/+31
2014-04-07Fix some windows rpass testsAlex Crichton-26/+55
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-40/+42