summary refs log tree commit diff
path: root/src/librustuv/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+5
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-10/+11
2014-06-06rustuv: Deal with the rtio changesAlex Crichton-33/+57
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-19rustuv: Remove usage of UnsafeArcAlex Crichton-0/+1
2014-05-16librustuv: Remove all uses of `~str` from `librustuv`Patrick Walton-4/+4
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-15Test fixes from rollupAlex Crichton-1/+1
2014-05-15std: Remove run_in_bare_threadBrian Anderson-3/+3
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-8/+8
2014-05-07rustuv: Implement timeouts for unix networkingAlex Crichton-0/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+6
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-27Fix repeated module documentationAlexandre Gagnon-3/+0
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-15Test fixes from the rollupAlex Crichton-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+2
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-03-31rustuv: Switch field privacy as necessaryAlex Crichton-5/+5
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-8/+8
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+27
2014-03-23Register new snapshotsFlavio Percoco-1/+0
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-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-4/+5
2014-02-17Fix a segfault in the rustuv testsAlex Crichton-1/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brsonbors-3/+25
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-1/+1
2014-02-12Expose whether event loops have active I/OAlex Crichton-3/+25
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-1/+3
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-1/+1
2014-02-03rustuv: Require all results are used and fix falloutAlex Crichton-2/+3
2014-01-29Remove do keyword from librustuvScott Lawrence-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3