@@ -67,9 +67,10 @@ Version 1.0.0-alpha (January 2015)
67
67
characters] [ unicode ] .
68
68
* ` macro_rules! ` [ has been declared stable] [ mac ] . Though it is a
69
69
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.
73
74
* The prelude has been [ pared back significantly] [ prelude ] such
74
75
that it is the minimum necessary to support the most pervasive
75
76
code patterns, and through [ generalized where clauses] [ where ]
@@ -94,6 +95,9 @@ Version 1.0.0-alpha (January 2015)
94
95
items or variants they contain is [ now done with ` self ` instead
95
96
of ` mod ` ] [ self ] , as in use ` foo::{self, bar} `
96
97
* 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 ` .
97
101
98
102
* Libraries
99
103
@@ -146,6 +150,7 @@ Version 1.0.0-alpha (January 2015)
146
150
[ err-conv ] : https://github.com/rust-lang/rfcs/blob/master/text/0236-error-conventions.md
147
151
[ rt ] : https://github.com/rust-lang/rfcs/blob/master/text/0230-remove-runtime.md
148
152
[ 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
149
154
[ DST ] : http://smallcultfollowing.com/babysteps/blog/2014/01/05/dst-take-5/
150
155
[ coll1 ] : https://github.com/rust-lang/rfcs/blob/master/text/0235-collections-conventions.md
151
156
[ coll2 ] : https://github.com/rust-lang/rfcs/blob/master/text/0509-collections-reform-part-2.md
0 commit comments