about summary refs log tree commit diff
path: root/src/libnative/io/timer_helper.rs
AgeCommit message (Expand)AuthorLines
2014-05-13io: Implement process wait timeoutsAlex Crichton-149/+0
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-3/+3
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-8/+8
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-1/+1
2014-03-05native: Fix usage of a deallocated mutexAlex Crichton-10/+11
2014-02-27native: Improve windows file handlingAlex Crichton-3/+0
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+4
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-2/+2
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-2/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-4/+6
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-4/+8
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-2/+2
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-1/+1
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-1/+1
2014-01-29Removing do keyword from libnativeScott Lawrence-2/+2
2014-01-22Implement native timersAlex Crichton-0/+143