index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustuv
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-1
/
+0
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-3
/
+5
2014-01-02
Bump version to 0.9
Brian Anderson
-1
/
+1
2013-12-27
Implement native TCP I/O
Alex Crichton
-0
/
+1
2013-12-26
Register new snapshots
Alex Crichton
-2
/
+0
2013-12-24
rustuv: Remove the id() function from IoFactory
Alex Crichton
-5
/
+2
2013-12-24
rustuv: Get all tests passing again after refactor
Alex Crichton
-4
/
+8
2013-12-24
rustuv: Reimplement without using std::rt::sched
Alex Crichton
-31
/
+36
2013-12-19
Rename pkgid to crate_id
Corey Richardson
-0
/
+2
2013-12-17
Handle ENOENT
Cadence Marseille
-0
/
+1
2013-12-15
Register new snapshots
Alex Crichton
-8
/
+1
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-2
/
+1
2013-12-10
auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton
bors
-12
/
+13
2013-12-10
libstd: Remove `Cell` from the library.
Patrick Walton
-7
/
+3
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-0
/
+2
2013-12-10
librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.
Patrick Walton
-6
/
+11
2013-12-03
Register new snapshots
Alex Crichton
-2
/
+0
2013-11-30
Test fixes and merge conflicts
Alex Crichton
-0
/
+1
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-1
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+0
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-2
/
+2
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-6
/
+6
2013-11-26
libsyntax: Remove the old-style borrowed closure type syntax from the
Patrick Walton
-1
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-0
/
+2
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-1
/
+21
2013-11-10
Update to the latest libuv
Alex Crichton
-1
/
+1
2013-11-10
Make the uv bindings resilient to linked failure
Alex Crichton
-29
/
+89
2013-11-10
Update all uv tests to pass again
Alex Crichton
-50
/
+44
2013-11-10
Clean up the remaining chunks of uv
Alex Crichton
-29
/
+16
2013-11-10
Migrate uv net bindings away from ~fn()
Alex Crichton
-144
/
+36
2013-11-10
Migrate uv file bindings away from ~fn()
Alex Crichton
-3
/
+1
2013-11-10
Start migrating stream I/O away from ~fn()
Alex Crichton
-3
/
+3
2013-11-10
Fixing rebase conflicts and such
Alex Crichton
-2
/
+2
2013-11-10
Remove usage of ~fn() from uv async/idle
Alex Crichton
-6
/
+33
2013-11-10
Migrate uv signal handling away from ~fn()
Alex Crichton
-2
/
+0
2013-11-10
Migrate uv process bindings away from ~fn()
Alex Crichton
-9
/
+2
2013-11-10
Migrate uv timer bindings away from ~fn()
Alex Crichton
-2
/
+39
2013-11-10
uv: Provide a helper fn to Result<(), IoError>
Alex Crichton
-3
/
+6
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-10
/
+14
2013-11-08
Specify package_id for rust libs, to avoid spurious warnings
Andrei Formiga
-0
/
+1
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-0
/
+423