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
/
libstd
/
rt
/
at_exit_imp.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-18
std: Lower abstractions for thread_local/at_exit
Alex Crichton
-26
/
+36
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-18
/
+15
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-5
/
+3
2014-12-18
Make at_exit initialize lazily
Aaron Turon
-18
/
+23
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+65
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-74
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-5
/
+4
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+3
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-10
std,serialize: remove some internal uses of ~[].
Huon Wilson
-3
/
+4
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+2
2014-01-22
Implement native timers
Alex Crichton
-0
/
+7
2014-01-22
Implement std::rt::at_exit
Alex Crichton
-0
/
+65