about summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
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
2014-03-27Fix fallout of removing default boundsAlex Crichton-56/+58
2014-03-26auto merge of #13133 : alexcrichton/rust/issue-13130, r=brsonbors-10/+31
2014-03-25rustuv: Handle short writes in uv_fs_writeAlex Crichton-10/+31
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-9/+29
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-22rustuv: Remove usage of get()Alex Crichton-6/+3
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-3/+3
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-0/+11
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-9/+9
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+36
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+36
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-81/+81
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-81/+81
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-3/+3
2014-03-12rustuv: Fix a use-after-free in TTY failureAlex Crichton-12/+19
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+1
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-1/+1
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-4/+5
2014-02-23Roll std::run into std::io::processAlex Crichton-1/+18
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-4/+5
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-1/+1
2014-02-17Fix a segfault in the rustuv testsAlex Crichton-1/+12