| Age | Commit message (Expand) | Author | Lines |
| 2021-06-14 | Add functions `Duration::try_from_secs_{f32, f64}` | mbartlett21 | -0/+4 |
| 2021-06-14 | run tidy | Ethan Brierley | -1/+1 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -7/+1 |
| 2021-06-14 | Stabilize `maybe_uninit_ref` | Yuki Okushi | -1/+0 |
| 2021-06-13 | Change tracking issue | ltdk | -2/+2 |
| 2021-06-13 | More lerp tests, altering lerp docs | ltdk | -26/+118 |
| 2021-06-12 | Explain non-dropped sender recv in docs | Ivan Tham | -7/+46 |
| 2021-06-10 | Specialize `io::Bytes::size_hint` for more types | Benoît du Garreau | -3/+96 |
| 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 | optimize Eq implementation for paths | The8472 | -1/+1 |
| 2021-06-09 | Remove `is_unicast_site_local` | Christiaan Dirkx | -52/+1 |
| 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-08 | Link reference in `dyn` keyword documentation | Adrien Morison | -2/+5 |
| 2021-06-07 | Forwarding implementation for Seek trait's stream_position method | myshylin | -0/+10 |
| 2021-06-07 | make both panic display formats collapse frames | Ashley Mannix | -6/+4 |
| 2021-06-07 | format symbols under shared frames | Ashley Mannix | -2/+3 |
| 2021-06-06 | A few lerp tests | ltdk | -0/+43 |
| 2021-06-06 | Default panic message should print Box<dyn Any> | Reagan McFarland | -1/+1 |
| 2021-06-06 | Update doc library/std/src/path.rs | Max Wase | -1/+0 |
| 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 | Implement `Cursor::{remaining, is_empty}` | Sören Meier | -4/+59 |
| 2021-06-05 | Rename IoSlice(Mut)::advance_slice to advance_slices | Thomas de Zeeuw | -24/+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 | -1/+0 |
| 2021-06-04 | Fix invalid align attribute generation on <td> elements | Guillaume Gomez | -2/+2 |
| 2021-06-01 | Add lerp method | ltdk | -0/+56 |
| 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 | 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-29 | Add has_data_left() to BufRead | YuhanLiin | -0/+41 |
| 2021-05-29 | Add IoSlice(Mut)::advance | Thomas de Zeeuw | -2/+54 |
| 2021-05-29 | Rename IoSlice(Mut)::advance to advance_slice | Thomas de Zeeuw | -28/+27 |
| 2021-05-28 | Refactor windows sockets impl methods | Michael | -133/+173 |
| 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 | Review fixes + doc-features | Max Wase | -6/+8 |
| 2021-05-27 | Document `From` impls in path.rs | Deadbeef | -0/+24 |
| 2021-05-27 | Tracking issue add. | Max Wase | -2/+2 |
| 2021-05-27 | Fix `is_symlink()` method for `Path` using added `is_symlink()` method for `M... | Max Wase | -3/+26 |
| 2021-05-27 | Add `is_symlink()` method for `Path`. | Max Wase | -0/+26 |