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
/
timer.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-1
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-5
/
+5
2012-10-03
Remove uses of + mode from libstd
Tim Chevalier
-2
/
+2
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-28
De-export std::{bitv, cell, timer}. Part of #3583.
Graydon Hoare
-6
/
+4
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-4
/
+4
2012-08-29
std: More camel casing
Brian Anderson
-4
/
+4
2012-08-27
Camel case various core constructors
Brian Anderson
-12
/
+12
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
2012-08-25
Remove deprecated modes from libstd/timer.rs
Kevin Cantu
-1
/
+4
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-4
/
+4
2012-08-16
reduce stress constants in std::timer::tests
Ben Blum
-2
/
+2
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-19
/
+21
2012-08-15
Convert more core types to camel case
Brian Anderson
-4
/
+4
2012-08-13
De-mode-ify a few minor libcore modules.
Graydon Hoare
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-4
/
+7
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-4
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-4
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-49
/
+48
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-9
/
+9
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-6
/
+6
2012-07-03
Change crust -> extern.
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-13
/
+13
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-10
/
+10
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-1
/
+1
2012-06-14
Remove unneeded spawn in std::timer, and annotate a FIXME
Tim Chevalier
-4
/
+1
2012-05-25
std: Rename uv::hl to uv::iotask. Additional cleanup
Brian Anderson
-8
/
+10
2012-05-24
std: Remove unused variables
Brian Anderson
-1
/
+1
2012-05-24
std: FIXME's and cleanups for uv
Brian Anderson
-0
/
+2
2012-05-22
std: Update timer for new kind rules
Brian Anderson
-4
/
+5
2012-05-22
std: high-level libuv-leverage APIs now take a hl_loop as arg (tcp/timer)
Jeff Olson
-15
/
+22
2012-05-22
std: ignoring timer test that seems to be race-failing b/c valgrind
Jeff Olson
-0
/
+1
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-2
/
+4
2012-05-21
std: Make timer tests more reliable under valgrind
Brian Anderson
-25
/
+43
2012-05-02
std: Do less work in the timer stress tests
Brian Anderson
-4
/
+4
2012-04-28
std: Add 2 timer stress tests
Brian Anderson
-0
/
+41
2012-04-27
std: another stab at a race-free global loop implementation
Jeff Olson
-10
/
+4
2012-04-20
std: ignore tests that use high_level_loop
Jeff Olson
-0
/
+3
2012-04-20
std: add timer::recv_timeout() and whitespace cleanup
Jeff Olson
-5
/
+75
2012-04-20
std: add std::timer and timer::delayed_send and timer::sleep
Jeff Olson
-0
/
+113