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

Comments

Projects
None yet
1 participant
@aturon
Copy link
Member

aturon commented Mar 20, 2015

@aturon

This comment has been minimized.

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

This comment has been minimized.

Copy link
Member Author

aturon commented Mar 20, 2015

@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 20, 2015

Implement RFC 909: move thread_local into thread
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

aturon added a commit to aturon/rust that referenced this issue Mar 20, 2015

Implement RFC 909: move thread_local into thread
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

aturon added a commit to aturon/rust that referenced this issue Mar 20, 2015

Implement RFC 909: move thread_local into thread
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

aturon added a commit to aturon/rust that referenced this issue Mar 23, 2015

Implement RFC 909: move thread_local into thread
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

rollup merge of rust-lang#23557: aturon/rfc-909
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

@bors bors closed this in #23557 Mar 24, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.