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
/
libnative
/
io
/
timer_helper.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-13
io: Implement process wait timeouts
Alex Crichton
-149
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-3
/
+3
2014-03-23
std: Move NativeMutex from &mut self to &self
Alex Crichton
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-8
/
+8
2014-03-05
std: Move libnative task count bookkeeping to std
Alex Crichton
-1
/
+1
2014-03-05
native: Fix usage of a deallocated mutex
Alex Crichton
-10
/
+11
2014-02-27
native: Improve windows file handling
Alex Crichton
-3
/
+0
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+4
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-2
/
+2
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-2
/
+1
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-4
/
+6
2014-02-03
Various bug fixes and rebase conflicts
Alex Crichton
-4
/
+8
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-2
/
+2
2014-01-29
auto merge of #11754 : alexcrichton/rust/unused-result, r=brson
bors
-1
/
+1
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-1
/
+1
2014-01-29
Removing do keyword from libnative
Scott Lawrence
-2
/
+2
2014-01-22
Implement native timers
Alex Crichton
-0
/
+143