Skip to content

Commit 91143db

Browse files
committed
---
yaml --- r: 172086 b: refs/heads/beta c: a63bb9b h: refs/heads/master v: v3
1 parent 508f846 commit 91143db

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 1b59406aec39a7cfc70cf9ef63d1718126631a1c
34+
refs/heads/beta: a63bb9ba7f992b88349504aed2b0cf49ac28ed8d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/beta/RELEASES.md

Lines changed: 8 additions & 3 deletions
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
@@ -144,7 +148,7 @@ Version 1.0.0-alpha (January 2015)
144148
* Work has begun on supporting AArch64.
145149

146150
[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
148152
[enum]: https://github.com/rust-lang/rfcs/blob/master/text/0390-enum-namespacing.md
149153
[flex]: https://github.com/rust-lang/rfcs/blob/master/text/0131-target-specification.md
150154
[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)
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)