| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-24 | Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl. | Felix S. Klock II | -1/+1 | |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -0/+1026 | |
| This commit implements [RFC 909](https://github.com/rust-lang/rfcs/pull/909): The `std::thread_local` module is now deprecated, and its contents are available directly in `std::thread` as `LocalKey`, `LocalKeyState`, and `ScopedKey`. The macros remain exactly as they were, which means little if any code should break. Nevertheless, this is technically a: [breaking-change] Closes #23547 | ||||
