| Age | Commit message (Expand) | Author | Lines |
| 2021-06-12 | Remove "generic type" in boxed.rs | Deadbeef | -1/+1 |
| 2021-06-11 | Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu | bors | -0/+1 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -0/+1 |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -16/+21 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -16/+21 |
| 2021-06-10 | Rollup merge of #86111 - spookyvision:master, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-06-10 | Rollup merge of #86051 - erer1243:update_move_keyword_docs, r=Mark-Simulacrum | Yuki Okushi | -11/+9 |
| 2021-06-10 | Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-se | Yuki Okushi | -133/+111 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -214/+198 |
| 2021-06-09 | Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm | bors | -22/+1 |
| 2021-06-09 | Rollup merge of #86142 - m-ou-se:proc-macro-subspan-bound-cloned-cleanup, r=p... | Yuki Okushi | -11/+3 |
| 2021-06-09 | Rollup merge of #86121 - nickshiling:forwarding_impl_for_seek_trait_stream_po... | Yuki Okushi | -0/+10 |
| 2021-06-09 | Rollup merge of #85791 - CDirkx:is_unicast, r=joshtriplett | Yuki Okushi | -1/+29 |
| 2021-06-09 | Rollup merge of #85715 - fee1-dead:document-string, r=JohnTitor | Yuki Okushi | -7/+43 |
| 2021-06-09 | Rollup merge of #85676 - CDirkx:ip-style, r=JohnTitor | Yuki Okushi | -26/+26 |
| 2021-06-09 | Update library/core/src/iter/traits/iterator.rs | Anatol Ulrich | -1/+1 |
| 2021-06-08 | Simplify proc_macro code using Bound::cloned(). | Mara Bos | -11/+3 |
| 2021-06-08 | Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-06-08 | Rollup merge of #86074 - reaganmcf:iss-86039, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-06-08 | Rollup merge of #85985 - Lionelf329:master, r=joshtriplett | Yuki Okushi | -9/+15 |
| 2021-06-08 | Auto merge of #83515 - tamird:string-remove-matches-rev, r=m-ou-se | bors | -22/+39 |
| 2021-06-07 | Forwarding implementation for Seek trait's stream_position method | myshylin | -0/+10 |
| 2021-06-07 | Clarify documentation of slice sorting methods | Lionel Foxcroft | -9/+15 |
| 2021-06-07 | fix off by one | Anatol Ulrich | -1/+1 |
| 2021-06-07 | Correct type signature in doc for Bound::as_mut | Griffin Smith | -1/+1 |
| 2021-06-06 | Default panic message should print Box<dyn Any> | Reagan McFarland | -1/+1 |
| 2021-06-06 | String::remove_matches O(n^2) -> O(n) | Tamir Duberstein | -15/+38 |
| 2021-06-06 | Use iter::from_fn in String::remove_matches | Tamir Duberstein | -9/+3 |
| 2021-06-06 | Auto merge of #86054 - JohnTitor:rollup-j40z7sm, r=JohnTitor | bors | -50/+41 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -50/+41 |
| 2021-06-06 | Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se | bors | -2/+120 |
| 2021-06-05 | Updated code examples and wording | erer1243 | -11/+9 |
| 2021-06-05 | Rollup merge of #85974 - GuillaumeGomez:td-align, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-06-05 | Rollup merge of #85760 - ChrisDenton:path-doc-platform-specific, r=m-ou-se | Guillaume Gomez | -9/+9 |
| 2021-06-05 | Rollup merge of #85710 - fee1-dead:document-path, r=m-ou-se | Guillaume Gomez | -0/+24 |
| 2021-06-05 | Rollup merge of #83646 - glittershark:bound-map, r=m-ou-se | Guillaume Gomez | -1/+35 |
| 2021-06-05 | Add a map method to Bound | Griffin Smith | -1/+35 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -1/+0 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -18/+4 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -152/+192 |
| 2021-06-04 | Revert tests added by PR 81167. | Felix S. Klock II | -50/+0 |
| 2021-06-04 | Revert effects of PRs 81167 and 83091. | Felix S. Klock II | -12/+6 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -18/+4 |
| 2021-06-04 | Auto merge of #85806 - ATiltedTree:android-ndk-beta, r=petrochenkov | bors | -2/+15 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -1/+0 |
| 2021-06-04 | Fix invalid align attribute generation on <td> elements | Guillaume Gomez | -2/+2 |
| 2021-06-04 | Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahc | Yuki Okushi | -0/+13 |
| 2021-06-04 | Rollup merge of #85888 - steffahn:fix_internal_trustedrandomaccess_docs, r=Ma... | Yuki Okushi | -1/+1 |
| 2021-06-04 | Rollup merge of #85717 - fee1-dead:document-cow, r=yaahc | Yuki Okushi | -0/+18 |
| 2021-06-03 | Auto merge of #85867 - steffahn:remove_unnecessary_specfromiter_impls, r=Mark... | bors | -34/+1 |