about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-41827/+0
2020-07-24Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obkbors-1/+17
2020-07-24Rollup merge of #72954 - hermitcore:rwlock, r=dtolnayManish Goregaokar-40/+139
2020-07-23avoid implicitly returning ()Ralf Jung-1/+2
2020-07-23on Windows, use miri_static_root for TLS dtorsRalf Jung-1/+16
2020-07-23Rollup merge of #74606 - cuviper:cloexec, r=sfacklerManish Goregaokar-195/+74
2020-07-23Rollup merge of #74587 - lzutao:consts, r=dtolnayManish Goregaokar-27/+26
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-8/+8
2020-07-23Prefer constant over functionLzu Tao-28/+27
2020-07-22Move the pipe2 call behind a hard target `#[cfg]`Josh Stone-21/+29
2020-07-21Remove Linux workarounds for missing CLOEXEC supportJosh Stone-187/+58
2020-07-21Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichtonbors-1/+1
2020-07-19Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodtManish Goregaokar-7/+3
2020-07-17Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbinibors-2/+2
2020-07-16Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-SimulacrumManish Goregaokar-105/+237
2020-07-16Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogbManish Goregaokar-27/+213
2020-07-16apply bootstrap cfgsMark Rousskov-2/+2
2020-07-15Move usercall_wait_timeout to abi::usercalls::wait_timeoutMohsen Zohrevandi-82/+74
2020-07-15Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomezManish Goregaokar-0/+4
2020-07-15Introduce restricted-std feature.Eric Huss-105/+237
2020-07-15Remove combine functionLzu Tao-7/+3
2020-07-14Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodtManish Goregaokar-14/+12
2020-07-14Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar-28/+27
2020-07-14Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodtManish Goregaokar-63/+97
2020-07-14Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwcoManish Goregaokar-3/+5
2020-07-14Added docs for `From<c_int>` for `ExitStatus`Vincent Esche-0/+4
2020-07-12process_unix: prefer i32::*_be_bytes over manually shifting bytesLzu Tao-14/+12
2020-07-12Reduce unsafe scopeLzu Tao-49/+48
2020-07-12Prefer empty OsStr over unsafe cast from [u8]Lzu Tao-1/+1
2020-07-12Rewrite parse_two_compsLzu Tao-10/+41
2020-07-12Make use of slice::strip_prefix and slice patternLzu Tao-27/+24
2020-07-12Make is_valid_drive_letter functionLzu Tao-2/+8
2020-07-12Move constants to top fileLzu Tao-2/+3
2020-07-12adjust remaining targetsRalf Jung-24/+20
2020-07-12rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung-6/+9
2020-07-10Rollup merge of #74076 - sunfishcode:wasi-fileext-newmethods, r=alexcrichtonManish Goregaokar-4/+137
2020-07-10Address review commentsMohsen Zohrevandi-39/+34
2020-07-09libstd/libcore: fix various typosAndy Russell-8/+8
2020-07-07Make WASI's FileExt's read_at/write_at consistent with other targets.Dan Gohman-4/+43
2020-07-07Add `read_exact_at` and `write_all_at` to WASI's `FileExt`Dan Gohman-0/+94
2020-07-07Auto merge of #74006 - euclio:sys-unix-static-mut, r=oli-obkbors-26/+33
2020-07-06Rollup merge of #74074 - sunfishcode:windows-openoptionsext-return-type, r=Lu...Manish Goregaokar-1/+1
2020-07-06Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnisonManish Goregaokar-2/+2
2020-07-06libstd: remove some mutable statics in sys::unixAndy Russell-26/+33
2020-07-05Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`.Dan Gohman-1/+1
2020-07-05Add `RawFd` to WASI's `std::os::wasi::prelude`.Dan Gohman-1/+1
2020-07-02Fix linksGuillaume Gomez-2/+2
2020-07-01Remove unnecessary check in SGX wait usercallMohsen Zohrevandi-2/+1
2020-07-01Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodtManish Goregaokar-0/+1
2020-06-29Obviate #[allow(improper_ctypes_definitions)]Dario Gonzalez-3/+5