-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unstable updates #9092
Unstable updates #9092
Commits on Jan 21, 2021
-
I changed my mind on how these should work. I think it is useful to "advertise" the existence of these options on stable. The error message if you try to use it should help guide on what to do.
Configuration menu - View commit details
-
Copy full SHA for cf920df - Browse repository at this point
Copy the full SHA cf920dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b98ed - Browse repository at this point
Copy the full SHA 73b98edView commit details -
Add error message for wrong cargo-features placement.
This is intended to help if the user puts cargo-features in the wrong place in Cargo.toml.
Configuration menu - View commit details
-
Copy full SHA for d89a78e - Browse repository at this point
Copy the full SHA d89a78eView commit details -
Remove publish-lockfile key from manifest.
The feature was stabilized without the key in rust-lang#7026 about 1.5 years ago. (Will follow up with an error message in a subsequent commit.)
Configuration menu - View commit details
-
Copy full SHA for ff349f0 - Browse repository at this point
Copy the full SHA ff349f0View commit details -
Add more helpful message with stabilized -Z flags.
Previously, when something was stabilized, Cargo would spit out a very unhelpful error message about an unknown -Z flag. This changes it so that it displays a helpful warning (or error).
Configuration menu - View commit details
-
Copy full SHA for 00615fc - Browse repository at this point
Copy the full SHA 00615fcView commit details -
Rework cargo-features a little.
* Add `removed` support. * Include the version where it is stabilized. * Include a links to the documentation in the error/warning messages.
Configuration menu - View commit details
-
Copy full SHA for 7bbef3d - Browse repository at this point
Copy the full SHA 7bbef3dView commit details -
Update the internal documentation on unstable features.
Attempts to make it clearer on how the different kinds of unstable support works, and clarify the steps for adding new features and stabilizing.
Configuration menu - View commit details
-
Copy full SHA for 778b535 - Browse repository at this point
Copy the full SHA 778b535View commit details -
Update the user documentation on unstable features.
This attempts to make it clearer on the different ways unstable features can be activated.
Configuration menu - View commit details
-
Copy full SHA for 13b0b70 - Browse repository at this point
Copy the full SHA 13b0b70View commit details -
Add redirects on the unstable docs.
This adds some redirects so if there are any links to old documentation, they will get redirect to new documentation.
Configuration menu - View commit details
-
Copy full SHA for a58e7ff - Browse repository at this point
Copy the full SHA a58e7ffView commit details