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-connect-timeouts.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
Test fixes and rebase conflicts
Alex Crichton
-77
/
+0
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-1
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+1
2015-03-19
RUST_TEST_TASKS -> RUST_TEST_THREADS
Steve Klabnik
-1
/
+1
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-4
/
+4
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+0
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+2
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-4
/
+4
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-29
Fallout from glob shadowing
Nick Cameron
-1
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-05
Fixed other tests to pass make check
Vladimir Matveev
-6
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-01
Remove iotest macro
Aaron Turon
-5
/
+1
2014-10-01
Remove all use of librustuv
Aaron Turon
-46
/
+21
2014-09-23
Deprecate `#[ignore(cfg(...))]`
Steven Fackler
-1
/
+1
2014-08-13
Fix test fallout
Brian Anderson
-2
/
+2
2014-08-13
std: Make connect_timeout return Err on zero duration
Brian Anderson
-0
/
+11
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-3
/
+4
2014-08-09
testsuite: implement #[reexport_test_harness_name] to get access to the
Huon Wilson
-1
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-05-12
Easier interface for TCP ::connect and ::bind.
Tom Lee
-2
/
+6
2014-04-23
test: Ignore tcp-connect-timeout on freebsd
Alex Crichton
-4
/
+4
2014-04-19
std: Add an experimental connect_timeout function
Alex Crichton
-0
/
+92