@@ -6,11 +6,15 @@ Version 1.0.0-alpha (January 2015)
6
6
* Highlights
7
7
8
8
* 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 .
11
11
* Nearly 50% of the public API surface of the standard library has
12
12
been declared 'stable'. Those interfaces are unlikely to change
13
13
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.
14
18
* Most crates that are not ` std ` have been moved out of the Rust
15
19
distribution into the Cargo ecosystem so they can evolve
16
20
separately and don't need to be stabilized as quickly, including
@@ -174,6 +178,7 @@ Version 1.0.0-alpha (January 2015)
174
178
[ fb ] : https://github.com/rust-lang/rfcs/blob/master/text/0212-restore-int-fallback.md
175
179
[ objsafe ] : https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
176
180
[ 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
177
182
178
183
Version 0.12.0 (October 2014)
179
184
-----------------------------
0 commit comments