| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-Simulacrum | Matthias Krüger | -33/+52 |
| 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-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -1/+1 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -10/+8 |
| 2022-08-28 | Reinstate preloading of some dll imports | Chris Denton | -33/+52 |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -3/+1 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -8/+8 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -8/+8 |
| 2022-08-20 | Rollup merge of #100710 - ChrisDenton:load-library, r=thomcc | Matthias Krüger | -81/+93 |
| 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 | Fix comment typo | Thom Chiovoloni | -1/+1 |
| 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 | -2/+2 |
| 2022-08-18 | Windows: Load synch functions together | Chris Denton | -79/+94 |
| 2022-08-15 | Auto merge of #100007 - ChrisDenton:dtor-inline-never, r=michaelwoerister | bors | -0/+4 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -10/+8 |
| 2022-08-04 | Update after code review | Chris Denton | -6/+12 |
| 2022-08-04 | Remove Windows function preloading | Chris Denton | -158/+86 |
| 2022-08-04 | Add visibility modifier to compat macro | Chris Denton | -2/+2 |
| 2022-08-03 | Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomcc | Dylan DPC | -60/+8 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -1/+45 |
| 2022-08-01 | Never inline Windows dtor access | Chris Denton | -0/+4 |
| 2022-07-31 | Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2022-07-31 | Make sure `symbol_name` is const evaluated | Chris Denton | -4/+4 |
| 2022-07-31 | Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett | bors | -2/+2 |
| 2022-07-31 | Fix compat.rs for `cfg(miri)` | Chris Denton | -1/+1 |
| 2022-07-31 | Auto merge of #99553 - ChrisDenton:lazy-compat-fn, r=Mark-Simulacrum | bors | -64/+205 |
| 2022-07-30 | Reset directory iteration in remove_dir_all | Chris Denton | -1/+3 |
| 2022-07-26 | Rewrite Windows `compat_fn` macro | Chris Denton | -64/+205 |
| 2022-07-20 | Rollup merge of #98916 - ChrisDenton:hiberfil.sys, r=thomcc | Dylan DPC | -26/+82 |
| 2022-07-17 | Simplify Windows `hashmap_random_keys` | Chris Denton | -60/+8 |
| 2022-07-15 | Return an error if trying to set a file timestamp to 0 on Windows | Josh Triplett | -5/+12 |
| 2022-07-15 | Support setting file accessed/modified timestamps | Josh Triplett | -1/+38 |
| 2022-07-09 | Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomcc | bors | -8/+53 |
| 2022-07-07 | Rollup merge of #97917 - AronParker:master, r=ChrisDenton | Matthias Krüger | -0/+6 |
| 2022-07-06 | Tests for unsound Windows file methods | Chris Denton | -0/+25 |
| 2022-07-06 | Windows: Fallback for overlapped I/O | Chris Denton | -1/+26 |
| 2022-07-06 | Use `rtabort!` instead of `process::abort` | Chris Denton | -7/+2 |
| 2022-07-05 | Windows: Use `FindFirstFileW` if `metadata` fails | Chris Denton | -10/+61 |
| 2022-07-05 | `impl From<c::WIN32_FIND_DATAW> for FileAttr` | Chris Denton | -16/+21 |
| 2022-06-28 | Add a fixme comment | Chris Denton | -0/+3 |
| 2022-06-28 | Remove feature `const_option` from std | Chris Denton | -4/+12 |
| 2022-06-25 | Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomcc | Matthias Krüger | -75/+81 |
| 2022-06-23 | Optimize `Wtf8Buf::into_string` for the case where it contains UTF-8. | Dan Gohman | -3/+1 |