Skip to content

Commit 4150c35

Browse files
authored
Merge branch 'master' into master
2 parents e3248b1 + 486875b commit 4150c35

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

drafts/2019-07-16-this-week-in-rust.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ If you find any errors in this week's issue, [please submit a PR](https://github
1616

1717
## News & Blog Posts
1818

19-
[Rust Summer Classes](https://ferrous-systems.com/blog/rust-summer-classes/) in Berlin.
19+
[Ferrous Systems: Rust Summer Classes in Berlin](https://ferrous-systems.com/blog/rust-summer-classes/) in Berlin.
20+
[gfx-rs Javelin project kick-off](https://gfx-rs.github.io/2019/07/13/javelin.html).
2021

2122
# Crate of the Week
2223

23-
This week's CotW is not a crate but [Rustexp](https://rustexp.lpil.uk/) site, a Rust regular expression editor & tester.
24-
Thanks to [carols10cents](https://github.com/cmr/this-week-in-rust/issues/939) for the suggestion!
24+
This week's crate is [overloadable](https://crates.io/crates/overloadable), a crate to provides you with the capabilities to overload your functions in a similar style to C# or C++, including support for meta attributes, type parameters and constraints, and visibility modifiers
25+
Thanks to [Stevensonmt](https://users.rust-lang.org/t/crate-of-the-week/2704/585) for the suggestion!
2526

2627
[Submit your suggestions and votes for next week][submit_crate]!
2728

@@ -44,22 +45,24 @@ If you are a Rust project owner and are looking for contributors, please submit
4445

4546
# Updates from Rust Core
4647

47-
237 pull requests were [merged in the last week][merged]
48-
49-
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2019-07-01..2019-07-08
50-
51-
* [Stabilize support for Profile-guided Optimization](https://github.com/rust-lang/rust/pull/61268) (Hooray!)
52-
* [Break out of the correct number of scopes in loops](https://github.com/rust-lang/rust/pull/62388)
53-
* [Improve error span for async type inference error](https://github.com/rust-lang/rust/pull/62383)
54-
* [Remove `hir::ExprKind::While`](https://github.com/rust-lang/rust/pull/61988)
55-
* [Generalize impl trait to permit multiple lifetime bounds](https://github.com/rust-lang/rust/pull/61775)
56-
* [Support stability and deprecation checking for all macros](https://github.com/rust-lang/rust/pull/62042)
57-
* [Implement `Option::contains` and `Result::contains`](https://github.com/rust-lang/rust/pull/62356)
58-
* [implement `Iterator::last` via `DoubleEndedIterator::next_back` for some libcore types](https://github.com/rust-lang/rust/pull/62316)
59-
* [Add `Vec::leak`](https://github.com/rust-lang/rust/pull/62196)
60-
* [Implement `mem::`{`zeroed`, `uninitialized`} in terms of `MaybeUninit`](https://github.com/rust-lang/rust/pull/62150)
61-
* [`nth_back` for `chunks_exact`](https://github.com/rust-lang/rust/pull/62064)
62-
* [Only call the closure parameter of `Iterator::is_sorted_by_key` once per item](https://github.com/rust-lang/rust/pull/62473)
48+
235 pull requests were [merged in the last week][merged]
49+
50+
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2019-07-08..2019-07-15
51+
52+
* [Update to LLVM 9](https://github.com/rust-lang/llvm-project/pull/19) (ongoing work)
53+
* [Update LLVM: apply patch necessary for ThinLTO on RISC-V](https://github.com/rust-lang/rust/pull/62463)
54+
* [Use visitor for `#[structural_match]` check](https://github.com/rust-lang/rust/pull/62339)
55+
* [Normalize projections appearing in `impl Trait`](https://github.com/rust-lang/rust/pull/62221)
56+
* [typeck: Merge opaque type inference logic](https://github.com/rust-lang/rust/pull/62090)
57+
* [Fact generation for liveness calculations in Polonius](https://github.com/rust-lang/rust/pull/60266)
58+
* [Add key and value methods to DebugMap](https://github.com/rust-lang/rust/pull/60458)
59+
* [Add an AtomicCell abstraction](https://github.com/rust-lang/rust/pull/62577)
60+
* [Add messages to `Option`'s and `Result`'s `must_use` annotation for `is_*`](https://github.com/rust-lang/rust/pull/62431)
61+
* [Prevent Vec::drain_filter from double dropping on panic](https://github.com/rust-lang/rust/pull/61224)
62+
* [Add `impl<T> FromIterator<T> for Arc/Rc<[T]>`](https://github.com/rust-lang/rust/pull/61953)
63+
* [Add Iterator::partition_in_place() and is_partitioned()](https://github.com/rust-lang/rust/pull/62278)
64+
* [Use `fold` in `Iterator::last` default implementation](https://github.com/rust-lang/rust/pull/62481)
65+
* [rustc guide: Add humor appendix](https://github.com/rust-lang/rustc-guide/pull/350)
6366

6467
## Approved RFCs
6568

@@ -126,13 +129,11 @@ Email the [Rust Community Team][community] for access.
126129

127130
# Quote of the Week
128131

129-
> > Are we trying to steal the JVM’s “compile once run everywhere” concept?
130-
131-
> No, we just borrow it mutably.
132+
> Rust is 5 languages stacked on top of each other, except that instead of ending up like 5 children under a trenchcoat, they end up like the power rangers.
132133
133-
[minno & llogiq on /r/rust](https://reddit.com/r/rust/comments/cap8sy/rust_136_stabilized_the_wasm32wasi_target/etahiix/?context=8&depth=9)
134+
[reuvenpo on /r/rust](https://reddit.com/r/rust/comments/cb49lb/coworker_rust_doesnt_offer_anything_c_doesnt/etdddwt/)
134135

135-
Thanks to [Will Page](https://users.rust-lang.org/t/twir-quote-of-the-week/328/664) for the suggestion!
136+
Thanks to [Jelte Fennema](https://users.rust-lang.org/t/twir-quote-of-the-week/328/666) for the suggestion!
136137

137138
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
138139

0 commit comments

Comments
 (0)