about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-06-15std: relax memory orderings in `Parker`joboet-8/+7
2022-06-15Test NLL fix of bad lifetime inference for reference captured in closure.Frank Steffahn-0/+13
2022-06-15Ensure userspace allocation is 8-byte alignedRaoul Strackx-1/+4
2022-06-15Mitigate MMIO stale data vulnerabilitiesRaoul Strackx-2/+98
2022-06-15Unify copying data from enclave to userspaceRaoul Strackx-7/+3
2022-06-15Add examples using `add_modify` to HashMapKarlWithK-2/+4
2022-06-14Add a stability attribute to WASI's `try_clone()`.Dan Gohman-0/+1
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-84/+145
2022-06-14rustdoc: change "variadic tuple" notation to look less like real syntaxMichael Howell-4/+4
2022-06-14Stabilize `Path::try_exists()` and improve docMartin Habovstiak-8/+17
2022-06-14Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obkbors-0/+2
2022-06-14Rollup merge of #98042 - DrMeepster:winfred_std_changes, r=ChrisDentonDylan DPC-8/+10
2022-06-13Use a private type definition to reduce cfg noiseMark Drobnak-36/+16
2022-06-13Enable thread_local_dtor on horizon OSIan Chamberlain-1/+1
2022-06-13Update libc::stat field namesIan Chamberlain-7/+12
2022-06-13Enable argv support for horizon OSIan Chamberlain-4/+7
2022-06-13Use the right wait_timeout implementationAzureMarker-7/+7
2022-06-13Lower listen backlog to fix accept crashesAzureMarker-6/+13
2022-06-13Horizon OS STD supportMeziu-66/+286
2022-06-13add inline(always) to optionDrMeepster-0/+1
2022-06-13fix broken doc commentJane Lusby-9/+10
2022-06-13remove outdated referencesJane Lusby-2/+1
2022-06-13Add provider API to error traitJane Lusby-1/+116
2022-06-13[perf] std: add missing `#[inline]` to `DefaultHasher::{new,default}`.Eduard-Mihai Burtescu-0/+2
2022-06-13Auto merge of #98038 - TaKO8Ki:remove-unnecessary-space-in-doc, r=compiler-er...bors-1/+1
2022-06-13remove an unnecessary space in docTakayuki Maeda-1/+1
2022-06-12Rollup merge of #97992 - m-ou-se:stabilize-scoped-threads, r=joshtriplettDylan DPC-10/+12
2022-06-12Rollup merge of #97970 - dtolnay:terminate, r=joshtriplettDylan DPC-1/+3
2022-06-11Update library/std/src/primitive_docs.rsMichael Howell-1/+1
2022-06-11fix compat_fn option method on miriDrMeepster-8/+9
2022-06-11Add test case for #trait-implementations-1 linkMichael Howell-0/+2
2022-06-11Re-add explicit list of traits to tuple docs, with limit notesMichael Howell-5/+34
2022-06-11Use relative path for addressing things in rust-lang/rustMichael Howell-2/+2
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-2/+2
2022-06-11Stabilize scoped threads.Mara Bos-10/+12
2022-06-10Do not panic in Termination impl on closed stderrDavid Tolnay-1/+3
2022-06-10net listen backlog set to negative on Linux.David Carlier-2/+10
2022-06-10docs: Consistently mark ExitStatus as codeMartin Kröning-2/+2
2022-06-10docs: Link to ExitCode instead of ExitStatus in ExitStatusMartin Kröning-2/+2
2022-06-10docs: Fix typo in ExitStatusMartin Kröning-1/+1
2022-06-10Make "windows_process_exit_code_from" unstableAron Parker-3/+3
2022-06-10Incorporate warning for potential exit code ambiguitiesAron Parker-0/+4
2022-06-10Fix copy paste errorAron Parker-1/+1
2022-06-10Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplettbors-35/+57
2022-06-10Rollup merge of #97922 - paolobarbolini:no-vecdeque-extra-reserve, r=the8472Yuki Okushi-2/+0
2022-06-10Auto merge of #95770 - nrc:read-buf-builder, r=joshtriplettbors-7/+11
2022-06-10use fcntl fallback for additional poll-specific errorsThe 8472-7/+8
2022-06-09add cgroupv1 support to available_parallelismThe 8472-48/+128
2022-06-09Avoid `thread::panicking()` in non-poisoning methods of `Mutex` and `RwLock`Josh Stone-8/+15
2022-06-09Remove redundant calls to reserve in impl Write for VecDequePaolo Barbolini-2/+0