-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rewrite the 'short summary of features' on rust-lang.org #3544
Comments
Just noticed the lower-case "turing-" in "turing-complete"... /be |
+1. And that lower-case "t" has been bothering me for a long time! :) |
I was just about to file an issue for some nits I wanted to pick. "no races or sharing" should be "no data races or sharing", or perhaps just "no shared mutable state" "garbage collection... only "shared" types" should be "only "managed" types", perhaps |
I could have sworn I wrote 'more awesomer' in the OP, very much on purpose. Somebody mutilated my grammar! |
I've updated the list to be more concise. I did drop the mention of supported platforms. |
Calling this done. |
Preparing for merge from rustc Unblocks rust-lang/miri#3526.
Preparing for merge from rustc Unblocks rust-lang/miri#3526.
This feature list was written long, long ago. The language is even more awesome than the bullets would suggest. Smaller would be better too. Bonus points for being categorized by the three pillars: safe, concurrent, fast.
Links to appropriate documentation could also be useful.
The text was updated successfully, but these errors were encountered: