@@ -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
@@ -144,7 +148,7 @@ Version 1.0.0-alpha (January 2015)
144
148
* Work has begun on supporting AArch64.
145
149
146
150
[ Cargo ] : https://crates.io
147
- [ unboxed ] : http ://smallcultfollowing .com/babysteps/blog/2014/11/26/purging-proc/
151
+ [ unboxed ] : https ://github .com/rust-lang/rfcs/blob/master/text/0114-closures.md
148
152
[ enum ] : https://github.com/rust-lang/rfcs/blob/master/text/0390-enum-namespacing.md
149
153
[ flex ] : https://github.com/rust-lang/rfcs/blob/master/text/0131-target-specification.md
150
154
[ err ] : https://github.com/rust-lang/rfcs/blob/master/text/0201-error-chaining.md
@@ -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