summary refs log tree commit diff
path: root/src/librustuv/lib.rs
AgeCommit message (Expand)AuthorLines
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
2013-11-10Update to the latest libuvAlex Crichton-1/+1
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-29/+89
2013-11-10Update all uv tests to pass againAlex Crichton-50/+44
2013-11-10Clean up the remaining chunks of uvAlex Crichton-29/+16
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-144/+36
2013-11-10Migrate uv file bindings away from ~fn()Alex Crichton-3/+1
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-3/+3
2013-11-10Fixing rebase conflicts and suchAlex Crichton-2/+2
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-6/+33
2013-11-10Migrate uv signal handling away from ~fn()Alex Crichton-2/+0
2013-11-10Migrate uv process bindings away from ~fn()Alex Crichton-9/+2
2013-11-10Migrate uv timer bindings away from ~fn()Alex Crichton-2/+39
2013-11-10uv: Provide a helper fn to Result<(), IoError>Alex Crichton-3/+6
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-10/+14
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+423