| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+95 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2024-07-29 | Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d... | Matthias Krüger | -53/+61 |
| 2024-07-29 | Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay | Matthias Krüger | -32/+37 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1176/+814 |
| 2024-07-28 | Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s... | Sören Meier | -32/+37 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+0 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -199/+216 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+5 |
| 2024-07-26 | Fix doc nits | John Arundel | -199/+216 |
| 2024-07-26 | Rollup merge of #128211 - juliusl:pr/align-change-time, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-07-26 | Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviper | Matthias Krüger | -0/+2 |
| 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 #128158 - workingjubilee:unsafe-wrap-personality-gcc, r=Chris... | Matthias Krüger | -141/+180 |
| 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 | std: update comments on gcc personality fn | Jubilee Young | -10/+32 |
| 2024-07-24 | std: unsafe-wrap gcc::rust_eh_personality and impl | Jubilee Young | -131/+148 |
| 2024-07-24 | Rollup merge of #128135 - joboet:reduplicate_tls, r=tgross35 | Matthias Krüger | -16/+8 |
| 2024-07-24 | Rollup merge of #128046 - GrigorenkoPV:90435, r=tgross35 | Matthias Krüger | -8/+4 |
| 2024-07-24 | Rollup merge of #126548 - rik86189:issue-88264-fix, r=tgross35 | Matthias Krüger | -7/+2 |
| 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 | -65/+36 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -5/+35 |
| 2024-07-24 | Improved clarity of documentation for std::fs::create_dir_all | rik86189 | -7/+2 |
| 2024-07-24 | std: use duplicate thread local state in tests | joboet | -16/+8 |
| 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 | -2/+8 |
| 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/+468 |
| 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/+468 |
| 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 backtrace code held in-common | Jubilee Young | -57/+61 |
| 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 | std: unsafe-wrap personality::dwarf::eh | Jubilee Young | -53/+61 |
| 2024-07-22 | Rollup merge of #127996 - ian-h-chamberlain:fix/horizon-warnings-unsafe-in-un... | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 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/+3 |
| 2024-07-22 | Fix some `#[cfg_attr(not(doc), repr(..))]` | Pavel Grigorenko | -8/+4 |