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
Age
Commit message (
Expand
)
Author
Lines
2012-05-22
std: ignoring timer test that seems to be race-failing b/c valgrind
Jeff Olson
-0
/
+1
2012-05-22
std: splitting out tcp server API + tests
Jeff Olson
-102
/
+228
2012-05-22
std: splitting out tcp server API WIP
Jeff Olson
-81
/
+295
2012-05-22
std: reworking how some net and libuv modules are exported in the rc
Jeff Olson
-1
/
+2
2012-05-22
rt: adding rust_uv_* binding for kernel malloc and free'ing :/
Jeff Olson
-0
/
+12
2012-05-22
std: tightening up net::tcp, server/client test done, still has races..
Jeff Olson
-222
/
+325
2012-05-22
std: change sig of uv::ll::accept, again.
Jeff Olson
-1
/
+1
2012-05-22
std: first-pass at a tcp server API, with a basic (non-robust) test
Jeff Olson
-20
/
+396
2012-05-22
std: FIXME stub net::ip::ip_addr::ipv6 variant...needs parse/format impl
Jeff Olson
-0
/
+4
2012-05-22
std: makeing uv::ll::listen/accept use generic params for ptr args
Jeff Olson
-4
/
+5
2012-05-22
std: change tcp_*_result to use result::result.. flatter!
Jeff Olson
-120
/
+168
2012-05-22
core: add result::unwrap() .. patch from @nmatsakis
Jeff Olson
-0
/
+15
2012-05-22
std: no longer return uv::ll::err_data records from net::tcp
Jeff Olson
-12
/
+27
2012-05-22
std: impl for high-level tcp client/request workflow
Jeff Olson
-25
/
+150
2012-05-22
std: impl of net::tcp::write and make net::tcp::tcp_socket a resource
Jeff Olson
-18
/
+126
2012-05-22
std: tweak uv::ll::write signature and make it generic/more flexible
Jeff Olson
-4
/
+6
2012-05-22
std: impl for net::tcp::connect
Jeff Olson
-11
/
+204
2012-05-22
std: export net::ip::format_addr
Jeff Olson
-0
/
+1
2012-05-22
std: misc cleanup for uv::ll
Jeff Olson
-6
/
+20
2012-05-22
std: pushing existing code in net.rs -> net_ip.rs and re-import/exporting
Jeff Olson
-47
/
+80
2012-05-22
initial stab at API for std::net::tcp
Jeff Olson
-0
/
+60
2012-05-22
Merge pull request #2430 from mmeyerho/master
Brian Anderson
-3
/
+34
2012-05-22
Convert more resource tests to use classes with dtors
Tim Chevalier
-102
/
+221
2012-05-22
Merge branch 'master' of git://github.com/mozilla/rust
Margaret Meyerhofer
-907
/
+1839
2012-05-22
bench: Reduce some constants to make graph500-bfs faster
Brian Anderson
-2
/
+2
2012-05-22
cleaned up debugging code
Margaret Meyerhofer
-2
/
+1
2012-05-22
rustc: Eliminate metadata's dependency on session
Brian Anderson
-49
/
+64
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-56
/
+85
2012-05-22
rustc: Don't fall back to static libraries when shared isn't found
Brian Anderson
-7
/
+2
2012-05-22
rustc: Add cstore to ty::ctxt so csearch can get at it
Brian Anderson
-0
/
+2
2012-05-22
syntax: Add diagnostic::expect
Brian Anderson
-4
/
+10
2012-05-22
Added a test for #! comments
Margaret Meyerhofer
-0
/
+6
2012-05-22
Merge pull request #2427 from msullivan/shifts
Brian Anderson
-79
/
+49
2012-05-22
Changed the pretty printer also read #! comments
Margaret Meyerhofer
-3
/
+17
2012-05-22
Changed the lexer to accept #! comments on the first line.
Margaret Meyerhofer
-0
/
+12
2012-05-22
Add a test for Issue #2428.
Michael Sullivan
-0
/
+5
2012-05-22
Updating pbfs for new kind rules.
Eric Holk
-6
/
+7
2012-05-22
Removed accidental machine size dependencies.
Eric Holk
-19
/
+22
2012-05-22
Updating bfs to work with the new random methods.
Eric Holk
-9
/
+2
2012-05-22
Removing par.rs, since it's not usable now anyway.
Eric Holk
-105
/
+0
2012-05-22
More unsafe pointers to share immutable structures between tasks. This versio...
Eric Holk
-16
/
+20
2012-05-22
Be less careful about checking that lengths make sense, for slightly more per...
Eric Holk
-6
/
+2
2012-05-22
Using unsafe pointers to views to try to reduce some vector copy and allocati...
Eric Holk
-20
/
+48
2012-05-22
Using unsafe pointers to share closures.
Eric Holk
-1
/
+4
2012-05-22
Using libstd future instead.
Eric Holk
-74
/
+38
2012-05-22
A new version of the sequential BFS. This uses the same approach as the paral...
Eric Holk
-0
/
+91
2012-05-22
BFS now tries a number of search keys.
Eric Holk
-18
/
+69
2012-05-22
A parallel BFS.
Eric Holk
-6
/
+103
2012-05-22
Adding a module with parallel vector operations.
Eric Holk
-4
/
+217
2012-05-22
Added most of the Graph500 validation routine. It's very slow.
Eric Holk
-4
/
+109
[prev]
[next]