about summary refs log tree commit diff
path: root/src/libstd/timer.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-5/+5
2012-10-03Remove uses of + mode from libstdTim Chevalier-2/+2
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
2012-09-28De-export std::{bitv, cell, timer}. Part of #3583.Graydon Hoare-6/+4
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-4/+4
2012-08-29std: More camel casingBrian Anderson-4/+4
2012-08-27Camel case various core constructorsBrian Anderson-12/+12
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-25Remove deprecated modes from libstd/timer.rsKevin Cantu-1/+4
2012-08-24Add 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-16reduce stress constants in std::timer::testsBen Blum-2/+2
2012-08-16Add std::comm with DuplexStreamEric Holk-19/+21
2012-08-15Convert more core types to camel caseBrian Anderson-4/+4
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+7
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+5
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-49/+48
2012-07-04Remove empty argument lists from do expressionsBen Striegel-9/+9
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-6/+6
2012-07-03Change crust -> extern.Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-13/+13
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-10/+10
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-14Remove unneeded spawn in std::timer, and annotate a FIXMETim Chevalier-4/+1
2012-05-25std: Rename uv::hl to uv::iotask. Additional cleanupBrian Anderson-8/+10
2012-05-24std: Remove unused variablesBrian Anderson-1/+1
2012-05-24std: FIXME's and cleanups for uvBrian Anderson-0/+2
2012-05-22std: Update timer for new kind rulesBrian Anderson-4/+5
2012-05-22std: high-level libuv-leverage APIs now take a hl_loop as arg (tcp/timer)Jeff Olson-15/+22
2012-05-22std: ignoring timer test that seems to be race-failing b/c valgrindJeff Olson-0/+1
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-2/+4
2012-05-21std: Make timer tests more reliable under valgrindBrian Anderson-25/+43
2012-05-02std: Do less work in the timer stress testsBrian Anderson-4/+4
2012-04-28std: Add 2 timer stress testsBrian Anderson-0/+41
2012-04-27std: another stab at a race-free global loop implementationJeff Olson-10/+4
2012-04-20std: ignore tests that use high_level_loopJeff Olson-0/+3
2012-04-20std: add timer::recv_timeout() and whitespace cleanupJeff Olson-5/+75
2012-04-20std: add std::timer and timer::delayed_send and timer::sleepJeff Olson-0/+113