| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | add missing doc for intrinsic | LemonJ | -7/+24 |
| 2025-03-10 | Remove stack overflow handler for cygwin | 王宇逸 | -8/+3 |
| 2025-03-10 | Use __xpg_strerror_r on cygwin | 王宇逸 | -1/+6 |
| 2025-03-10 | Readd os::cygwin::raw as pub(crate) | 王宇逸 | -1/+5 |
| 2025-03-10 | Unify cygwin & horizon random impl | 王宇逸 | -16/+5 |
| 2025-03-10 | Impl cygwin rand with getrandom | 王宇逸 | -11/+13 |
| 2025-03-10 | Remove std::os::cygwin::raw | 王宇逸 | -91/+0 |
| 2025-03-10 | Fix code style | 王宇逸 | -4/+14 |
| 2025-03-10 | Revert changes for rtstartup | 王宇逸 | -2/+2 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -5/+14 |
| 2025-03-10 | Fix `std::sys::unix::set_linger` for Cygwin | Ookiineko | -0/+11 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -9/+247 |
| 2025-03-10 | Add #[track_caller] to from_usize. | Mara Bos | -0/+1 |
| 2025-03-10 | Remove unnecessary semicolon. | Mara Bos | -1/+1 |
| 2025-03-10 | Update tests. | Mara Bos | -14/+14 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -35/+46 |
| 2025-03-10 | Add comments for #[no_sanitize(cfi)] in stdlib | Bastian Kersting | -1/+11 |
| 2025-03-10 | Disable CFI for weakly linked syscalls | Bastian Kersting | -0/+27 |
| 2025-03-10 | fix copy typo | LemonJ | -4/+4 |
| 2025-03-10 | fix ptr inconsistency in Rc Arc | LemonJ | -23/+47 |
| 2025-03-10 | Implement default methods for io::Empty and io::Sink | Thalia Archibald | -11/+216 |
| 2025-03-10 | Rollup merge of #138074 - thaliaarchi:hermit-seek, r=ChrisDenton | Matthias Krüger | -8/+25 |
| 2025-03-10 | Rollup merge of #137585 - xizheyin:issue-135801, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2025-03-10 | Implement read_buf and vectored read/write for SGX stdio | Thalia Archibald | -3/+49 |
| 2025-03-10 | Copy from userspace to MaybeUninit | Jethro Beekman | -3/+42 |
| 2025-03-10 | uefi: fs: Partially implement FileAttr | Ayush Singh | -15/+11 |
| 2025-03-10 | uefi: fs: Implement FileType | Ayush Singh | -30/+10 |
| 2025-03-10 | uefi: fs: Implement FilePermission | Ayush Singh | -21/+16 |
| 2025-03-09 | std: move stdio to `sys` | joboet | -150/+77 |
| 2025-03-09 | Support File::seek for Hermit | Thalia Archibald | -5/+22 |
| 2025-03-09 | Update hermit-abi to 0.5.0 | Thalia Archibald | -3/+3 |
| 2025-03-09 | Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDenton | Matthias Krüger | -0/+11 |
| 2025-03-09 | Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2025-03-09 | Rollup merge of #138228 - TDecking:master, r=jhpratt | Matthias Krüger | -3/+8 |
| 2025-03-09 | Rollup merge of #137650 - thaliaarchi:move-fs-pal, r=Noratrieb | Matthias Krüger | -46/+61 |
| 2025-03-09 | Lazy load NtOpenFile for UWP | bdbai | -0/+11 |
| 2025-03-09 | expose `is_s390x_feature_detected` from `std::arch` | Folkert de Vries | -0/+32 |
| 2025-03-09 | Clarify iterator by_ref docs | Marijn Schouten | -3/+15 |
| 2025-03-09 | document capacity for ZST as example and prose | Marijn Schouten | -0/+13 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -46/+61 |
| 2025-03-08 | Add inherent versions of MaybeUninit::fill methods for slices | ltdk | -168/+209 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -15/+16 |
| 2025-03-08 | Don't link against advapi32, except on win7. | Steven Malis | -1/+1 |
| 2025-03-08 | Use `disjoint_bitor` inside `borrowing_sub` | Tobias Decking | -3/+8 |
| 2025-03-08 | Reword documentation about SocketAddr having varying layout | ltdk | -11/+21 |
| 2025-03-08 | Remove unneeded parentheses. | Markus Reiter | -6/+6 |
| 2025-03-08 | Rollup merge of #138189 - GuillaumeGomez:env-var, r=joshtriplett | Jacob Pratt | -0/+3 |
| 2025-03-08 | Rollup merge of #137528 - ChrisDenton:rename-win, r=joboet | Jacob Pratt | -124/+57 |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -594/+561 |
| 2025-03-07 | Expand `CloneToUninit` documentation. | Kevin Reid | -28/+131 |