Files
rust/src
Aaron Turon 6bd3ab0d81 Implement RFC 909: move thread_local into thread
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
2015-03-23 11:28:54 -07:00
..
2015-01-30 14:53:34 -08:00
2015-03-15 11:25:43 -07:00
2015-03-18 16:32:32 -07:00
2015-03-15 11:25:43 -07:00
2015-03-19 00:48:08 -04:00
2015-03-11 21:11:40 -04:00
2015-03-15 09:08:21 -07:00
2015-03-18 16:32:32 -07:00
2015-03-18 16:32:32 -07:00