| Age | Commit message (Expand) | Author | Lines |
| 2022-06-25 | Auto merge of #98486 - matthiaskrgr:rollup-u7m508x, r=matthiaskrgr | bors | -89/+274 |
| 2022-06-25 | Rollup merge of #98194 - m-ou-se:leak-locked-pthread-mutex, r=Amanieu | Matthias Krüger | -4/+51 |
| 2022-06-25 | Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=... | Matthias Krüger | -10/+142 |
| 2022-06-25 | Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomcc | Matthias Krüger | -75/+81 |
| 2022-06-25 | Auto merge of #96820 - r-raymond:master, r=cuviper | bors | -5/+37 |
| 2022-06-24 | scan mountinfo when hardcoded cgroupv1 mountpoints don't work | The 8472 | -19/+83 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -37/+53 |
| 2022-06-23 | Remove invalid doc comment on the size of an IP struct | Linus Färnstrand | -9/+0 |
| 2022-06-23 | Remove `is_known_utf8` checks from more tests where it's no longer set. | Dan Gohman | -4/+0 |
| 2022-06-23 | Don't eagerly scan for `is_known_utf8` in `to_ascii_lowercase`/`uppercase`. | Dan Gohman | -12/+2 |
| 2022-06-23 | Panic safety. | Dan Gohman | -7/+7 |
| 2022-06-23 | Optimize `Wtf8Buf::into_string` for the case where it contains UTF-8. | Dan Gohman | -39/+366 |
| 2022-06-23 | Assign issue number to the new const_socketaddr | Linus Färnstrand | -3/+3 |
| 2022-06-23 | Add IP structural_match tests | Linus Färnstrand | -0/+23 |
| 2022-06-23 | Remove ntohs/htons in favor of to_be/from_be | Linus Färnstrand | -14/+5 |
| 2022-06-23 | Implement IpV{4,6}Addr structs with native Rust encoding | Linus Färnstrand | -114/+41 |
| 2022-06-23 | Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding | Linus Färnstrand | -105/+100 |
| 2022-06-23 | add tracking issue for exclusive | Gus Wynn | -1/+1 |
| 2022-06-23 | Use `unwrap` instead of `unwrap_unchecked` | Jiahao XU | -3/+7 |
| 2022-06-22 | std: reimplement SGX thread joining to use `Parker` | joboet | -12/+9 |
| 2022-06-22 | std: rewrite SGX thread parker | joboet | -0/+96 |
| 2022-06-22 | Add new unit test `test_try_downcast_inner` | Jiahao XU | -1/+52 |
| 2022-06-22 | Add new unstable API `Error::try_downgrade_inner` | Jiahao XU | -0/+57 |
| 2022-06-22 | Impl `io::error::repr_bitpacked::Repr::new` | Jiahao XU | -0/+9 |
| 2022-06-22 | Impl `io::error::repr_unpacked::Repr::new` | Jiahao XU | -0/+4 |
| 2022-06-22 | Address reviewer comments | Raoul Strackx | -5/+10 |
| 2022-06-22 | Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry | Yuki Okushi | -0/+52 |
| 2022-06-21 | `impl<T: AsFd> AsFd for {Arc,Box}<T>` | Joshua Nelson | -3/+33 |
| 2022-06-21 | `impl<T: AsRawFd> for {Arc,Box}<T>` | Joshua Nelson | -0/+32 |
| 2022-06-21 | Rollup merge of #98330 - conradludgate:io-slice-mut-docs, r=Dylan-DPC | Yuki Okushi | -8/+8 |
| 2022-06-21 | Rollup merge of #98313 - m-ou-se:fix-comments, r=joshtriplett | Yuki Okushi | -7/+6 |
| 2022-06-21 | Rollup merge of #94033 - joshtriplett:documentation-is-running-better-go-catc... | Yuki Okushi | -6/+8 |
| 2022-06-21 | Use futex based thread parker on Fuchsia. | Mara Bos | -0/+52 |
| 2022-06-21 | update ioslice docs to use shared slices | Conrad Ludgate | -8/+8 |
| 2022-06-20 | Remove lies in comments. | Mara Bos | -7/+6 |
| 2022-06-20 | Improve docs for `is_running` to explain use case | Josh Triplett | -6/+8 |
| 2022-06-20 | Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-se | Dylan DPC | -0/+19 |
| 2022-06-20 | Rollup merge of #97150 - ChrisDenton:stdio-create_pipe, r=m-ou-se | Dylan DPC | -0/+16 |
| 2022-06-20 | Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-se | Dylan DPC | -0/+40 |
| 2022-06-20 | Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytm | Dylan DPC | -20/+38 |
| 2022-06-20 | Windows: `CommandExt::async_pipes` | Chris Denton | -0/+40 |
| 2022-06-20 | `Stdio::make_pipe` | Chris Denton | -0/+16 |
| 2022-06-20 | Leak pthreax_rwlock_t when it's dropped while locked. | Mara Bos | -0/+16 |
| 2022-06-20 | Fix typo in `HashMap::drain` docs | nils | -1/+1 |
| 2022-06-20 | Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnay | Yuki Okushi | -8/+17 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -37/+53 |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -4/+4 |
| 2022-06-19 | Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se | bors | -6/+26 |
| 2022-06-19 | Add comment explaining why we use NonNull | Robin Raymond | -0/+4 |
| 2022-06-19 | Add safety comments | Robin Raymond | -6/+9 |