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

std: Move dynamic_lib from std::unstable to std #14763

Closed
wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Jun 9, 2014

This leaves a deprecated reexport in place temporarily.

Closes #1457.

I didn't mark this a breaking change because of the deprecated reexport.

@brson
Copy link
Contributor Author

brson commented Jun 9, 2014

This may also make sense in std::os.

This leaves a deprecated reexport in place temporarily.

Closes rust-lang#1457.
@brson
Copy link
Contributor Author

brson commented Jun 9, 2014

This also tags dynamic_lib as experimental.

@lilyball
Copy link
Contributor

lilyball commented Jun 9, 2014

Leaving deprecated reexports are still generally considered breaking changes, as I understand it. However, I don't think any changes to std::unstable should be considered breaking changes, so I'm fine with not marking it as such (just disagreeing about why).

bors added a commit that referenced this pull request Jun 10, 2014
Closes #14611 (std: Remove the as_utf16_p functions)
Closes #14694 (Num cleanup)
Closes #14760 (Add --color to test binary options)
Closes #14763 (std: Move dynamic_lib from std::unstable to std)
Closes #14766 (Add test for issue #13446)
Closes #14769 (collections: Add missing Default impls)
Closes #14773 (General nits)
Closes #14776 (rustdoc: Correctly classify enums/typedefs)
@bors bors closed this in #14783 Jun 10, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
Fix manual formatting and remove duplicate command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dismantle std::unstable
4 participants