| Age | Commit message (Expand) | Author | Lines |
| 2022-06-30 | Rollup merge of #98503 - RalfJung:scope-race, r=m-ou-se | Matthias Krüger | -10/+17 |
| 2022-06-30 | Rollup merge of #97629 - guswynn:exclusive_struct, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2022-06-28 | Rollup merge of #98617 - ChrisDenton:const-unwrap, r=Mark-Simulacrum | Matthias Krüger | -5/+15 |
| 2022-06-28 | Add a fixme comment | Chris Denton | -0/+3 |
| 2022-06-28 | Remove feature `const_option` from std | Chris Denton | -5/+12 |
| 2022-06-28 | Rollup merge of #98555 - mkroening:hermit-lock-init, r=m-ou-se | Dylan DPC | -9/+25 |
| 2022-06-28 | Auto merge of #98324 - conradludgate:write-vectored-vec, r=Mark-Simulacrum | bors | -25/+149 |
| 2022-06-27 | fix data race in thread::scope | Ralf Jung | -10/+17 |
| 2022-06-26 | Hermit: Make Mutex::init a no-op | Martin Kröning | -3/+1 |
| 2022-06-26 | Hermit: Fix initializing lazy locks | Martin Kröning | -6/+24 |
| 2022-06-26 | Rollup merge of #98541 - Veykril:patch-2, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-06-26 | Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se | Matthias Krüger | -6/+225 |
| 2022-06-26 | attempt to optimise vectored write | Conrad Ludgate | -25/+149 |
| 2022-06-26 | Update `std::alloc::System` docs | Lukas Wirth | -1/+1 |
| 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-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -37/+53 |
| 2022-06-23 | add tracking issue for exclusive | Gus Wynn | -1/+1 |
| 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 | 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 |
| 2022-06-19 | Documentation typo | Robin Raymond | -1/+1 |
| 2022-06-19 | *const to NonNull plus documentation | Robin Raymond | -3/+12 |
| 2022-06-19 | Address comments | Robin Raymond | -3/+3 |
| 2022-06-19 | More formatting | Robin Raymond | -1/+1 |
| 2022-06-19 | Formatting | Robin Raymond | -2/+5 |
| 2022-06-19 | Make RwLockReadGuard covariant | Robin Raymond | -5/+18 |