about summary refs log tree commit diff
path: root/src/libnative/io/timer_helper.rs
AgeCommit message (Expand)AuthorLines
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