summary refs log tree commit diff
path: root/src/libstd/timer.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-0/+1
2013-03-11Remove uses of logBrian Anderson-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-5/+5
2013-01-29std: Stop using oldcommBrian Anderson-42/+49
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-7/+5
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-10/+11
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-1/+1
2013-01-25Fix Option camel case in commentsTyler Bindon-4/+4
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-10/+11
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-10/+11
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-34/+40
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-4/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+8
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+13
2012-12-14Rename core::comm to core::oldcommBrian Anderson-24/+23
2012-12-13Rename Send trait to OwnedBrian Anderson-2/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-12Make moves explicit in std testsTim Chevalier-1/+1
2012-10-11Remove Copy bound from std::timer::delayed_sendTim Chevalier-1/+1
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