summary refs log tree commit diff
path: root/src/librustuv/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-20rustuv: Re-work sockaddr glue to not use mallocAlex Crichton-1/+1
2014-01-12Bump version to 0.10-preBrian Anderson-0/+1
2014-01-07Fix remaining cases of leaking importsAlex Crichton-1/+0
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-3/+5
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-27Implement native TCP I/OAlex Crichton-0/+1
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-5/+2
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-4/+8
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-31/+36
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-17Handle ENOENTCadence Marseille-0/+1
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-2/+1
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-12/+13
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-7/+3
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2
2013-12-10librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.Patrick Walton-6/+11
2013-12-03Register new snapshotsAlex Crichton-2/+0
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+3
2013-11-28Register new snapshotsAlex Crichton-2/+0
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-2/+2
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-6/+6
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-0/+2
2013-11-10Another round of test fixes from previous commitsAlex Crichton-1/+21