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
/
test
/
run-pass
/
tcp-accept-stress.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
Test fixes and rebase conflicts
Alex Crichton
-91
/
+0
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-3
/
+6
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-3
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-2
/
+2
2015-01-07
test: Move some tests to scoped instead of spawn
Alex Crichton
-8
/
+8
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-5
/
+6
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-4
/
+6
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-11-05
Fixed other tests to pass make check
Vladimir Matveev
-3
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-01
Remove all use of librustuv
Aaron Turon
-17
/
+0
2014-08-31
test: Tweak tcp-accept-stress one last time
Alex Crichton
-10
/
+19
2014-08-30
test: Fix the tcp-accept-stress test
Alex Crichton
-5
/
+1
2014-08-29
test: Ignore a deadlocking test on OSX
Alex Crichton
-0
/
+2
2014-08-24
native: clone/close_accept for win32 pipes
Alex Crichton
-4
/
+4
2014-08-24
native: Implement clone/close_accept for unix
Alex Crichton
-0
/
+94