| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 #85676 - CDirkx:ip-style, r=JohnTitor | Yuki Okushi | -26/+26 |
| 2021-06-07 | Forwarding implementation for Seek trait's stream_position method | myshylin | -0/+10 |
| 2021-06-06 | Default panic message should print Box<dyn Any> | Reagan McFarland | -1/+1 |
| 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 #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -1/+0 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-06-04 | Auto merge of #85806 - ATiltedTree:android-ndk-beta, r=petrochenkov | bors | -2/+1 |
| 2021-06-04 | Fix invalid align attribute generation on <td> elements | Guillaume Gomez | -2/+2 |
| 2021-06-02 | Auto merge of #85687 - m-ou-se:new-prelude, r=yaahc | bors | -7/+7 |
| 2021-06-01 | Support Android ndk versions `r23-beta3` and up | Tilmann Meyer | -1/+0 |
| 2021-06-01 | Update `compiler_builtins` to 0.1.44 | Tilmann Meyer | -1/+1 |
| 2021-06-01 | Multiple improvements to RwLocks | BenoƮt du Garreau | -133/+111 |
| 2021-05-31 | Use `is_unicast` instead of ``!is_multicast` | Christiaan Dirkx | -1/+1 |
| 2021-05-31 | Add `Ipv6Addr::is_unicast` | Christiaan Dirkx | -0/+28 |
| 2021-05-30 | Remove `is_unicast_link_local_strict` | Christiaan Dirkx | -101/+27 |
| 2021-05-28 | Auto merge of #85745 - veber-alex:panic_any, r=m-ou-se | bors | -0/+1 |
| 2021-05-27 | Possible errors when reading file metadata are platform specific | Chris Denton | -9/+9 |
| 2021-05-27 | Document `From` impls in path.rs | Deadbeef | -0/+24 |
| 2021-05-27 | Add #[track_caller] to panic_any | Alex Veber | -0/+1 |
| 2021-05-26 | Rename opensbd to openbsd | Albert Ford | -3/+3 |
| 2021-05-27 | Rollup merge of #85719 - elichai:cstring-into_inner-inline, r=m-ou-se | Dylan DPC | -0/+1 |
| 2021-05-26 | Add inline attr to private CString::into_inner | Elichai Turkel | -0/+1 |
| 2021-05-26 | Rollup merge of #85672 - CDirkx:ip, r=Mark-Simulacrum | Yuki Okushi | -8/+17 |
| 2021-05-26 | Rollup merge of #85529 - tlyu:trylock-errors, r=JohnTitor | Yuki Okushi | -9/+28 |
| 2021-05-25 | Add tracking issue for edition-specific preludes. | Mara Bos | -7/+7 |
| 2021-05-25 | Fix documentation style inconsistencies | Christiaan Dirkx | -26/+26 |
| 2021-05-25 | Move stability attribute for methods under the `ip` feature from the module t... | Christiaan Dirkx | -8/+17 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -13/+6 |
| 2021-05-24 | Rollup merge of #85271 - th1000s:master, r=JohnTitor | Guillaume Gomez | -2/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -13/+6 |
| 2021-05-24 | minor rewording after review | Taylor Yu | -6/+6 |
| 2021-05-23 | Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay | bors | -5/+31 |
| 2021-05-23 | Rollup merge of #85334 - r00ster91:patch-8, r=dtolnay | Dylan DPC | -0/+3 |
| 2021-05-23 | Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnay | Dylan DPC | -1/+7 |
| 2021-05-23 | Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay | Dylan DPC | -166/+168 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -8/+72 |
| 2021-05-20 | doc: clarify Mutex::try_lock, etc. errors | Taylor Yu | -9/+28 |
| 2021-05-20 | Auto merge of #85521 - alexcrichton:less-tls-inline, r=Mark-Simulacrum | bors | -13/+13 |
| 2021-05-20 | std: Don't inline TLS accessor on MinGW | Alex Crichton | -13/+13 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -8/+10 |
| 2021-05-20 | Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieu | bors | -1/+0 |
| 2021-05-20 | Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJung | bors | -0/+1 |
| 2021-05-20 | Auto merge of #84697 - CDirkx:util, r=m-ou-se | bors | -46/+34 |