about summary refs log tree commit diff
path: root/src/libstd/thunk.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-39/+3
2015-03-03Switched to Box::new in many places.Felix S. Klock II-1/+1
2015-02-20Register new snapshotsAlex Crichton-3/+0
2015-02-17Register new snapshotsAlex Crichton-1/+1
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-8/+11
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-0/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-0/+3
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+52