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_other.rs
Age
Commit message (
Expand
)
Author
Lines
2014-04-12
native: Remove timerfd implementation on linux
Alex Crichton
-338
/
+0
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-5
/
+4
2014-04-10
native: remove some internal ~[].
Huon Wilson
-6
/
+6
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-3
/
+3
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-2
/
+2
2014-03-31
native: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-20
/
+20
2014-03-05
native: Move from usleep() to nanosleep()
Alex Crichton
-2
/
+9
2014-03-01
Publicise types/add #[allow(visible_private_types)] to a variety of places.
Huon Wilson
-0
/
+1
2014-02-27
native: Improve windows file handling
Alex Crichton
-2
/
+0
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-6
/
+9
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+2
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-19
/
+17
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-4
/
+4
2014-02-03
native: Require all results are used and fix fallout
Alex Crichton
-2
/
+3
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-1
/
+1
2014-01-23
native: Don't use timerfd on Android
Brian Anderson
-0
/
+1
2014-01-22
Implement native timers
Alex Crichton
-0
/
+328