| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -1/+13 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -16/+2 |
| 2023-07-24 | delete [allow(...)] from issue #74838 | James Dietz | -4/+0 |
| 2023-07-24 | `unix::init`: Don't use `signal` on Unikraft. | Martin Kröning | -1/+8 |
| 2023-07-24 | `unix::init`: Handle `ENOSYS` from `poll` on Unikraft. | Martin Kröning | -0/+5 |
| 2023-07-22 | Rollup merge of #113876 - darklyspaced:master, r=cuviper | Matthias Krüger | -1/+30 |
| 2023-07-22 | Rollup merge of #113442 - epage:osstring, r=cuviper | Matthias Krüger | -0/+100 |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-07-22 | Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviper | bors | -6/+3 |
| 2023-07-21 | Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgr | bors | -28/+49 |
| 2023-07-21 | Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th... | bors | -8/+66 |
| 2023-07-20 | Minor improvements to Windows TLS dtors | Chris Denton | -28/+49 |
| 2023-07-20 | Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrum | bors | -20/+26 |
| 2023-07-20 | added a problematic example | darklyspaced | -3/+25 |
| 2023-07-20 | Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe... | Matthias Krüger | -0/+8 |
| 2023-07-20 | fix docs & example for FileExt::write_at | darklyspaced | -1/+8 |
| 2023-07-19 | avoid tls access while iterating through mpsc thread entries | Ibraheem Ahmed | -20/+26 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -7/+34 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -2/+10 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+5 |
| 2023-07-18 | Update documentation for std::process::Command's new method | Aleksandr Kovalev | -0/+8 |
| 2023-07-16 | adds crate attribute to examples so they compile | dvdsk | -0/+2 |
| 2023-07-16 | fix examples add tracking issue | dvdsk | -9/+16 |
| 2023-07-16 | fixes sleep_until examples | dvdsk | -2/+7 |
| 2023-07-15 | Adds thread::sleep_until, tracking issue TODO | dvdsk | -0/+66 |
| 2023-07-14 | std: add tests for `Path::with_extension` | João M. Bezerra | -5/+45 |