Skip to content

Commit 7fd9100

Browse files
committed
---
yaml --- r: 170989 b: refs/heads/try c: 0cddbd6 h: refs/heads/master i: 170987: 43959e0 v: v3
1 parent 97a71c0 commit 7fd9100

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: 9d073134c9845d74bfad6aae78d79d6224610069
5+
refs/heads/try: 0cddbd6e770e782a9c7329f3230f192617a42da4
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
@@ -67,9 +67,10 @@ Version 1.0.0-alpha (January 2015)
6767
characters][unicode].
6868
* `macro_rules!` [has been declared stable][mac]. Though it is a
6969
flawed system it is sufficiently popular that it must be usable
70-
for 1.0. Effort has gone into future-proofing it in ways that
71-
will allow other macro systems to be developed in parallel, and
72-
won't otherwise impact the evolution of the language.
70+
for 1.0. Effort has gone into [future-proofing][mac-future] it
71+
in ways that will allow other macro systems to be developed in
72+
parallel, and won't otherwise impact the evolution of the
73+
language.
7374
* The prelude has been [pared back significantly][prelude] such
7475
that it is the minimum necessary to support the most pervasive
7576
code patterns, and through [generalized where clauses][where]
@@ -94,6 +95,9 @@ Version 1.0.0-alpha (January 2015)
9495
items or variants they contain is [now done with `self` instead
9596
of `mod`][self], as in use `foo::{self, bar}`
9697
* Glob imports are no longer feature-gated.
98+
* The `box` operator and `box` patterns have been feature-gated
99+
pending a redesign. For now unique boxes should be allocated
100+
like other containers, with `Box::new`.
97101

98102
* Libraries
99103

@@ -146,6 +150,7 @@ Version 1.0.0-alpha (January 2015)
146150
[err-conv]: https://github.com/rust-lang/rfcs/blob/master/text/0236-error-conventions.md
147151
[rt]: https://github.com/rust-lang/rfcs/blob/master/text/0230-remove-runtime.md
148152
[mac]: https://github.com/rust-lang/rfcs/blob/master/text/0453-macro-reform.md
153+
[mac-future]: https://github.com/rust-lang/rfcs/pull/550
149154
[DST]: http://smallcultfollowing.com/babysteps/blog/2014/01/05/dst-take-5/
150155
[coll1]: https://github.com/rust-lang/rfcs/blob/master/text/0235-collections-conventions.md
151156
[coll2]: https://github.com/rust-lang/rfcs/blob/master/text/0509-collections-reform-part-2.md

0 commit comments

Comments
 (0)