| Age | Commit message (Expand) | Author | Lines |
| 2024-08-21 | Rollup merge of #129232 - ivmarkov:master, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -2/+2 |
| 2024-08-18 | Fix for issue #129212 for the ESP-IDF | ivmarkov | -6/+24 |
| 2024-08-13 | Auto merge of #129046 - matthiaskrgr:rollup-9x4xgak, r=matthiaskrgr | bors | -173/+137 |
| 2024-08-13 | Rollup merge of #128655 - joboet:play_with_the_dice, r=ChrisDenton | Matthias Krüger | -173/+137 |
| 2024-08-12 | trying common codepath for every unixes | David Carlier | -29/+0 |
| 2024-08-12 | std::fs: get_mode implementation for haiku. | David Carlier | -0/+2 |
| 2024-08-12 | std: use `/scheme/rand` on Redox | joboet | -1/+1 |
| 2024-08-09 | Rollup merge of #128859 - MinxuanZ:mips-sig, r=Amanieu | Matthias Krüger | -0/+13 |
| 2024-08-09 | VxWorks: Add safety comment for vxCpuEnabledGet | B I Mohammed Abbas | -1/+1 |
| 2024-08-09 | delete space | monstercatss | -2/+2 |
| 2024-08-09 | fix format | monstercatss | -4/+6 |
| 2024-08-09 | [SPARC] fix the name of signal 19 in sparc arch | Min | -1/+9 |
| 2024-08-09 | [MIPS] fix the name of signal 19 in mips | Min | -0/+3 |
| 2024-08-08 | Vxworks: Extern taskNameSet and fix build errors | B I Mohammed Abbas | -20/+8 |
| 2024-08-08 | Fix VxWorks available parallelism: Move nonzero::uncheked into unsafe block | B I Mohammed Abbas | -3/+5 |
| 2024-08-07 | Rollup merge of #128751 - devnexen:vxworks_set_thread_name, r=tgross35 | Matthias Krüger | -3/+30 |
| 2024-08-07 | Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-08-06 | std::thread: set_name implementation proposal for vxWorks. | David Carlier | -3/+30 |
| 2024-08-05 | Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=Mark-Simu... | Matthias Krüger | -1/+11 |
| 2024-08-04 | std: refactor UNIX random data generation | joboet | -173/+137 |
| 2024-08-03 | Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelix | bors | -0/+4 |
| 2024-08-03 | Suppress new false-negatives that were masked by dead code analysis changes | Michael Goulet | -0/+4 |
| 2024-08-03 | Rollup merge of #128303 - NobodyXu:specialise-for-pipe, r=cuviper | Matthias Krüger | -0/+25 |
| 2024-08-03 | Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files | B I Mohammed Abbas | -0/+1 |
| 2024-08-01 | Dogfood | Caio | -16/+2 |
| 2024-07-31 | android: Remove libstd hacks for unsupported Android APIs | Matthew Maurer | -86/+0 |
| 2024-07-30 | Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -156/+118 |
| 2024-07-28 | fix: psvita's std code | Daria Sukhonina | -0/+4 |
| 2024-07-28 | Enable `std::io::copy` specialisation for `std::pipe::{PipeReader, PipeWriter}` | Jiahao XU | -0/+25 |
| 2024-07-26 | Fix doc nits | John Arundel | -5/+5 |
| 2024-07-25 | Rollup merge of #127300 - biabbas:fix_connect_timeout, r=tgross35 | Matthias Krüger | -10/+19 |
| 2024-07-25 | In connect timeout, read readiness of socket for vxworks. Check pollhup or po... | B I Mohammed Abbas | -10/+19 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -9/+5 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -4/+34 |
| 2024-07-24 | Add chroot unsupported implementation for VxWorks | B I Mohammed Abbas | -1/+7 |
| 2024-07-24 | Rollup merge of #128106 - hallfox:patch-1, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2024-07-24 | Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton | bors | -0/+14 |
| 2024-07-23 | Fix return type of FileAttr methods on AIX target | Taylor Foxhall | -3/+3 |
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -0/+14 |
| 2024-07-23 | Update process vxworks, set default stack size of 256 Kib for vxworks. User c... | B I Mohammed Abbas | -2/+7 |
| 2024-07-23 | Cfg disable on_broken_pipe_flag_used() for vxworks | B I Mohammed Abbas | -0/+2 |
| 2024-07-23 | Disable dirfd for vxworks, Return unsupported error from set_times and lchown... | B I Mohammed Abbas | -2/+16 |
| 2024-07-23 | Allow unused unsafe for vxworks in read_at and write at | B I Mohammed Abbas | -0/+2 |
| 2024-07-22 | Rollup merge of #127996 - ian-h-chamberlain:fix/horizon-warnings-unsafe-in-un... | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-07-21 | Rollup merge of #127583 - Nilstrieb:invalid-utf8, r=joboet | Jubilee | -2/+3 |
| 2024-07-21 | Fix warnings when checking armv6k-nintendo-3ds | Ian Chamberlain | -2/+1 |
| 2024-07-21 | Deal with invalid UTF-8 from `gai_strerror` | Nilstrieb | -2/+3 |
| 2024-07-21 | std::thread: available_parallelism implementation for vxWorks proposal. | David Carlier | -1/+11 |