| Age | Commit message (Expand) | Author | Lines |
| 2024-08-03 | Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files | B I Mohammed Abbas | -0/+1 |
| 2024-08-03 | Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpuid-move-a... | bors | -8/+0 |
| 2024-08-02 | Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubilee | Matthias Krüger | -16/+2 |
| 2024-08-01 | std: Remove has_cpuid | Jubilee Young | -8/+0 |
| 2024-08-01 | Dogfood | Caio | -16/+2 |
| 2024-08-01 | Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=joboet | Matthias Krüger | -55/+57 |
| 2024-08-01 | fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)` | Martin Kröning | -20/+40 |
| 2024-08-01 | refactor(pal/hermit): make `ENV` a non-mutable static | Martin Kröning | -19/+15 |
| 2024-08-01 | Rollup merge of #128416 - maurer:remove-android-hack, r=tgross35 | Matthias Krüger | -104/+0 |
| 2024-07-31 | refactor(pal/hermit): use default impl of `GlobalAlloc::alloc_zeroed` | Martin Kröning | -10/+0 |
| 2024-07-31 | refactor(pal/hermit): return `!` to satisfy rust-analyzer | Martin Kröning | -7/+3 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+4 |
| 2024-07-31 | android: Remove libstd hacks for unsupported Android APIs | Matthew Maurer | -104/+0 |
| 2024-07-30 | Move Windows implementation of anon pipe | Chris Denton | -17/+0 |
| 2024-07-30 | Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-07-30 | Insert some blank lines. | Nicholas Nethercote | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -503/+349 |
| 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 | -33/+37 |
| 2024-07-25 | fix: compilation issue w/ refactored type | Julius Liu | -2/+2 |
| 2024-07-25 | Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr | bors | -41/+26 |
| 2024-07-25 | Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu | Matthias Krüger | -41/+26 |
| 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 #128131 - ChrisDenton:stuff, r=workingjubilee | Matthias Krüger | -32/+35 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -43/+24 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -4/+34 |
| 2024-07-24 | Forbid unsafe_op_in_unsafe_fn in sys/pal/windows | Chris Denton | -10/+14 |
| 2024-07-24 | Import `core::ffi::c_void` in more places | Chris Denton | -22/+21 |
| 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 | Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubilee | Matthias Krüger | -126/+43 |
| 2024-07-24 | Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton | bors | -4/+58 |
| 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 | -4/+58 |
| 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 | Remove wrapper functions from c.rs | Chris Denton | -126/+43 |
| 2024-07-23 | std: Unsafe-wrap alloc code held in-common | Jubilee Young | -8/+11 |
| 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 |
| 2024-07-20 | Rollup merge of #127734 - ChrisDenton:netc, r=Mark-Simulacrum | Matthias Krüger | -109/+109 |
| 2024-07-20 | Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=A... | Matthias Krüger | -1/+1 |
| 2024-07-20 | Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ... | Matthias Krüger | -24/+61 |