Skip to content

Commit 4ec7fb7

Browse files
committed
---
yaml --- r: 170992 b: refs/heads/try c: a63bb9b h: refs/heads/master v: v3
1 parent d241fb4 commit 4ec7fb7

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 73a25f55ad748b4d3516417c711b99ce446591af
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5-
refs/heads/try: 1b59406aec39a7cfc70cf9ef63d1718126631a1c
5+
refs/heads/try: a63bb9ba7f992b88349504aed2b0cf49ac28ed8d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/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)