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

0.8 release notes #9313

Closed
wants to merge 1 commit into from
Closed

0.8 release notes #9313

wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Sep 19, 2013

No description provided.

* Arithmetic operations have been implemented on the SIMD types in
`std::unstable::simd`.
* Exchange allocation headers were removed, reducing memory usage.
* `printf!` and `printfln!` write formatted strings (using the `fmt!`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory these will be removed in favor of print! and println!, so maybe we don't want to mention them.

@brson
Copy link
Contributor Author

brson commented Sep 19, 2013

All comments addressed.

bors added a commit that referenced this pull request Sep 19, 2013
@bors bors closed this Sep 19, 2013
* std: Added `SharedPort` to `comm`.
* std: `Eq` has a default method for `ne`; only `eq` is required
in implementations.
* std: `Ord` has default methods for `le`, `gt` and `le`; only `lt`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le, gt and ge, no?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will (hopefully) be addressed by #9349.

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.

9 participants