about summary refs log tree commit diff
path: root/src/libstd/rt/at_exit_imp.rs
AgeCommit message (Expand)AuthorLines
2014-12-18std: Lower abstractions for thread_local/at_exitAlex Crichton-26/+36
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-18/+15
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-5/+3
2014-12-18Make at_exit initialize lazilyAaron Turon-18/+23
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+65
2014-06-06std: Extract librustrt out of libstdAlex Crichton-74/+0
2014-05-11core: Remove the cast moduleAlex Crichton-5/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-3/+4
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+2
2014-01-22Implement native timersAlex Crichton-0/+7
2014-01-22Implement std::rt::at_exitAlex Crichton-0/+65