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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
uv_ll.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-12
libsyntax: Remove `extern mod foo { ... }` from the language.
Patrick Walton
-71
/
+70
2013-05-09
auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn
bors
-3
/
+3
2013-05-08
librustc: Stop parsing modes and remove them entirely from the language
Patrick Walton
-14
/
+15
2013-05-09
Fix typos
Sean Moon
-3
/
+3
2013-04-29
test: Fix tests.
Patrick Walton
-2
/
+2
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-39
/
+35
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-2
/
+0
2013-04-19
std: clean up tests (mostly unused unsafe blocks)
Alex Crichton
-56
/
+50
2013-04-19
librustc: WIP patch for using the return value.
Patrick Walton
-2
/
+1
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-3
/
+3
2013-04-16
libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...
Huon Wilson
-6
/
+6
2013-04-14
std: remove unused unsafe blocks/functions
Alex Crichton
-6
/
+6
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-16
/
+16
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+5
2013-03-25
Merge remote-tracking branch 'brson/rt'
Brian Anderson
-0
/
+1919
2013-03-18
core: Simplify uvll bindings and strip out currently-unused bits
Brian Anderson
-18
/
+0
2013-03-18
Give core::rt and std::net their own uvll bindings
Brian Anderson
-0
/
+1939
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-1923
/
+0
2013-03-07
test: Fix tests.
Patrick Walton
-2
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-16
/
+16
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-3
/
+6
2013-03-07
libstd: Remove `extern mod { ... }` from libstd. rs=deexterning
Patrick Walton
-138
/
+146
2013-03-03
rustc: MIPS32 support
Jyun-Yan You
-1
/
+13
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-1
/
+2
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-1
/
+0
2013-02-14
fix bug in uv_ll tests uncovered by not zeroing
Daniel Micay
-3
/
+3
2013-02-11
std: Fix uv_tcp_t size on i686-apple-darwin
Brian Anderson
-19
/
+66
2013-02-10
std: fix libuv structs on macos
Jeff Olson
-2
/
+35
2013-02-10
rt/std: update of libuv API glue for libuv submodule update
Jeff Olson
-120
/
+95
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-5
/
+5
2013-02-04
std: Stamp out structural records
Tim Chevalier
-1
/
+1
2013-01-29
std: Stop using oldcomm
Brian Anderson
-29
/
+30
2013-01-24
std: Mop up Mac/Linux breakage
Tim Chevalier
-2
/
+2
2013-01-24
std: Fix broken Windows function
Tim Chevalier
-1
/
+1
2013-01-24
convert most of libstd over to structs
Erick Tryzelaar
-188
/
+243
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-382
/
+413
2013-01-13
Support ARM and Android
kyeongwoon
-0
/
+15
2013-01-11
libstd: Fix std test. rs=busted
Patrick Walton
-82
/
+105
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-94
/
+109
2013-01-09
std: fix net::tcp::test fallout from 2db3abd harder
Graydon Hoare
-0
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+8
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-8
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+8
2012-12-28
libstd: Fix tests. rs=bustage
Patrick Walton
-11
/
+19
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+8
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-19
/
+18
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-20
std: Shuffle around test ports some more
Brian Anderson
-1
/
+1
2012-10-20
uv: implement a way to get client's ip/port.
Luqman Aden
-0
/
+22
[next]