Skip to content

us/is/u/i suffixes are now replaced with usize/isize #41

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

Merged
merged 1 commit into from
Feb 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/2015-02-23-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
`target-pointer-width`][tpw], to match the recently changed
`target_pointer_width` cfg attribute.
* [`fmt::Writer` was renamed to `fmt::Write`][write].
* `us`/`is`/`u`/`i` suffixes are now [replaced with
`usize`/`isize`][ussuffix].
* A [number][audit1] of [modules][audit2] have been [audited][audit3]
for incorrect use of `isize` and `usize`.
* Use of arbitrary attributes not defined by the language [is feature
Expand All @@ -61,6 +63,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
[exact]: https://github.com/rust-lang/rust/pull/22299
[write]: https://github.com/rust-lang/rust/pull/22311
[into]: https://github.com/rust-lang/rust/pull/22313
[ussuffix]: https://github.com/rust-lang/rust/pull/22497
[audit1]: https://github.com/rust-lang/rust/pull/22339
[audit2]: https://github.com/rust-lang/rust/pull/22401
[audit3]: https://github.com/rust-lang/rust/pull/22485
Expand Down