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-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-8
/
+8
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+2
2014-03-24
green: Remove the dependence on the crate map
Alex Crichton
-1
/
+27
2014-03-23
Register new snapshots
Flavio Percoco
-1
/
+0
2014-03-21
rustc: Switch defaults from libgreen to libnative
Alex Crichton
-0
/
+11
2014-03-20
syntax: Tidy up parsing the new attribute syntax
Alex Crichton
-0
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-01
Publicise types/add #[allow(visible_private_types)] to a variety of places.
Huon Wilson
-0
/
+1
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-4
/
+5
2014-02-17
Fix a segfault in the rustuv tests
Alex Crichton
-1
/
+0
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-14
auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson
bors
-3
/
+25
2014-02-13
remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...
JeremyLetang
-1
/
+1
2014-02-12
Expose whether event loops have active I/O
Alex Crichton
-3
/
+25
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-1
/
+3
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-1
/
+1
2014-02-03
rustuv: Require all results are used and fix fallout
Alex Crichton
-2
/
+3
2014-01-29
Remove do keyword from librustuv
Scott Lawrence
-2
/
+2
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-3
/
+3
2014-01-20
Register new snapshots
Alex Crichton
-2
/
+1
2014-01-20
rustuv: Re-work sockaddr glue to not use malloc
Alex Crichton
-1
/
+1
2014-01-12
Bump version to 0.10-pre
Brian Anderson
-0
/
+1
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
[next]