| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | unix_sigpipe: Make `sigpipe` param docs long-form | Martin Nordholts | -2/+1 |
| 2022-09-01 | Use `FILE_ATTRIBUTE_TAG_INFO` to get reparse tag | Chris Denton | -8/+24 |
| 2022-08-31 | unix_sigpipe: Add docs for `init()` `sigpipe` param | Martin Nordholts | -0/+2 |
| 2022-08-31 | unix_sigpipe: Inline compiler sigpipe constants in std | Martin Nordholts | -3/+9 |
| 2022-08-31 | Avoid needless buffer zeroing in `std::sys::windows::fs` | Thom Chiovoloni | -14/+24 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -5/+5 |
| 2022-08-31 | Rollup merge of #101171 - thomcc:fix-winfs-ub, r=ChrisDenton | Matthias Krüger | -28/+55 |
| 2022-08-31 | Rollup merge of #101011 - BlackHoleFox:apple-random-improvements, r=thomcc | Matthias Krüger | -38/+56 |
| 2022-08-31 | Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-Simulacrum | Matthias Krüger | -33/+52 |
| 2022-08-31 | Rollup merge of #101193 - thomcc:win-stdio-nozero, r=ChrisDenton | Yuki Okushi | -14/+27 |
| 2022-08-31 | Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplett | Yuki Okushi | -1/+22 |
| 2022-08-30 | Avoid `MaybeUninit::uninit_array()` | Thom Chiovoloni | -4/+4 |
| 2022-08-30 | Fix UB in Windows `DirBuffIter` (provenance and alignment) | Thom Chiovoloni | -7/+10 |
| 2022-08-30 | Avoid zeroing large stack buffers in stdio on Windows | Thom Chiovoloni | -14/+27 |
| 2022-08-30 | Replace `AlignedAs` with a more specific `Align8` type | Thom Chiovoloni | -52/+20 |
| 2022-08-30 | Fix UWP and use `AlignedReparseBuf` in `symlink_junction_inner` | Thom Chiovoloni | -5/+6 |
| 2022-08-29 | Fix some possible UB in std::sys::windows | Thom Chiovoloni | -16/+71 |
| 2022-08-29 | Auto merge of #100786 - sunshowers:macos-posix-chdir, r=sunshowers | bors | -1/+60 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+11 |
| 2022-08-28 | Use posix_spawn for absolute paths on macOS | Rain | -1/+60 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -11/+28 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -0/+11 |
| 2022-08-28 | fs::get_mode enable getting the data via fcntl/F_GETFL on major BSD | David Carlier | -2/+16 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -34/+29 |
| 2022-08-28 | Reinstate preloading of some dll imports | Chris Denton | -33/+52 |
| 2022-08-25 | Use getentropy when possible on all Apple platforms | BlackHoleFox | -38/+56 |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -3/+1 |
| 2022-08-23 | Auto merge of #100782 - thomcc:fix-android-sigaddset, r=Mark-Simulacrum | bors | -3/+23 |
| 2022-08-22 | Add `AsFd` implementations for stdio types on WASI. | Dan Gohman | -1/+22 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -10/+10 |
| 2022-08-21 | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | -2/+2 |
| 2022-08-21 | Fix redundant comparison | Thom Chiovoloni | -1/+1 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -10/+10 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -0/+2 |
| 2022-08-20 | Rollup merge of #100129 - RalfJung:miri-test-libstd, r=thomcc | Matthias Krüger | -0/+2 |
| 2022-08-20 | Rollup merge of #100710 - ChrisDenton:load-library, r=thomcc | Matthias Krüger | -81/+93 |
| 2022-08-20 | Rollup merge of #100642 - mzohreva:mz/update-sgx-abi-cancel-queue, r=Mark-Sim... | Matthias Krüger | -4/+30 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -17/+31 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -17/+31 |
| 2022-08-20 | Rollup merge of #100729 - thomcc:less-initialized, r=ChrisDenton | Matthias Krüger | -5/+13 |
| 2022-08-20 | Use const instead of static | Chris Denton | -3/+3 |
| 2022-08-20 | Simplify load/store | Chris Denton | -6/+3 |
| 2022-08-19 | Align android `sigaddset` impl with the reference impl from Bionic | Thom Chiovoloni | -3/+23 |
| 2022-08-19 | Fix comment typo | Thom Chiovoloni | -1/+1 |
| 2022-08-18 | silence some unused-fn warnings in miri std builds | Ralf Jung | -0/+2 |
| 2022-08-18 | Avoid zeroing a 1kb stack buffer on every call to `std::sys::windows::fill_ut... | Thom Chiovoloni | -5/+13 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -8/+8 |
| 2022-08-18 | Windows: Load synch functions together | Chris Denton | -79/+94 |