@@ -96,10 +96,10 @@ Servo—and not just in test mode.
96
96
[ ff ] : https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2016-04-07&keys=__none__!__none__!__none__&max_channel_version=release%252F45&measure=MEDIA_RUST_MP4PARSE_SUCCESS&min_channel_version=null&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2016-03-03&table=0&trim=1&use_submission_date=0
97
97
[ groundwork for Rust integration ] : http://wiki.mozilla.org/Oxidation
98
98
99
- We're hearing [ similar stories] from smaller shops that are putting Rust into
100
- production: Rust helps a team punch above its weight. It gives many of the same
101
- benefits as traditional systems languages while being more approachable, safer
102
- and often more productive.
99
+ We're hearing [ similar stories] from a range of other shops that are putting
100
+ Rust into production: Rust helps a team punch above its weight. It gives many of
101
+ the same benefits as traditional systems languages while being more
102
+ approachable, safer and often more productive.
103
103
104
104
[ similar stories ] : http://confreaks.tv/videos/rustcamp2015-using-rust-from-c-or-any-language
105
105
@@ -204,8 +204,8 @@ has been growing and polishing its ecosystem and tooling:
204
204
[ custom intermediate representation] [ MIR ] , which has many other benefits as
205
205
well. Another focus has been errors, including
206
206
[ detailed explanations of most errors] [ error index ] , and ongoing work to
207
- [ improve the clarity and focus of errors] [ error format ] . Expect to hear more
208
- on both fronts soon.
207
+ [ improve the "at a glance" readability of errors] [ error format ] . Expect to
208
+ hear more on both fronts soon.
209
209
210
210
[ across-the-board improvements ] : http://blog.rust-lang.org/2015/06/25/Rust-1.1.html
211
211
[ parallel codegen ] : http://blog.rust-lang.org/2015/08/06/Rust-1.2.html
@@ -249,10 +249,11 @@ with Rust is its [community]. It's hard to explain quite what it's like to be
249
249
part of this group, but two things stand out. First, its sheer * energy* : so much
250
250
happens in any given week that [ This Week in Rust] is a vital resource for
251
251
anyone hoping to keep up. Second, its * welcoming spirit* . Rust's core message is
252
- one of empowerment&mdash ; you can write systems code even if you would never have
253
- dared write C++ &mdash ; and that's reflected in the community. We're all here to
254
- learn how to be better programmers, and support each other in doing so.
252
+ one of empowerment&mdash ; you can [ fearlessly ] write safe, low-level systems
253
+ code &mdash ; and that's reflected in the community. We're all here to learn how to
254
+ be better programmers, and support each other in doing so.
255
255
256
+ [ fearlessly ] : http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
256
257
[ This Week in Rust ] : https://this-week-in-rust.org/
257
258
[ community ] : https://www.rust-lang.org/community.html
258
259
0 commit comments