| Commit message (Expand) | Author | Age | Files | Lines |
| * | mv std libs to library/ | mark | 2020-07-27 | 242 | -41827/+0 |
| * | Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk | bors | 2020-07-24 | 1 | -1/+17 |
| |\ |
|
| | * | avoid implicitly returning () | Ralf Jung | 2020-07-23 | 1 | -1/+2 |
| | * | on Windows, use miri_static_root for TLS dtors | Ralf Jung | 2020-07-23 | 1 | -1/+16 |
| * | | Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay | Manish Goregaokar | 2020-07-24 | 2 | -40/+139 |
| |\ \
| |/
|/| |
|
| | * | remove some compiler warnings | Stefan Lankes | 2020-06-26 | 1 | -3/+1 |
| | * | reorder crates to pass the format check | Stefan Lankes | 2020-06-26 | 1 | -1/+1 |
| | * | minor changes to pass the format check | Stefan Lankes | 2020-06-26 | 1 | -6/+2 |
| | * | revise RwLock, which is derived from the wasm implementation | Stefan Lankes | 2020-06-26 | 2 | -38/+143 |
| * | | Rollup merge of #74606 - cuviper:cloexec, r=sfackler | Manish Goregaokar | 2020-07-23 | 6 | -195/+74 |
| |\ \ |
|
| | * | | Move the pipe2 call behind a hard target `#[cfg]` | Josh Stone | 2020-07-22 | 3 | -21/+29 |
| | * | | Remove Linux workarounds for missing CLOEXEC support | Josh Stone | 2020-07-21 | 4 | -187/+58 |
| * | | | Rollup merge of #74587 - lzutao:consts, r=dtolnay | Manish Goregaokar | 2020-07-23 | 3 | -27/+26 |
| |\ \ \ |
|
| | * | | | Prefer constant over function | Lzu Tao | 2020-07-23 | 3 | -28/+27 |
| | |/ / |
|
| * | | | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | 2020-07-23 | 4 | -8/+8 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | libstd/libcore: fix various typos | Andy Russell | 2020-07-09 | 4 | -8/+8 |
| * | | | Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton | bors | 2020-07-21 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Add `RawFd` to WASI's `std::os::wasi::prelude`. | Dan Gohman | 2020-07-05 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodt | Manish Goregaokar | 2020-07-19 | 1 | -7/+3 |
| |\ \ \ |
|
| | * | | | Remove combine function | Lzu Tao | 2020-07-15 | 1 | -7/+3 |
| * | | | | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | 2020-07-17 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | apply bootstrap cfgs | Mark Rousskov | 2020-07-16 | 1 | -2/+2 |
| * | | | | | Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-Simulacrum | Manish Goregaokar | 2020-07-16 | 26 | -105/+237 |
| |\ \ \ \ \ |
|
| | * | | | | | Introduce restricted-std feature. | Eric Huss | 2020-07-15 | 26 | -105/+237 |
| | | |/ / /
| |/| | | |
|
| * | | | | | Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb | Manish Goregaokar | 2020-07-16 | 5 | -27/+213 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | Move usercall_wait_timeout to abi::usercalls::wait_timeout | Mohsen Zohrevandi | 2020-07-15 | 4 | -82/+74 |
| | * | | | | Address review comments | Mohsen Zohrevandi | 2020-07-10 | 3 | -39/+34 |
| | * | | | | Remove unnecessary check in SGX wait usercall | Mohsen Zohrevandi | 2020-07-01 | 1 | -2/+1 |
| | * | | | | Improve wait_timeout_sgx, simplify usercalls::wait | Mohsen Zohrevandi | 2020-06-18 | 2 | -28/+56 |
| | * | | | | Handle spurious wakeups in wait_timeout_sgx | Mohsen Zohrevandi | 2020-06-12 | 3 | -6/+14 |
| | * | | | | Enable some timeouts in SGX platform | Mohsen Zohrevandi | 2020-06-12 | 5 | -15/+179 |
| * | | | | | Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez | Manish Goregaokar | 2020-07-15 | 4 | -0/+4 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | Added docs for `From<c_int>` for `ExitStatus` | Vincent Esche | 2020-07-14 | 4 | -0/+4 |
| * | | | | | Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodt | Manish Goregaokar | 2020-07-14 | 1 | -14/+12 |
| |\ \ \ \ \ |
|
| | * | | | | | process_unix: prefer i32::*_be_bytes over manually shifting bytes | Lzu Tao | 2020-07-12 | 1 | -14/+12 |
| | |/ / / / |
|
| * | | | | | Rollup merge of #74263 - RalfJung:thread-local, r=Mark-Simulacrum | Manish Goregaokar | 2020-07-14 | 19 | -28/+27 |
| |\ \ \ \ \ |
|
| | * | | | | | adjust remaining targets | Ralf Jung | 2020-07-12 | 15 | -24/+20 |
| | * | | | | | rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key | Ralf Jung | 2020-07-12 | 6 | -6/+9 |
| * | | | | | | Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodt | Manish Goregaokar | 2020-07-14 | 2 | -63/+97 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Reduce unsafe scope | Lzu Tao | 2020-07-12 | 1 | -49/+48 |
| | * | | | | | | Prefer empty OsStr over unsafe cast from [u8] | Lzu Tao | 2020-07-12 | 1 | -1/+1 |
| | * | | | | | | Rewrite parse_two_comps | Lzu Tao | 2020-07-12 | 2 | -10/+41 |
| | * | | | | | | Make use of slice::strip_prefix and slice pattern | Lzu Tao | 2020-07-12 | 1 | -27/+24 |
| | * | | | | | | Make is_valid_drive_letter function | Lzu Tao | 2020-07-12 | 1 | -2/+8 |
| | * | | | | | | Move constants to top file | Lzu Tao | 2020-07-12 | 1 | -2/+3 |
| | | |/ / / /
| |/| | | | |
|
| * | | | | | | Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwco | Manish Goregaokar | 2020-07-14 | 1 | -3/+5 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | Obviate #[allow(improper_ctypes_definitions)] | Dario Gonzalez | 2020-06-29 | 1 | -3/+5 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | Rollup merge of #74076 - sunfishcode:wasi-fileext-newmethods, r=alexcrichton | Manish Goregaokar | 2020-07-10 | 1 | -4/+137 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | Make WASI's FileExt's read_at/write_at consistent with other targets. | Dan Gohman | 2020-07-07 | 1 | -4/+43 |
| | * | | | | Add `read_exact_at` and `write_all_at` to WASI's `FileExt` | Dan Gohman | 2020-07-07 | 1 | -0/+94 |
| | | |_|/
| |/| | |
|