You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Num reform](https://github.com/rust-lang/rfcs/blob/master/text/0418-struct-variants.md): Strips down `std::num` to minimally support generic primitive numbers, without supporting a full mathematical hierarchy.
119
118
120
119
*[Higher-ranked trait bounds](https://github.com/rust-lang/rfcs/blob/master/text/0387-higher-ranked-trait-bounds.md): Add the ability to have trait bounds that are polymorphic over lifetimes. Necessary for unboxed closures.
@@ -125,7 +124,7 @@ TODO: Link to complete breaking changes log
125
124
126
125
127
126
128
-
##New RFC's
127
+
# New RFC's
129
128
*[Macro reform](https://github.com/rust-lang/rfcs/pull/453): Prepares macros for 1.0 stabilization. Renames `macro_rules!` to `macro!`, and introduces more robust support for module importing and exporting.
130
129
131
130
*[Change integer fallback RFC to suggest `i32` instead of `int` as the fallback](https://github.com/rust-lang/rfcs/pull/452): Changes the fallback for performance and portability.
@@ -163,15 +162,9 @@ Lots of discussion of how to structure libc, not a lot of consensus.
163
162
164
163
165
164
166
-
## Community
167
-
168
-
Ideas: blog posts, videos, reddit/hn/discuss threads, new projects, project updates
*[IRC notifications now going to #rust-bots](http://discuss.rust-lang.org/t/irc-notifications-now-going-to-rust-bots/735): If you have a bot you'd like to post here (which would be awesome!) please add a description and contact to [the wiki page](https://github.com/rust-lang/rust/wiki/IRC-notifications-channel).
185
178
186
-
187
-
188
-
189
-
### Videos
179
+
## Videos
190
180
191
181
*[An introduction to Servo](https://air.mozilla.org/an-introduction-to-servo/): Lars Bergstrom from the Research team provides an overview of the Servo project, demonstrates its current status, and shows how to contribute to it.
192
182
193
-
* BRSON NOTE: other meetup talks on air mozilla? Site is inscrutable.
194
-
195
-
196
-
183
+
*[November's Bay Area meetup](https://air.mozilla.org/bay-area-rust-meetup-november-2014/) happened
184
+
on Thursday, featuring five presentations about Servo and browser architecture.
197
185
198
-
###Blog Posts
186
+
## Blog Posts
199
187
200
188
*[This Week In Servo (10)](http://blog.servo.org/2014/11/04/twis-10/)
201
189
@@ -216,7 +204,7 @@ TODO: Summarize
216
204
217
205
218
206
219
-
###Discuss
207
+
## Discuss
220
208
221
209
*[Pre-RFC: placement box with Placer trait](http://discuss.rust-lang.org/t/pre-rfc-placement-box-with-placer-trait/729/6): Add user-defined placement box expression (more succinctly, "a box
222
210
expression"), an operator analogous to "placement new" in C++. This
@@ -236,7 +224,7 @@ the stack into the backing storage).
236
224
237
225
238
226
239
-
###Reddit
227
+
## Reddit
240
228
241
229
*[Warning! Some collection methods have had their semantics changed transparently!](http://www.reddit.com/r/rust/comments/2ljfnd/warning_some_collection_methods_have_had_their/)
242
230
@@ -261,9 +249,9 @@ the stack into the backing storage).
261
249
262
250
263
251
264
-
###New Projects
252
+
## New Projects
265
253
266
-
*[this-week-in-rust](https://github.com/cmr/this-week-in-rust): This Week in Rust's content is now publicly hosted in a Github repo! If you find any errors, just submit a PR to the relevant markdown file in `/content`! If you'd like to help out, please contact cmr, brson, or Gankro on Github/Reddit/IRC; (BRSON NOTE: OR SOMEWHERE ELSE?)
254
+
*[this-week-in-rust](https://github.com/cmr/this-week-in-rust): This Week in Rust's content is now publicly hosted in a Github repo! If you find any errors, just submit a PR to the relevant markdown file in `/content`! If you'd like to help out, please contact cmr, brson, or Gankro on Github/Reddit/IRC.
267
255
268
256
*[rustaceans.org](http://rustaceans.org/): *This website is for finding Rustaceans. Wondering who is behind that GitHub username or IRC nick? Here is where to find out.*
269
257
@@ -284,14 +272,9 @@ the stack into the backing storage).
284
272
*[rusqlite](https://github.com/jgallagher/rusqlite): *Ergonomic, semi-safe bindings to SQLite for Rust*
285
273
286
274
287
-
288
-
289
-
### Upcoming Meetups
275
+
## Upcoming Meetups
290
276
291
277
*[Rust Bay Area: Cryptography and Rust, December 18th](http://www.meetup.com/Rust-Bay-Area/events/210632582/)
292
278
293
-
BRSON NOTE: do we want this? maybe other calendar things?
0 commit comments