@@ -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
178183Version 0.12.0 (October 2014)
179184-----------------------------
0 commit comments