Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/2016-04-11-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ If you are a Rust project owner and are looking for contributors, please submit

## Notable changes

* [Tuples auto-implement `Copy`](https://github.com/rust-lang/rust/pull/32774)
* [Faster Overlap checking](https://github.com/rust-lang/rust/pull/32748) (fixed a rustc perf regression)
* [Arc::downgrade no longer loops infinitely](https://github.com/rust-lang/rust/pull/32745)
* [Function calls no longer need to store all returns on stack](https://github.com/rust-lang/rust/pull/32738)
Expand Down