about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-06-30Rollup merge of #98503 - RalfJung:scope-race, r=m-ou-seMatthias Krüger-10/+17
2022-06-30Rollup merge of #97629 - guswynn:exclusive_struct, r=m-ou-seMatthias Krüger-0/+3
2022-06-28Rollup merge of #98617 - ChrisDenton:const-unwrap, r=Mark-SimulacrumMatthias Krüger-5/+15
2022-06-28Add a fixme commentChris Denton-0/+3
2022-06-28Remove feature `const_option` from stdChris Denton-5/+12
2022-06-28Rollup merge of #98555 - mkroening:hermit-lock-init, r=m-ou-seDylan DPC-9/+25
2022-06-28Auto merge of #98324 - conradludgate:write-vectored-vec, r=Mark-Simulacrumbors-25/+149
2022-06-27fix data race in thread::scopeRalf Jung-10/+17
2022-06-26Hermit: Make Mutex::init a no-opMartin Kröning-3/+1
2022-06-26Hermit: Fix initializing lazy locksMartin Kröning-6/+24
2022-06-26Rollup merge of #98541 - Veykril:patch-2, r=Dylan-DPCMatthias Krüger-1/+1
2022-06-26Rollup merge of #97140 - joboet:solid_parker, r=m-ou-seMatthias Krüger-6/+225
2022-06-26attempt to optimise vectored writeConrad Ludgate-25/+149
2022-06-26Update `std::alloc::System` docsLukas Wirth-1/+1
2022-06-25Auto merge of #98486 - matthiaskrgr:rollup-u7m508x, r=matthiaskrgrbors-89/+274
2022-06-25Rollup merge of #98194 - m-ou-se:leak-locked-pthread-mutex, r=AmanieuMatthias Krüger-4/+51
2022-06-25Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=...Matthias Krüger-10/+142
2022-06-25Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomccMatthias Krüger-75/+81
2022-06-25Auto merge of #96820 - r-raymond:master, r=cuviperbors-5/+37
2022-06-23Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPCMichael Goulet-37/+53
2022-06-23add tracking issue for exclusiveGus Wynn-1/+1
2022-06-22Address reviewer commentsRaoul Strackx-5/+10
2022-06-22Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandryYuki Okushi-0/+52
2022-06-21Rollup merge of #98330 - conradludgate:io-slice-mut-docs, r=Dylan-DPCYuki Okushi-8/+8
2022-06-21Rollup merge of #98313 - m-ou-se:fix-comments, r=joshtriplettYuki Okushi-7/+6
2022-06-21Rollup merge of #94033 - joshtriplett:documentation-is-running-better-go-catc...Yuki Okushi-6/+8
2022-06-21Use futex based thread parker on Fuchsia.Mara Bos-0/+52
2022-06-21update ioslice docs to use shared slicesConrad Ludgate-8/+8
2022-06-20Remove lies in comments.Mara Bos-7/+6
2022-06-20Improve docs for `is_running` to explain use caseJosh Triplett-6/+8
2022-06-20Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-seDylan DPC-0/+19
2022-06-20Rollup merge of #97150 - ChrisDenton:stdio-create_pipe, r=m-ou-seDylan DPC-0/+16
2022-06-20Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-seDylan DPC-0/+40
2022-06-20Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytmDylan DPC-20/+38
2022-06-20Windows: `CommandExt::async_pipes`Chris Denton-0/+40
2022-06-20`Stdio::make_pipe`Chris Denton-0/+16
2022-06-20Leak pthreax_rwlock_t when it's dropped while locked.Mara Bos-0/+16
2022-06-20Fix typo in `HashMap::drain` docsnils-1/+1
2022-06-20Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnayYuki Okushi-8/+17
2022-06-19Fix documentation for with_capacity and reserve families of methodsjmaargh-37/+53
2022-06-19Rollup merge of #98233 - RalfJung:ref-alloc, r=thomccDylan DPC-4/+4
2022-06-19Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-sebors-6/+26
2022-06-19Add comment explaining why we use NonNullRobin Raymond-0/+4
2022-06-19Add safety commentsRobin Raymond-6/+9
2022-06-19Documentation typoRobin Raymond-1/+1
2022-06-19*const to NonNull plus documentationRobin Raymond-3/+12
2022-06-19Address commentsRobin Raymond-3/+3
2022-06-19More formattingRobin Raymond-1/+1
2022-06-19FormattingRobin Raymond-2/+5
2022-06-19Make RwLockReadGuard covariantRobin Raymond-5/+18