-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
0.6 documentation #5344
Comments
Graydon also doesn't want them to mention the term 'linear' |
The borrowed pointer tutorial needs to be updated, and the FFI tutorial is really bad and could be possibly be augmented with some of the material from my recent blog post. The task tutorial needs to be updated, possibly with some of this |
core::comm and core::condition need docs |
also #5533 |
The discussion about core injection at the bottom of the tutorial is wrong. |
#3317 is also good |
example on rust-lang.org doesn't build |
Where's the source for rust-lang.org? |
Done as it's going to be. |
…hiaskrgr Extend useless conversion This PR extends `useless_conversion` lint with `TryFrom` and `TryInto` fixes: rust-lang#5344 changelog: Extend `useless_conversion` with `TryFrom` and `TryInto`
Some reminders of things I want documented for 0.6
In some comments on a previous commit people asked for the release notes to contain
The RELEASES.txt file also contains a number of TODO's for things I don't know about or that aren't finished.
Detailed release notes needs lots of additions
The text was updated successfully, but these errors were encountered: