| Age | Commit message (Expand) | Author | Lines |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -7/+7 |
| 2023-08-07 | std::process: impl From<io::Stdout> (etc.) for Stdio | Ian Jackson | -0/+60 |
| 2023-08-07 | std::process (windows): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -0/+14 |
| 2023-08-07 | std::process (windows): refactor Stdio::to_handle slightly | Ian Jackson | -10/+11 |
| 2023-08-07 | std::process (unix): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -1/+29 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+3 |
| 2023-08-05 | std/tests: disable ancillary tests on freebsd since the feature itself is. | David CARLIER | -1/+1 |
| 2023-08-04 | Rollup merge of #114373 - xstaticxgpx:dev, r=the8472 | Matthias Krüger | -4/+14 |
| 2023-08-03 | unix/kernel_copy.rs: copy_file_range_candidate allows empty output files | xstaticxgpx | -4/+14 |
| 2023-08-03 | Convert `Into<ExitStatus> for ExitStatusError` to `From<ExitStatusError> for ... | Chai T. Rex | -3/+3 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | Add assertion to test `skip_until` return value | William Venner | -2/+4 |
| 2023-08-01 | [library/std] Replace condv while loop with `cvar.wait_while`. | Taras Tsugrii | -5/+2 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -11/+140 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -1/+9 |
| 2023-08-01 | Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnay | Matthias Krüger | -1/+9 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+3 |
| 2023-08-01 | Aborting when `before_wait` function panics | Raoul Strackx | -6/+10 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -20/+14 |
| 2023-07-31 | Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -20/+12 |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -1/+158 |
| 2023-07-31 | Clean up SGX user memory copies | Jethro Beekman | -122/+85 |
| 2023-07-31 | `waitqueue` clarifications for SGX platform | Raoul Strackx | -4/+12 |
| 2023-07-31 | Implement UnwindSafe and RefUnwindSafe for Backtrace | Konrad Borowski | -1/+9 |
| 2023-07-30 | Rollup merge of #114268 - SUPERCILEX:empty, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -49/+25 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -0/+19 |
| 2023-07-30 | Fix empty_write since rust version attribute | Alex Saveau | -2/+2 |
| 2023-07-30 | Rollup merge of #98154 - vidhanio:master, r=workingjubilee | Matthias Krüger | -26/+87 |
| 2023-07-30 | rand use getrandom for freebsd (available since 12.x) | David Carlier | -9/+7 |
| 2023-07-30 | Fix the example in document for WaitTimeoutResult::timed_out | yukang | -10/+8 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -11/+140 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+19 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -2/+3 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+13 |
| 2023-07-28 | Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-07-28 | reduce deps for windows-msvc targets for backtrace | klensy | -1/+7 |
| 2023-07-27 | When flushing delayed span bugs, write to the ICE dump file even if it doesn'... | Esteban Küber | -1/+1 |
| 2023-07-26 | Add tests and comments about `read_to_string` and `read_line` specializations | Benoît du Garreau | -0/+17 |
| 2023-07-26 | `io::Chain`: specialize some `BufRead` methods | Benoît du Garreau | -3/+16 |
| 2023-07-26 | `io::Chain`: specialize some `Read` methods | Benoît du Garreau | -0/+33 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-26 | Add definitions for riscv64_linux_android target | Chris Wailes | -1/+1 |
| 2023-07-26 | std: add auto traits to TAIT bound | joboet | -1/+6 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+20 |
| 2023-07-25 | Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomcc | Matthias Krüger | -0/+20 |
| 2023-07-25 | Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-se | bors | -1/+9 |
| 2023-07-25 | docs(LazyLock): add example pass local LazyLock variable to struct | DragonBillow | -0/+20 |