Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for Move std::thread_local::* into std::thread (RFC 909) #23547

Closed
aturon opened this issue Mar 20, 2015 · 2 comments · Fixed by #23557
Closed

Tracking issue for Move std::thread_local::* into std::thread (RFC 909) #23547

aturon opened this issue Mar 20, 2015 · 2 comments · Fixed by #23557
Assignees
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Milestone

Comments

@aturon
Copy link
Member

aturon commented Mar 20, 2015

rust-lang/rfcs#909

@aturon aturon added A-libs B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. labels Mar 20, 2015
@aturon
Copy link
Member Author

aturon commented Mar 20, 2015

triage: P-backcompat-libs (1.0 beta)

@aturon aturon added this to the 1.0 beta milestone Mar 20, 2015
@aturon
Copy link
Member Author

aturon commented Mar 20, 2015

cc @carllerche

@aturon aturon changed the title Tracking issue for std::thread_local::* into std::thread` (RFC 909) Tracking issue for Move std::thread_local::* into std::thread (RFC 909) Mar 20, 2015
aturon added a commit to aturon/rust that referenced this issue Mar 23, 2015
This commit implements [RFC
909](rust-lang/rfcs#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 rust-lang#23547
alexcrichton added a commit to alexcrichton/rust that referenced this issue Mar 23, 2015
This commit implements [RFC 909](rust-lang/rfcs#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 rust-lang#23547
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant