about summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-134/+114
2014-06-06native: Deal with the rtio changesAlex Crichton-318/+313
2014-06-06rtio: Remove usage of `Path`Alex Crichton-10/+10
2014-06-05Fallout from the libcollections movementAlex Crichton-6/+9
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+3
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-1/+2
2014-05-29auto merge of #14487 : arielb1/rust/fix-13933, r=alexcrichtonbors-17/+23
2014-05-28auto merge of #14477 : alexcrichton/rust/issue-14456, r=brsonbors-52/+78
2014-05-28Issue #13933: Remove transmute_mut from IOAriel Ben-Yehuda-17/+23
2014-05-28auto merge of #14455 : crabtw/rust/mips, r=alexcrichtonbors-12/+56
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-52/+78
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-5/+5
2014-05-28fix MIPS targetJyun-Yan You-12/+56
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-5/+5
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-2/+2
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-5/+7
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+3
2014-05-22Spelling/doc formatting fixes.Huon Wilson-2/+2
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-53/+40
2014-05-21std,green: Mark some queue types as NoShareAlex Crichton-11/+11
2014-05-20core: Stabilize the mem moduleAlex Crichton-21/+21
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-43/+30
2014-05-15Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`Aaron Turon-6/+2
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-99/+93
2014-05-13io: Implement process wait timeoutsAlex Crichton-222/+649
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