You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drafts/2017-09-05-this-week-in-rust.md
+23-29Lines changed: 23 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ If you find any errors in this week's issue, [please submit a PR](https://github
17
17
## News & Blog Posts
18
18
19
19
*[Generating C bindings for Rust crates with cbindgen](http://dreamingofbits.com/post/generating-c-bindings-for-rust-crates-with-cbindgen/)
20
-
*[Fast JSON parser which picks up values directly without performing tokenization](https://github.com/pikkr/pikkr)
20
+
*[Announcing a fast JSON parser which picks up values directly without performing tokenization](https://users.rust-lang.org/t/json-parser-which-picks-up-values-directly-without-performing-tokenization-in-rust/12680)
21
+
*[Outreachy: Wrapping up work on Rust Lifetime Errors](https://medium.com/@geekytwoshoes11/once-a-rustacean-always-a-rustacean-fed0a877472f)
21
22
22
23
# Crate of the Week
23
24
24
-
Sadly, we had no nomination for the crate of the week.
25
+
This week's crate is [brain](https://crates.io/crates/brain), a programming language transpiler to brainfuck of all things!
26
+
Thank you, [icefoxen](https://users.rust-lang.org/u/icefoxen) for the weird suggestion. It's appreciated!
25
27
26
28
[Submit your suggestions and votes for next week][submit_crate]!
27
29
@@ -68,33 +70,25 @@ If you are a Rust project owner and are looking for contributors, please submit
68
70
69
71
120 pull requests were [merged in the last week][merged]
*[clippy is now a submodule](https://github.com/rust-lang/rust/pull/43886)
80
+
*[`method::probe` no longer does hacky trait selection](https://github.com/rust-lang/rust/pull/43880) (some breakage, see [#44224](https://github.com/rust-lang/rust/issues/44224))
*[warn when rustdoc HTML rendering differs](https://github.com/rust-lang/rust/pull/41991)
85
+
*[fix `proc_macro` expansion on trait methods](https://github.com/rust-lang/rust/pull/44089)
86
+
*[fix reachability with cross-crate generators](https://github.com/rust-lang/rust/pull/44202)
87
+
*[generalize `on_unimplemented`](https://github.com/rust-lang/rust/pull/44191) (allows to generate better compiler errors)
88
+
*[`CodeExtent` now uses `ItemLocalId` instead of `NodeId`](https://github.com/rust-lang/rust/pull/44171)
89
+
*[Allow `|` prefix in match arms](https://github.com/rust-lang/rust/pull/44108) (RFC [#1925](https://github.com/rust-lang/rfcs/blob/master/text/1925-optional-match-vert.md))
0 commit comments