about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-03-04Integrate macos x86-64 remove_dir_all() impl. Step 1: removeHans Kratz-118/+0
2022-03-04remove_dir_all(): try recursing first instead of trying to unlink()Hans Kratz-15/+22
2022-03-04Use '_ for irrelevant lifetimes in Debug impl.Mara Bos-1/+1
2022-03-04Add #![allow(unexpected_cfgs)] in preparation of global --check-cfgLoïc BRANSTETT-0/+3
2022-03-03Add #[track_caller] to track callers when initializing poisoned Oncereez12g-0/+2
2022-03-04Rollup merge of #94572 - sunfishcode:sunfishcode/handle-or, r=joshtriplettDylan DPC-17/+22
2022-03-04Rollup merge of #93965 - Mark-Simulacrum:owned-stdio, r=dtolnayDylan DPC-228/+18
2022-03-04Rollup merge of #88805 - krhancoc:master, r=dtolnayDylan DPC-0/+4
2022-03-03Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings.Dan Gohman-17/+22
2022-03-03Rollup merge of #92697 - the8472:cgroups, r=joshtriplettMatthias Krüger-4/+86
2022-03-03Add -Z oom={panic,abort} command-line optionAmanieu d'Antras-1/+15
2022-03-03Remove argument from closure in thread::Scope::spawn.Mara Bos-21/+23
2022-03-03Remove unnecessary #![feature]s from doctest.Mara Bos-2/+0
2022-03-03Update test.Mara Bos-4/+4
2022-03-03Rename JoinHandle::is_running to is_finished and update docs.Mara Bos-8/+18
2022-03-03Rollup merge of #94534 - bstrie:cffistd, r=Mark-SimulacrumMatthias Krüger-0/+10
2022-03-03Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplettMatthias Krüger-72/+111
2022-03-02Remove the comment about `FILE_FLAG_OVERLAPPED`.Dan Gohman-2/+0
2022-03-03Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplettDylan DPC-25/+62
2022-03-03Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,...Dylan DPC-0/+12
2022-03-03update available_parallelism docs since cgroups and sched_getaffinity are now...The 8472-1/+4
2022-03-03hardcode /sys/fs/cgroup instead of doing a lookup via mountinfoThe 8472-53/+67
2022-03-03Use cgroup quotas for calculating `available_parallelism`The 8472-3/+68
2022-03-02Fix a broken doc link on Windows.Dan Gohman-3/+1
2022-03-02Re-export core::ffi types from std::ffibstrie-0/+10
2022-03-01Provide C FFI types via core::ffi, not just in stdJosh Triplett-220/+27
2022-03-01Rollup merge of #94094 - chrisnc:tcp-nodelay-windows-bool, r=dtolnayDylan DPC-11/+26
2022-02-27Stabilize unix_socket_creationThomas de Zeeuw-3/+1
2022-02-27Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrumbors-2/+2
2022-02-25Make TLS __getit #[inline(always)] on non-WindowsErik Desjardins-2/+2
2022-02-25Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-21/+20
2022-02-25Switch bootstrap cfgsMark Rousskov-21/+20
2022-02-25Rename unix::net::SocketAddr::from_path to from_pathnameThomas de Zeeuw-3/+3
2022-02-25Fix SGX docs buildJethro Beekman-1/+1
2022-02-24Rollup merge of #94273 - Dylan-DPC:doc/errorkind, r=joshtriplettMatthias Krüger-0/+13
2022-02-24word wrpaDylan DPC-5/+5
2022-02-24word wrpaDylan DPC-6/+9
2022-02-23Update library/std/src/io/error.rsDylan DPC-1/+1
2022-02-23fs: Don't dereference a pointer to a too-small allocationTavian Barnes-5/+9
2022-02-23add some more summary from pr discussionDylan DPC-1/+1
2022-02-23add some more summary from pr discussionDylan DPC-2/+4
2022-02-23add matching to errorkindDylan DPC-0/+8
2022-02-22Stabilize Termination and ExitCodeJane Lusby-19/+44
2022-02-22Fix typo.NyantasticUwU-1/+1
2022-02-22Rollup merge of #94179 - devnexen:getexecname_directcall, r=kennytmMatthias Krüger-4/+1
2022-02-21Rollup merge of #94220 - GuillaumeGomez:miniz-oxide-decl, r=AmanieuMatthias Krüger-0/+1
2022-02-21Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomezMatthias Krüger-6/+8
2022-02-21Correctly handle miniz_oxide extern crate declarationGuillaume Gomez-0/+1
2022-02-20use `BOOL` for `TCP_NODELAY` `setsockopt` value on WindowsChris Copeland-2/+2
2022-02-20Remove assertion on output length for `getsockopt`.Chris Copeland-1/+0