Skip to content

Commit 7401a85

Browse files
committed
More 2014-11-10
1 parent 46c09b2 commit 7401a85

File tree

1 file changed

+20
-37
lines changed

1 file changed

+20
-37
lines changed

content/2014-11-10-this-week-in-rust.markdown

+20-37
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@ contributions](https://github.com/mozilla/rust/wiki/Note-guide-for-new-contribut
1212

1313
# What's cooking on master?
1414

15-
TODO: Update this Monday morning
15+
101 pull requests were [merged in the last week][1]. Woo!
1616

17-
XXX pull requests were [merged in the last week][1]. Woo!
18-
19-
[1]: https://github.com/rust-lang/rust/pulls?page=1&q=is%3Apr+is%3Amerged+updated%3A%3E%3D2014-11-03
17+
[1]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-03..2014-11-10
2018

2119
## Breaking Changes
2220

23-
TODO: Link to complete breaking changes log
24-
2521
* [Flexible target specification][flex] has finally landed. This makes
2622
it much easier to create custom toolchains for unsupported
2723
platforms. [RFC][flex-rfc].
2824
* [Error interoperation][err] improves the ergonomics of error
2925
handling when multiple error types are involved. [RFC][err-rfc].
26+
* The `rtio` abstraction layer that supported I/O on green threads
27+
[has been removed][rtio]. [RFC][rtio-rfc].
3028
* There has been a minor breaking change to the [serialization of
3129
tuples][tup].
3230
* Minor [changes to macro interpolation][mac] have resulted the
@@ -77,6 +75,8 @@ TODO: Link to complete breaking changes log
7775
[pre]: https://github.com/rust-lang/rust/pull/18559
7876
[rlibc]: https://github.com/rust-lang/rust/pull/18625
7977
[rlibc-cargo]: https://github.com/rust-lang/rlibc
78+
[rtio]: https://github.com/rust-lang/rust/pull/18557
79+
[rtio-rfc]: https://github.com/rust-lang/rfcs/blob/master/text/0230-remove-runtime.md
8080

8181
## Other Changes
8282

@@ -113,8 +113,7 @@ TODO: Link to complete breaking changes log
113113
[prefers]: https://github.com/rust-lang/rust/pull/18664
114114
[getrandom]: http://lwn.net/Articles/606141/
115115

116-
117-
## Approved RFC's
116+
# Approved RFC's
118117
* [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.
119118

120119
* [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
125124

126125

127126

128-
## New RFC's
127+
# New RFC's
129128
* [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.
130129

131130
* [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.
163162

164163

165164

166-
## Community
167-
168-
Ideas: blog posts, videos, reddit/hn/discuss threads, new projects, project updates
169-
TODO: Summarize
170-
165+
# Community
171166

172-
173-
174-
### From the Team
167+
## From the Team
175168

176169
* [Weekly-meetings/2014-11-04 (macros; multiple lifetime bounds; macro invocation syntax; higher-ranked trait bounds; pub trait methods; out-of-sync nightlies; struct variants; numerics)](https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-11-04.md)
177170
* [Discuss](https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-11-04.md)
@@ -183,19 +176,14 @@ TODO: Summarize
183176

184177
* [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).
185178

186-
187-
188-
189-
### Videos
179+
## Videos
190180

191181
* [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.
192182

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.
197185

198-
### Blog Posts
186+
## Blog Posts
199187

200188
* [This Week In Servo (10)](http://blog.servo.org/2014/11/04/twis-10/)
201189

@@ -216,7 +204,7 @@ TODO: Summarize
216204

217205

218206

219-
### Discuss
207+
## Discuss
220208

221209
* [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
222210
expression"), an operator analogous to "placement new" in C++. This
@@ -236,7 +224,7 @@ the stack into the backing storage).
236224

237225

238226

239-
### Reddit
227+
## Reddit
240228

241229
* [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/)
242230

@@ -261,9 +249,9 @@ the stack into the backing storage).
261249

262250

263251

264-
### New Projects
252+
## New Projects
265253

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.
267255

268256
* [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.*
269257

@@ -284,14 +272,9 @@ the stack into the backing storage).
284272
* [rusqlite](https://github.com/jgallagher/rusqlite): *Ergonomic, semi-safe bindings to SQLite for Rust*
285273

286274

287-
288-
289-
### Upcoming Meetups
275+
## Upcoming Meetups
290276

291277
* [Rust Bay Area: Cryptography and Rust, December 18th](http://www.meetup.com/Rust-Bay-Area/events/210632582/)
292278

293-
BRSON NOTE: do we want this? maybe other calendar things?
294-
295-
296279

297-
## New Contributors
280+
# New Contributors

0 commit comments

Comments
 (0)