@@ -35,8 +35,8 @@ published 53 brand new [crates]. Not a single day went by without at least one
35
35
new Rust library hitting the central package manager. And Rust topped the
36
36
"[ most loved] language" in this year's StackOverflow survey.
37
37
38
- > Speaking of numbers: we recently launched a [ survey] of our own, and want to
39
- > hear from you whether you are an old hat at Rust, or have never used it.
38
+ Speaking of numbers: we recently launched a [ survey] of our own, and want to
39
+ hear from you whether you are an old hat at Rust, or have never used it.
40
40
41
41
One place where our numbers are not where we want them to be: community
42
42
diversity. We've had ongoing local outreach efforts, but the Rust community team
@@ -171,7 +171,7 @@ has been growing and polishing its ecosystem and tooling:
171
171
usable with a wide range of existing tools; it works out of the box with
172
172
[ lldb] , [ gdb] , [ perf] , [ valgrind] , [ callgrind] , and many, many more. Our
173
173
focus has been to [ enrich the experience] for these tools by adding
174
- [ Rust-specific hooks] [ gdb ] and [ workflows] [ cargo profile ] . Another major
174
+ [ Rust-specific hooks] [ gdb hooks ] and [ workflows] [ cargo profile ] . Another major
175
175
priority is providing full IDE support, in part by providing daemonized
176
176
services from the compiler; we made [ good progress] [ IDEs ] on that front this
177
177
year, and thanks to the [ Racer] project, [ numerous IDE plugins] are already
@@ -187,7 +187,7 @@ has been growing and polishing its ecosystem and tooling:
187
187
[ valgrind ] : http://valgrind.org/
188
188
[ callgrind ] : https://kcachegrind.github.io/html/Home.html
189
189
[ enrich the experience ] : https://michaelwoerister.github.io/2015/03/27/rust-xxdb.html
190
- [ gdb ] : https://sourceware.org/ml/gdb-patches/2016-04/msg00570.html
190
+ [ gdb hooks ] : https://sourceware.org/ml/gdb-patches/2016-04/msg00570.html
191
191
[ cargo profile ] : http://www.suchin.co/2016/05/11/Introducing-Cargo-Profiler/
192
192
[ IDEs ] : https://www.rust-lang.org/ides.html
193
193
[ Racer ] : https://github.com/phildawes/racer
@@ -217,11 +217,12 @@ has been growing and polishing its ecosystem and tooling:
217
217
218
218
- ** Core language** . We've kept one list purposefully short this year: growth in
219
219
the core language. While we have some important features in the pipeline (like
220
- [ more flexible borrowing rules ] and [ specialization ] ) , [ Rust users ] by and
221
- large are happy with the core language and prefer the community to focus on
222
- the ecosystem and tooling.
220
+ [ improved error hanlding ] , [ more flexible borrowing rules ] and
221
+ [ specialization ] ), [ Rust users ] by and large are happy with the core language
222
+ and prefer the community to focus on the ecosystem and tooling.
223
223
224
224
[ Rust users ] : https://internals.rust-lang.org/t/production-user-research-summary/2530
225
+ [ improved error handling ] : https://github.com/rust-lang/rfcs/pull/243
225
226
[ more flexible borrowing rules ] : http://smallcultfollowing.com/babysteps/blog/2016/04/27/non-lexical-lifetimes-introduction/
226
227
[ specialization ] : https://github.com/rust-lang/rfcs/pull/1210
227
228
@@ -230,9 +231,9 @@ world—over the coming months, we'll be using this blog to say it.
230
231
231
232
### Rust in community
232
233
233
- It turns out that people like to get together and talk Rust:
234
+ It turns out that people like to get together and talk Rust. We had a sold out
235
+ [ RustCamp] last August, and several upcoming events:
234
236
235
- - August 2015: a sold-out [ RustCamp] ;
236
237
- September 9-10, 2016: the first [ RustConf] in Portland, OR, USA;
237
238
- September 17, 2016: [ RustFest] , the European community conference, in Berlin, Germany;
238
239
- October 27-18, 2016: [ Rust Belt Rust] , a Rust conference in Pittsburgh, PA, USA;
0 commit comments