Remove `page=6` from `merged` URLs.

This commit is contained in:
Vikrant Chaudhary 2017-04-27 16:27:38 +05:30
parent a33d0cdb7f
commit a62b24ab7d
6 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)