Skip to content

Commit 0c78655

Browse files
committed
draft 245
1 parent 5a537ed commit 0c78655

File tree

1 file changed

+151
-0
lines changed

1 file changed

+151
-0
lines changed
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
Title: This Week in Rust 245
2+
Number: 245
3+
Date: 2018-07-31
4+
Category: This Week in Rust
5+
6+
Hello and welcome to another issue of *This Week in Rust*!
7+
[Rust](http://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed.
8+
This is a weekly summary of its progress and community.
9+
Want something mentioned? Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) or [send us a pull request](https://github.com/cmr/this-week-in-rust).
10+
Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
11+
12+
*This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust).
13+
If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls).
14+
15+
# Updates from Rust Community
16+
17+
## News & Blog Posts
18+
19+
# Crate of the Week
20+
21+
This week's crate is [rav1e](https://github.com/xiph/rav1e), the fastest and safest AV1 encoder from Xiph.Org Foundation. Thanks to [nasa42](https://users.rust-lang.org/t/crate-of-the-week/2704/419) for suggestion!
22+
23+
[Submit your suggestions and votes for next week][submit_crate]!
24+
25+
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
26+
27+
# Call for Participation
28+
29+
Always wanted to contribute to open-source projects but didn't know where to start?
30+
Every week we highlight some tasks from the Rust community for you to pick and get started!
31+
32+
Some of these tasks may also have mentors available, visit the task page for more information.
33+
34+
* [How to help test the 2018 edition](https://www.ncameron.org/blog/how-to-help-test-the-2018-edition/).
35+
* [bitwarden_rs: Looking for wannabe rustaceans, that'd like to get their feet wet](https://www.reddit.com/r/rust/comments/90xh79/looking_for_wannabe_rustaceans_thatd_like_to_get/).
36+
* [Get started with these beginner-friendly issues](https://www.rustaceans.org/findwork/starters).
37+
38+
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
39+
40+
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
41+
42+
# Updates from Rust Core
43+
44+
151 pull requests were [merged in the last week][merged]
45+
46+
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2018-07-16..2018-07-23
47+
48+
* [Cargo: Import `cargo fix` directly in to Cargo](https://github.com/rust-lang/cargo/pull/5723).
49+
* [Implement existential types](https://github.com/rust-lang/rust/pull/52024).
50+
* [Overhaul exit codes for rustc and rustdoc](https://github.com/rust-lang/rust/pull/52197).
51+
* [rustc: Stabilize `#[wasm_import_module]` as `#[link(...)]`](https://github.com/rust-lang/rust/pull/52445).
52+
* [Stabilize lint handling in rustdoc](https://github.com/rust-lang/rust/pull/52354).
53+
* [Deprecation of `str::slice_unchecked(_mut)`](https://github.com/rust-lang/rust/pull/51807).
54+
* [Lint `async` identifiers in 2018 preparation mode](https://github.com/rust-lang/rust/pull/52375).
55+
* [rustc: Enable `use_extern_macros` in 2018 edition](https://github.com/rust-lang/rust/pull/52472).
56+
* [Implement statfs for dragonfly, freebsd and openbsd](https://github.com/rust-lang/libc/pull/1039).
57+
* [Speed up `SparseBitMatrix` use in `RegionValues`](https://github.com/rust-lang/rust/pull/52250).
58+
* [mem::swap the obvious way for types smaller than the SIMD optimization's block size](https://github.com/rust-lang/rust/pull/52051).
59+
* [Cargo: Don't warn about ignored files in cargo-fix](https://github.com/rust-lang/cargo/pull/5770).
60+
* [rustc: Work around an upstream wasm ThinLTO bug](https://github.com/rust-lang/rust/pull/52506).
61+
* [Allow clippy to be installed with make install](https://github.com/rust-lang/rust/pull/52464).
62+
* [regex: expose lower level search APIs](https://github.com/rust-lang/regex/pull/493).
63+
* [Implement rfc 1789: Conversions from `&mut T` to `&Cell<T>`](https://github.com/rust-lang/rust/pull/50494).
64+
65+
## Approved RFCs
66+
67+
Changes to Rust follow the Rust [RFC (request for comments)
68+
process](https://github.com/rust-lang/rfcs#rust-rfcs). These
69+
are the RFCs that were approved for implementation this week:
70+
71+
* [RFC 2289: Associated type bounds of form `MyTrait<AssociatedType: Bounds>`](https://github.com/rust-lang/rfcs/pull/2289).
72+
73+
## Final Comment Period
74+
75+
Every week [the team](https://www.rust-lang.org/team.html) announces the
76+
'final comment period' for RFCs and key PRs which are reaching a
77+
decision. Express your opinions now.
78+
79+
### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
80+
81+
*No RFCs are currently in final comment period.*
82+
83+
### [Tracking Issues & PRs](https://github.com/rust-lang/rust/labels/final-comment-period)
84+
85+
* [disposition: merge] [Tracking issue: RFC 2103 - attributes for tools](https://github.com/rust-lang/rust/issues/44690).
86+
* [disposition: merge] [Tracking issue for `ToOwned::clone_into` (`toowned_clone_into`)](https://github.com/rust-lang/rust/issues/41263).
87+
* [disposition: merge] [Modularize crate-local `#[macro_export] macro_rules`](https://github.com/rust-lang/rust/pull/52234).
88+
89+
## New RFCs
90+
91+
* [Fix the Error trait](https://github.com/rust-lang/rfcs/pull/2504).
92+
* [Make AcqRel universally usable as ordering mode](https://github.com/rust-lang/rfcs/pull/2503).
93+
94+
# Upcoming Events
95+
96+
### Online
97+
98+
* [Jul 31. Rust Community Content Subteam Meeting at #rust-content on irc.mozilla.org](irc://irc.mozilla.org/rust-content).
99+
* [Aug 1. Rust Events Team Meeting in Telegram](https://t.me/joinchat/EkKINhHCgZ9llzvPidOssA).
100+
* [Aug 1. Rust Community Team Meeting in Discord](https://discordapp.com/channels/442252698964721669/443773747350994945).
101+
* [Aug 8. Rust Community Team Meeting in Discord](https://discordapp.com/channels/442252698964721669/443773747350994945).
102+
103+
### Africa
104+
105+
* [Aug 7. Johannesburg, ZA - Monthly Meetup of the Johannesburg Rustaceans](https://www.meetup.com/Johannesburg-Rust-Meetup/events/cpblrnyxlbkb/).
106+
107+
### Europe
108+
109+
* [Aug 1. Cologne, DE - Rust Cologne](https://www.meetup.com/RustCologne/events/252432033).
110+
* [Aug 8. Berlin, DE - Binding to Rust from everything](https://www.meetup.com/Rust-Berlin/events/252872742/).
111+
* [Aug 8. Berlin, DE - OpenTechSchool - Rust Hack and Learn](https://www.meetup.com/opentechschool-berlin/events/xkdlvpyxlblb/).
112+
113+
### North America
114+
115+
* [Jul 29. Mountain View, US - Open Table / Icebreaker: what projects are you working on](https://www.meetup.com/Rust-Dev-in-Mountain-View/events/glnfcpyxkbmc/).
116+
* [Jul 31. Dallas, US - Last Tuesday Meetup](https://www.meetup.com/Dallas-Rust/events/zfgwzmyxkbpc/).
117+
* [Aug 1. Indianapolis, US - Indy.rs](https://www.meetup.com/indyrs/events/mffbtpyxlbcb/).
118+
* [Aug 1. Atlanta, US - Grab a beer with fellow Rustaceans](https://www.meetup.com/Rust-ATL/events/rhvgrmyxlbcb/).
119+
* [Aug 5. Mountain View, US - Open Table / Icebreaker: what projects are you working on](https://www.meetup.com/Rust-Dev-in-Mountain-View/events/glnfcpyxlbhb/).
120+
* [Aug 8. Vancouver, CA - Rust Study/Hack/Hang-out night](https://www.meetup.com/Vancouver-Rust/events/dqldspyxlblb/).
121+
* [Aug 9. Arlington, US - Rust DC - Mid-month Rustful](https://www.meetup.com/RustDC/events/252742624).
122+
* [Aug 9. Columbus, US - Columbus Rust Society - Monthly Meeting](https://www.meetup.com/columbus-rs/events/dbcfrpyxlbmb/).
123+
* **[Aug 17. Portland, US - RustConf 2018](http://rustconf.com/).**
124+
125+
### South America
126+
127+
* [Jul 28. Florianópolis, BR - 2º Encontro Rust Floripa](https://www.meetup.com/rustfloripa/events/xvglrpyxkbkb/).
128+
129+
If you are running a Rust event please add it to the [calendar] to get
130+
it mentioned here. Email the [Rust Community Team][community] for access.
131+
132+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
133+
[community]: mailto:[email protected]
134+
135+
# Rust Jobs
136+
137+
* [Rust Engineer at Commure, Inc. (San Francisco, Boston, Montreal)](https://news.ycombinator.com/item?id=17442861).
138+
139+
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
140+
141+
# Quote of the Week
142+
143+
> I’ve just realized that “guarantees memory safety in the presence of bugs” is a nice way to describe Rust to C/C++ folks
144+
145+
[matklad](https://internals.rust-lang.org/t/size-hint-correctness-reproducibility-and-documentation/8058/4).
146+
147+
Thanks to [TomP](https://users.rust-lang.org/t/twir-quote-of-the-week/328/545) for the suggestion!
148+
149+
[Please submit your quotes for next week](http://users.rust-lang.org/t/twir-quote-of-the-week/328)!
150+
151+
*This Week in Rust is edited by: [nasa42](https://github.com/nasa42) and [llogiq](https://github.com/llogiq).*

0 commit comments

Comments
 (0)