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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libnative
/
io
/
timer_timerfd.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-2
/
+0
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-17
/
+17
2014-03-05
native: Move from usleep() to nanosleep()
Alex Crichton
-4
/
+11
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
-11
/
+27
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+3
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-2
/
+2
2014-02-03
std: Fixing all documentation
Alex Crichton
-3
/
+4
2014-02-02
libnative: fix epoll_event struct layout
Ben Noordhuis
-9
/
+10
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-2
/
+2
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-23
Handle EINTR in epoll for native timers
Alex Crichton
-0
/
+1
2014-01-22
Implement native timers
Alex Crichton
-0
/
+303