about summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-27/+23
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-05-19rustuv: Remove usage of UnsafeArcAlex Crichton-27/+23
2014-05-16librustuv: Remove all uses of `~str` from `librustuv`Patrick Walton-7/+7
2014-05-15Updates with core::fmt changesAlex Crichton-4/+2
2014-05-15Test fixes from rollupAlex Crichton-2/+2
2014-05-15std: Remove run_in_bare_threadBrian Anderson-6/+6
2014-05-15Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`Aaron Turon-3/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-51/+60
2014-05-13io: Implement process wait timeoutsAlex Crichton-9/+72
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-3/+15
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-60/+57
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-05-08Handle fallout in librustuvKevin Ballard-7/+8
2014-05-07Test fixes and rebase conflictsAlex Crichton-9/+9
2014-05-07rustuv: Implement timeouts for unix networkingAlex Crichton-277/+711
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-49/+143
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-93/+98
2014-05-06auto merge of #13897 : aturon/rust/issue-6085, r=bjzbors-3/+5
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-3/+5
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-1/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-29/+29
2014-04-27Fix repeated module documentationAlexandre Gagnon-3/+2
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-187/+209
2014-04-24Update libuvAlex Crichton-43/+38
2014-04-23std: Add support for an accept() timeoutAlex Crichton-10/+97
2014-04-22Fixed Win64 buildVadim Chugunov-13/+2
2014-04-19rustuv: Fix a tcp connect timeout bug on windowsAlex Crichton-1/+8
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-26/+84
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-14/+12
2014-04-15Test fixes from the rollupAlex Crichton-1/+1
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-2/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-8/+8
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-2/+2
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-3/+3
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-32/+33
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-4/+4
2014-03-31rustuv: Switch field privacy as necessaryAlex Crichton-74/+74
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-12/+12