about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2023-10-07std: fix registering of Windows TLS destructorsjoboet-1/+4
2023-10-07Auto merge of #116501 - workingjubilee:rollup-fpzov6m, r=workingjubileebors-1/+1
2023-10-06Add tvOS to target_os for register_dtorSebastian Imlay-1/+1
2023-10-06Use `io_error_more` on WASIShE3py-23/+92
2023-10-06Auto merge of #111595 - fortanix:raoul/waitqueue_clarifications, r=workingjub...bors-7/+19
2023-10-06Windows: Support sub-millisecond sleepChris Denton-1/+88
2023-10-06Auto merge of #116463 - ChrisDenton:nlibc, r=workingjubileebors-13/+18
2023-10-06Auto merge of #101150 - jethrogb:jb/cleanup-sgx-user-memory-copies, r=working...bors-122/+85
2023-10-06Remove libcChris Denton-13/+18
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-12/+31
2023-10-04std: abort instead of panicking if the global allocator uses TLSjoboet-4/+17
2023-10-03std: panic when the global allocator tries to register a TLS destructorjoboet-24/+20
2023-10-03Rollup merge of #116282 - rustaceanclub:master, r=davidtwcoMatthias Krüger-1/+1
2023-10-02Rollup merge of #116289 - linkmauve:patch-1, r=the8472Tyler Mandry-0/+1
2023-10-02Auto merge of #116207 - Ayush1325:uefi_stdio, r=Mark-Simulacrumbors-1/+162
2023-10-02Stdio for UEFIAyush Singh-1/+162
2023-09-30Add missing #[inline] on AsFd impl for sys::unix::fs::Filelinkmauve-0/+1
2023-09-30Fix broken linkscui fliter-1/+1
2023-09-28time: use clock_gettime on macosTamir Duberstein-148/+44
2023-09-28time: use clock_gettime on macosTamir Duberstein-49/+35
2023-09-28time: cfg(any(x)) is the same as cfg(x)Tamir Duberstein-2/+2
2023-09-28Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnaybors-121/+112
2023-09-28Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnaybors-2/+14
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-1/+715
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-3/+2
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-2/+1
2023-09-22Rebase to masterAyush Singh-26/+66
2023-09-22Use RawOsError for UEFIAyush Singh-178/+261
2023-09-22Fixes from PRAyush Singh-4/+6
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-14/+13
2023-09-22Handle ExitBootServicesAyush Singh-16/+83
2023-09-22Fixes from PRAyush Singh-32/+41
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-1/+515
2023-09-22Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviperMatthias Krüger-6/+19
2023-09-22Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-seMatthias Krüger-0/+17
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-27/+119
2023-09-21Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty maskThe 8472-6/+19
2023-09-21added support for GNU/HurdSamuel Thibault-27/+119
2023-09-19Rollup merge of #115946 - the8472:panic-on-sched_getaffinity-bug, r=Mark-Simu...Guillaume Gomez-2/+4
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-0/+1077
2023-09-18panic when encountering an illegal cpumaskThe 8472-2/+4
2023-09-13Disabled socketpair for VitaNikolay Arhipov-2/+2
2023-09-10Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrumbors-0/+4
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-11/+74
2023-09-09std::process (unsupported): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-0/+20
2023-09-06fix typoRalf Jung-1/+1
2023-09-04Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubileebors-0/+2
2023-09-03Rollup merge of #115512 - Fulgen301:startupinfow, r=ChrisDentonMatthias Krüger-1/+1
2023-09-03Rollup merge of #115489 - saethlin:is-interrupted, r=thomccMatthias Krüger-6/+6