Skip to content

Commit ef6126a

Browse files
committed
Merge pull request #25 from aturon/relnotes-updates
Add int discussion, tweak wording
2 parents 1b59406 + a63bb9b commit ef6126a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASES.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ Version 1.0.0-alpha (January 2015)
66
* Highlights
77

88
* The language itself is considered feature complete for 1.0,
9-
though there is a significant amount of cleanup and bugfixes
10-
remaining.
9+
though there will be many usability improvements and bugfixes
10+
before the final release.
1111
* Nearly 50% of the public API surface of the standard library has
1212
been declared 'stable'. Those interfaces are unlikely to change
1313
before 1.0.
14+
* The long-running debate over integer types has been
15+
[settled][ints]: Rust will ship with types named `isize` and
16+
`usize`, rather than `int` and `uint`, for pointer-sized
17+
integers. Guidelines will be rolled out during the alpha cycle.
1418
* Most crates that are not `std` have been moved out of the Rust
1519
distribution into the Cargo ecosystem so they can evolve
1620
separately and don't need to be stabilized as quickly, including
@@ -174,6 +178,7 @@ Version 1.0.0-alpha (January 2015)
174178
[fb]: https://github.com/rust-lang/rfcs/blob/master/text/0212-restore-int-fallback.md
175179
[objsafe]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
176180
[assoc]: https://github.com/rust-lang/rfcs/blob/master/text/0195-associated-items.md
181+
[ints]: https://github.com/rust-lang/rfcs/pull/544#issuecomment-68760871
177182

178183
Version 0.12.0 (October 2014)
179184
-----------------------------

0 commit comments

Comments
 (0)