-
Notifications
You must be signed in to change notification settings - Fork 14k
1.0.0-alpha release notes #20620
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
1.0.0-alpha release notes #20620
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
RELEASES.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to mention trait object safety here as well.
|
It might be interesting to reference progress on experimental/feature-gated parts of the language for those who don't follow the GitHub and IRC chatter closely. For example a ton of work was done on associated types since 0.12.0 and without closely following the community I would have no idea that they are much much more stable then they were and ready to be experimented with and hammered on. |
RELEASES.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to fallback RFC doesn't parse as intended.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be [fallback][fallback] so the (either i32 or f64) part isn't parsed as the link's URL.
|
Current feedback has been addressed. |
RELEASES.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should "will not" this be softened slightly? It seems to me we still want some room for tweaks and adjustments based on feedback.
RELEASES.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be Sync and Send?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
Add int discussion, tweak wording
A whole lot happened this cycle. I tried to highlight the best stuff. Please review and note important stuff I'm missing or foolish mistakes.
fix: add `else` keyword completion after `let` statements
A whole lot happened this cycle. I tried to highlight the best stuff. Please review and note important stuff I'm missing or foolish mistakes.