about summary refs log tree commit diff
path: root/src/libstd/rt/at_exit_imp.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-1/+1
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-23/+36
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-3/+3
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-2/+2
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
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