diff --git a/content/2017-03-14-this-week-in-rust.md b/content/2017-03-14-this-week-in-rust.md index 982e71e0..b222a732 100644 --- a/content/2017-03-14-this-week-in-rust.md +++ b/content/2017-03-14-this-week-in-rust.md @@ -61,7 +61,7 @@ If you are a Rust project owner and are looking for contributors, please submit 142 pull requests were [merged in the last week][merged]. -[merged]: https://github.com/issues?page=6&q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-06..2017-03-13 +[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-06..2017-03-13 * [1.16 release notes](https://github.com/rust-lang/rust/pull/39835) (merged prematurely) * [beta backports](https://github.com/rust-lang/rust/pull/40401) diff --git a/content/2017-03-21-this-week-in-rust.md b/content/2017-03-21-this-week-in-rust.md index b9ffe652..10f58f80 100644 --- a/content/2017-03-21-this-week-in-rust.md +++ b/content/2017-03-21-this-week-in-rust.md @@ -78,7 +78,7 @@ If you are a Rust project owner and are looking for contributors, please submit 117 pull requests were [merged in the last week][merged]. -[merged]: https://github.com/issues?page=6&q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-13..2017-03-20 +[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-13..2017-03-20 * [1.17 library stabilizations](https://github.com/rust-lang/rust/pull/40538) * [`0e+10` is now a valid Rust float literal](https://github.com/rust-lang/rust/pull/40589) diff --git a/content/2017-03-28-this-week-in-rust.md b/content/2017-03-28-this-week-in-rust.md index ee8b730d..5a0b7fc5 100644 --- a/content/2017-03-28-this-week-in-rust.md +++ b/content/2017-03-28-this-week-in-rust.md @@ -73,7 +73,7 @@ If you are a Rust project owner and are looking for contributors, please submit 120 pull requests were [merged in the last week][merged]. -[merged]: https://github.com/issues?page=6&q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-20..2017-03-27 +[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-20..2017-03-27 * [yet another sort optimization](https://github.com/rust-lang/rust/pull/40807) * [even faster `unstable_sort`](https://github.com/rust-lang/rust/pull/40601) (integrates [pdqsort](https://github.com/stjepang/pdqsort) into std, note the "unstable" here is about sort order) diff --git a/content/2017-04-04-this-week-in-rust.md b/content/2017-04-04-this-week-in-rust.md index 14345570..1f51776c 100644 --- a/content/2017-04-04-this-week-in-rust.md +++ b/content/2017-04-04-this-week-in-rust.md @@ -65,7 +65,7 @@ If you are a Rust project owner and are looking for contributors, please submit 114 pull requests were [merged in the last week][merged]. -[merged]: https://github.com/issues?page=6&q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-27..2017-04-03 +[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-03-27..2017-04-03 * [diverging types now check more correctly](https://github.com/rust-lang/rust/pull/40224) * [`save-analysis` tracks associated types](https://github.com/rust-lang/rust/pull/40915) diff --git a/content/2017-04-11-this-week-in-rust.md b/content/2017-04-11-this-week-in-rust.md index 46e3128e..f702dfc3 100644 --- a/content/2017-04-11-this-week-in-rust.md +++ b/content/2017-04-11-this-week-in-rust.md @@ -81,7 +81,7 @@ If you are a Rust project owner and are looking for contributors, please submit 132 pull requests were [merged in the last week][merged]. -[merged]: https://github.com/issues?page=6&q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-04-03..2017-04-10 +[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-04-03..2017-04-10 * [ABI layout computation is no longer tied to LLVM](https://github.com/rust-lang/rust/pull/40658) (yay!) * [new `#[used]` attribute](https://github.com/rust-lang/rust/pull/39987) diff --git a/content/2017-04-18-this-week-in-rust.md b/content/2017-04-18-this-week-in-rust.md index 1308629e..67bcd893 100644 --- a/content/2017-04-18-this-week-in-rust.md +++ b/content/2017-04-18-this-week-in-rust.md @@ -71,7 +71,7 @@ If you are a Rust project owner and are looking for contributors, please submit 100 pull requests were [merged in the last week][merged]. -[merged]: https://github.com/issues?page=6&q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-04-10..2017-04-17 +[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2017-04-10..2017-04-17 * [struct field reordering, including optimization fuel](https://github.com/rust-lang/rust/pull/40377) (yay!) * [on-demand `adt_sized_constraint`](https://github.com/rust-lang/rust/pull/41319)