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
/
io
/
timer.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-19
Impl Send for Timer on Windows
Peter Atashian
-0
/
+6
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-3
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-2
/
+0
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-43
/
+43
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-7
/
+8
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-45
/
+43
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-7
/
+8
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-3
/
+3
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-3
/
+3
2014-11-26
/*! -> //!
Steve Klabnik
-8
/
+4
2014-11-08
Runtime removal: refactor timer
Aaron Turon
-11
/
+8
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-13
Clean up rustc warnings.
NODA, Kai
-1
/
+0
2014-10-07
Remove use of `final` and `override` (now reserved)
John Gallagher
-1
/
+1
2014-10-01
Remove iotest macro
Aaron Turon
-57
/
+94
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-8
/
+14
2014-08-13
std: Make the TCP/UDP connect_timeout methods take Duration
Brian Anderson
-10
/
+10
2014-08-13
std: Clarify what timers do with zero and negative durations
Brian Anderson
-12
/
+77
2014-08-13
std: Restore missing timer examples
Brian Anderson
-0
/
+52
2014-08-13
std: Remove ms-taking methods from timers
Brian Anderson
-172
/
+49
2014-08-13
std: Update Duration from upstream
Brian Anderson
-25
/
+9
2014-08-13
std: Add sleep, oneshot and periodic timers, taking Duration
Brian Anderson
-0
/
+97
2014-08-13
std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.
Brian Anderson
-51
/
+51
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-06-27
std::io: Use re-exported pathes in examples.
OGINO Masanori
-4
/
+4
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-3
/
+3
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+1
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-3
/
+3
2014-06-08
std::io: expand the oneshot/periodic docs.
Huon Wilson
-8
/
+68
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-6
/
+20
2014-06-03
std: Remove generics from Option::expect
Alex Crichton
-1
/
+0
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-1
/
+1
2014-05-07
core: Move Option::expect to libstd from libcore
Alex Crichton
-0
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-11
/
+11
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+3
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-56
/
+56
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-21
/
+40
2014-02-03
std: Remove io::io_error
Alex Crichton
-3
/
+4
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-6
/
+6
2014-01-22
Implement native timers
Alex Crichton
-29
/
+145
2014-01-15
Allow more "error" values in try_recv()
Alex Crichton
-3
/
+2
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-12
/
+2
2013-12-24
std: Delete rt::test
Alex Crichton
-40
/
+23
2013-12-23
std: Fix all code examples
Alex Crichton
-1
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-2
/
+2
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-11
/
+9
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-2
/
+2
[next]