Skip to content

Commit 005ce7f

Browse files
committed
release 196
1 parent d6ce7fa commit 005ce7f

File tree

3 files changed

+49
-23
lines changed

3 files changed

+49
-23
lines changed

drafts/2017-08-22-this-week-in-rust.md renamed to content/2017-08-22-this-week-in-rust.md

Lines changed: 49 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
2121
* [Inside a super fast CSS engine: Quantum CSS (aka Stylo)](https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-engine-quantum-css-aka-stylo/).
2222
* [rustgo: calling Rust from Go with near-zero overhead](https://blog.filippo.io/rustgo/).
2323
* [Gtk-rs: The huge and long awaited release is finally here](http://gtk-rs.org/blog/2017/08/20/new-release.html).
24-
* [RLSL- A new shading language](https://maikklein.github.io/post/shading-language-part1/).
24+
* [RLSL - a new shading language](https://maikklein.github.io/post/shading-language-part1/).
2525
* [nalgebra - a linear algebra library released v0.13 with pure-rust SVD, LU, Lapack integration, and matrix resizing](https://www.reddit.com/r/rust/comments/6tw57q/nalgebra_v013_released_with_purerust_svd_lu_etc/).
2626
* [Making Redox self-hosting - status report 4](https://redox-os.org/news/gsoc-self-hosting-4/).
2727
* [Building a mobile app in Rust and React Native, part 2](https://medium.com/@marekkotewicz/building-a-mobile-app-in-rust-and-react-native-part-2-hello-world-60970a7d194a).
@@ -47,33 +47,59 @@ Every week we highlight some tasks from the Rust community for you to pick and g
4747

4848
Some of these tasks may also have mentors available, visit the task page for more information.
4949

50-
* [Pleco.rs - a chess engine in Rust is looking for contributors](https://www.reddit.com/r/rust/comments/6tpc3b/lets_create_a_rustbased_chess_engine_a_call_for/).
51-
* [easy] [bindgen: Rename `TypeKind::Named` to `TypeKind::TypeParam`](https://github.com/rust-lang-nursery/rust-bindgen/issues/914).
52-
* [less easy] [bindgen: Emitting or deriving trait implementations](https://github.com/rust-lang-nursery/rust-bindgen/issues/886).
53-
* [less easy] [bindgen: Emit a "manual" implementation of Debug when it cannot be derived](https://github.com/rust-lang-nursery/rust-bindgen/issues/875).
54-
* [less easy] [bindgen: "manually" implement Hash when it cannot be derived](https://github.com/rust-lang-nursery/rust-bindgen/issues/877).
55-
* [less easy] [bindgen: "manually" implement PartialEq when it cannot be derived](https://github.com/rust-lang-nursery/rust-bindgen/issues/879).
56-
* [less easy] [bindgen: Derive `Eq` when possible](https://github.com/rust-lang-nursery/rust-bindgen/issues/880).
57-
* [less easy] [bindgen: "manually" implement Eq when we cannot derive it](https://github.com/rust-lang-nursery/rust-bindgen/issues/881).
58-
* [less easy] [bindgen: Derive PartialOrd when possible](https://github.com/rust-lang-nursery/rust-bindgen/issues/882).
59-
* [less easy] [bindgen: "manually" implement PartialOrd when we cannot derive it](https://github.com/rust-lang-nursery/rust-bindgen/issues/883).
60-
* [less easy] [bindgen: Derive Ord when possible](https://github.com/rust-lang-nursery/rust-bindgen/issues/884).
61-
* [less easy] [bindgen: "manually" implement Ord when we cannot derive it](https://github.com/rust-lang-nursery/rust-bindgen/issues/885).
62-
* [PumpkinDB: Rust nightly after 2017-06-20 affects benchmarks negatively](https://github.com/PumpkinDB/PumpkinDB/issues/345). ([Discuss here](https://gitter.im/PumpkinDB/Lobby)).
63-
* [wayland-window: Add control buttons](https://github.com/Smithay/wayland-window/issues/4).
64-
* [wayland-window: Make borders prettier](https://github.com/Smithay/wayland-window/issues/19).
65-
* [doc] [lyon: API guidelines: methods on collections that produce iterators follow the iter, iter_mut, into_iter conventions](https://github.com/nical/lyon/issues/86). Lyon is a GPU-based 2D graphics rendering engine in Rust.
66-
* [doc] [lyon: API guidelines: ad-hoc conversions follow as_, to_, into_ conventions](https://github.com/nical/lyon/issues/85).
67-
* [doc] [lyon: API guidelines: iterator type names should match the methods that produce them](https://github.com/nical/lyon/issues/87).
68-
* [medium] [lyon: Implement clipping line joins at the miter limit](https://github.com/nical/lyon/issues/35).
69-
* [easy] [ggez: Input doesn't work on mac using tmux and iterm2](https://github.com/ggez/ggez/issues/30). ggez is a Rust library to create good games easily.
70-
* [easy] [ggez: SDL controller input doesn't work](https://github.com/ggez/ggez/issues/35).
71-
* [doc] [ggez: Finish full building-and-install docs for each platform](https://github.com/ggez/ggez/issues/118).
50+
This week's Call for Participation is submitted by RustConf 2017 attendees!
51+
52+
<img src="https://this-week-in-rust.org/images/rustconf-2017-cfp.jpg" alt="A photo of a whiteboard from RustConf 2017 which lists projects looking for help.">
53+
54+
### Transcript
55+
56+
* [Servo](https://starters.servo.org/)
57+
* [Rusoto](https://github.com/rusoto/rusoto)
58+
* [Rust](https://www.rust-lang.org/en-US/contribute-bugs.html)
59+
* [community.rs](https://community.rs/)
60+
* [Alacritty](https://github.com/jwilm/alacritty)
61+
* [cell-gc](https://github.com/jorendorff/cell-gc)
62+
* [bindgen](https://github.com/rust-lang-nursery/rust-bindgen)
63+
* [Robigalia](https://robigalia.org/)
64+
* [Clippy](https://github.com/rust-lang-nursery/rust-clippy)
65+
* [Habitat](https://github.com/habitat-sh)
66+
* [startisd](https://github.com/stratis-storage/stratisd)
67+
* [gfx-rs](https://github.com/gfx-rs/gfx)
68+
* [trust-dns](https://github.com/bluejekyll/trust-dns)
7269

7370
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
7471

7572
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
7673

74+
# Who's been awesome for the Rust community - RustConf 2017 edition
75+
76+
Our community likes to recognize people who have made outstanding contributions
77+
to the Rust Project, its ecosystem, and its community. This year at RustConf, attendees
78+
nominated people who have been awesome for the Rust community. And here they are:
79+
80+
<img src="https://this-week-in-rust.org/images/rustconf-2017-fotf.jpg" alt="A photo of a whiteboard from RustConf 2017 which displays a list titled - who's been awesome for the Rust community - contributed by attendees.">
81+
82+
### Transcript
83+
84+
* [Paul Faria](https://github.com/Nashenas88)
85+
* [brson](https://github.com/brson)
86+
* [retep998](https://github.com/retep998)
87+
* [John Van Enk](https://github.com/sw17ch)
88+
* [cramertj](https://github.com/cramertj)
89+
* [withoutboats](https://github.com/withoutboats)
90+
* [Manishearth](https://github.com/Manishearth)
91+
* [jdm](https://github.com/jdm)
92+
* [Mark Simulacrum](https://github.com/Mark-Simulacrum)
93+
* petroclenkov
94+
* [Amit Levy](https://github.com/alevy)
95+
* [Leah and the RustConf team](http://rustconf.com/about.html)
96+
* [Ashley Williams](https://github.com/ashleygwilliams)
97+
* [dtolnay](https://github.com/dtolnay)
98+
* [KodrAus](https://github.com/KodrAus)
99+
* [Steve Klabnik](https://github.com/steveklabnik)
100+
* [tomaka](https://github.com/tomaka)
101+
* [bors](https://github.com/bors)
102+
77103
# Updates from Rust Core
78104

79105
99 pull requests were [merged in the last week][merged]

content/images/rustconf-2017-cfp.jpg

212 KB
Loading

content/images/rustconf-2017-fotf.jpg

170 KB
Loading

0 commit comments

Comments
 (0)