Skip to content

Commit 25da4ee

Browse files
committed
Merge pull request #182 from llogiq/2016_week11
added crate of the week, notable PRs + clippy workshop
2 parents 367d672 + a35fde6 commit 25da4ee

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

drafts/2016-03-14-this-week-in-rust.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Servo also has [a project](https://teams.railsgirlssummerofcode.org/projects/104
3535

3636
# Crate of the Week
3737

38+
The crate of this week is [LALRPOP](https://crates.io/crates/lalrpop), a LR(1) parser generator that compiles to Rust code. Thanks to [ogeon](https://users.rust-lang.org/users/ogeon) for the suggestion!
3839

3940
[Submit your suggestions for next week][submit_crate]!
4041

@@ -55,12 +56,25 @@ If you are a Rust project owner and are looking for contributors, please submit
5556

5657
# Updates from Rust Core
5758

58-
113 pull requests were [merged in the last week][merged].
59+
142 pull requests were [merged in the last week][merged].
5960

60-
[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2016-02-29..2016-03-07
61+
[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2016-03-07..2016-03-14
6162

6263
## Notable changes
6364

65+
* [implement RFC 1192 inclusive ranges](https://github.com/rust-lang/rust/pull/30884)
66+
* [SIMD intrinsics for fused multiply-add](https://github.com/rust-lang/rust/pull/32066)
67+
* [AVX broadcast/conversion intrinsics](https://github.com/rust-lang/rust/pull/32140)
68+
* [New i586-pc-windows-msvc target](https://github.com/rust-lang/rust/pull/32034)
69+
* [Huge-String-Slice-Overflow-DoS averted](https://github.com/rust-lang/rust/pull/32064)
70+
* [Forbid having overlapping fns in inherent impls for same type](https://github.com/rust-lang/rust/pull/31925)
71+
* [Add Pass manager for MIR](https://github.com/rust-lang/rust/pull/31916)
72+
* [fn item type shenanigans](https://github.com/rust-lang/rust/pull/31710)
73+
* [Fix name resolution in lexical scopes](https://github.com/rust-lang/rust/pull/32141)
74+
* [import resolution fixed](https://github.com/rust-lang/rust/pull/32097)
75+
* [optimize some std::process functions (more speed, less unsafe)](https://github.com/rust-lang/rust/pull/31618)
76+
* [mark associated types as live for the dead_code lint](https://github.com/rust-lang/rust/pull/32158)
77+
6478

6579
## New Contributors
6680

@@ -87,12 +101,9 @@ decision. Express your opinions now. [This week's FCPs][fcp] are:
87101

88102
# Upcoming Events
89103

90-
* [3/9. OpenTechSchool Berlin: Rust Hack and Learn](http://www.meetup.com/opentechschool-berlin/).
91-
* [3/9. Rust Boulder/Denver Monthly Meeting](http://www.meetup.com/Rust-Boulder-Denver/).
92-
* [3/10. Columbus Rust Society](http://www.meetup.com/columbus-rs/).
93-
* [3/11. Darmstadt Rust Table of Regulars](http://www.meetup.com/de-DE/Rust-Rhein-Main/events/228665878/).
94104
* [3/14. Seattle Rust Meetup](https://www.eventbrite.com/e/mozilla-rust-seattle-meetup-tickets-12222326307?aff=erelexporg).
95105
* [3/21. Rust Paris](http://www.meetup.com/Rust-Paris)
106+
* [4/15. Frankfurt/Main Rust Lint Workshop](http://www.meetup.com/de-DE/Rust-Rhein-Main/events/229564640/?eventId=229564640)
96107

97108
If you are running a Rust event please add it to the [calendar] to get
98109
it mentioned here. Email [Erick Tryzelaar][erickt] or [Brian

0 commit comments

Comments
 (0)