| Age | Commit message (Expand) | Author | Lines |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+3 |
| 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 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 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-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 | 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 | 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 | Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwco | Matthias Krüger | -1/+1 |
| 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 |