summaryrefslogtreecommitdiff
path: root/src/libstd/sys
Commit message (Expand)AuthorAgeFilesLines
* mv std libs to library/mark2020-07-27242-41827/+0
* Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obkbors2020-07-241-1/+17
|\
| * avoid implicitly returning ()Ralf Jung2020-07-231-1/+2
| * on Windows, use miri_static_root for TLS dtorsRalf Jung2020-07-231-1/+16
* | Rollup merge of #72954 - hermitcore:rwlock, r=dtolnayManish Goregaokar2020-07-242-40/+139
|\ \ | |/ |/|
| * remove some compiler warningsStefan Lankes2020-06-261-3/+1
| * reorder crates to pass the format checkStefan Lankes2020-06-261-1/+1
| * minor changes to pass the format checkStefan Lankes2020-06-261-6/+2
| * revise RwLock, which is derived from the wasm implementationStefan Lankes2020-06-262-38/+143
* | Rollup merge of #74606 - cuviper:cloexec, r=sfacklerManish Goregaokar2020-07-236-195/+74
|\ \
| * | Move the pipe2 call behind a hard target `#[cfg]`Josh Stone2020-07-223-21/+29
| * | Remove Linux workarounds for missing CLOEXEC supportJosh Stone2020-07-214-187/+58
* | | Rollup merge of #74587 - lzutao:consts, r=dtolnayManish Goregaokar2020-07-233-27/+26
|\ \ \
| * | | Prefer constant over functionLzu Tao2020-07-233-28/+27
| |/ /
* | | Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar2020-07-234-8/+8
|\ \ \ | |/ / |/| |
| * | libstd/libcore: fix various typosAndy Russell2020-07-094-8/+8
* | | Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichtonbors2020-07-211-1/+1
|\ \ \
| * | | Add `RawFd` to WASI's `std::os::wasi::prelude`.Dan Gohman2020-07-051-1/+1
| | |/ | |/|
* | | Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodtManish Goregaokar2020-07-191-7/+3
|\ \ \
| * | | Remove combine functionLzu Tao2020-07-151-7/+3
* | | | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbinibors2020-07-171-2/+2
|\ \ \ \
| * | | | apply bootstrap cfgsMark Rousskov2020-07-161-2/+2
* | | | | Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-SimulacrumManish Goregaokar2020-07-1626-105/+237
|\ \ \ \ \
| * | | | | Introduce restricted-std feature.Eric Huss2020-07-1526-105/+237
| | |/ / / | |/| | |
* | | | | Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogbManish Goregaokar2020-07-165-27/+213
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move usercall_wait_timeout to abi::usercalls::wait_timeoutMohsen Zohrevandi2020-07-154-82/+74
| * | | | Address review commentsMohsen Zohrevandi2020-07-103-39/+34
| * | | | Remove unnecessary check in SGX wait usercallMohsen Zohrevandi2020-07-011-2/+1
| * | | | Improve wait_timeout_sgx, simplify usercalls::waitMohsen Zohrevandi2020-06-182-28/+56
| * | | | Handle spurious wakeups in wait_timeout_sgxMohsen Zohrevandi2020-06-123-6/+14
| * | | | Enable some timeouts in SGX platformMohsen Zohrevandi2020-06-125-15/+179
* | | | | Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomezManish Goregaokar2020-07-154-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added docs for `From<c_int>` for `ExitStatus`Vincent Esche2020-07-144-0/+4
* | | | | Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodtManish Goregaokar2020-07-141-14/+12
|\ \ \ \ \
| * | | | | process_unix: prefer i32::*_be_bytes over manually shifting bytesLzu Tao2020-07-121-14/+12
| |/ / / /
* | | | | Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar2020-07-1419-28/+27
|\ \ \ \ \
| * | | | | adjust remaining targetsRalf Jung2020-07-1215-24/+20
| * | | | | rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung2020-07-126-6/+9
* | | | | | Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodtManish Goregaokar2020-07-142-63/+97
|\ \ \ \ \ \
| * | | | | | Reduce unsafe scopeLzu Tao2020-07-121-49/+48
| * | | | | | Prefer empty OsStr over unsafe cast from [u8]Lzu Tao2020-07-121-1/+1
| * | | | | | Rewrite parse_two_compsLzu Tao2020-07-122-10/+41
| * | | | | | Make use of slice::strip_prefix and slice patternLzu Tao2020-07-121-27/+24
| * | | | | | Make is_valid_drive_letter functionLzu Tao2020-07-121-2/+8
| * | | | | | Move constants to top fileLzu Tao2020-07-121-2/+3
| | |/ / / / | |/| | | |
* | | | | | Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwcoManish Goregaokar2020-07-141-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Obviate #[allow(improper_ctypes_definitions)]Dario Gonzalez2020-06-291-3/+5
| | |_|/ / | |/| | |
* | | | | Rollup merge of #74076 - sunfishcode:wasi-fileext-newmethods, r=alexcrichtonManish Goregaokar2020-07-101-4/+137
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make WASI's FileExt's read_at/write_at consistent with other targets.Dan Gohman2020-07-071-4/+43
| * | | | Add `read_exact_at` and `write_all_at` to WASI's `FileExt`Dan Gohman2020-07-071-0/+94
| | |_|/ | |/| |