| Age | Commit message (Expand) | Author | Lines |
| 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-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Fix some possible UB in std::sys::windows | Thom Chiovoloni | -16/+71 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -1/+1 |
| 2022-08-29 | Rollup merge of #101056 - kpreid:prim-doc, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Re-introduce `unstable` attributes. | Dan Gohman | -2/+2 |
| 2022-08-29 | Clarify that the `fd` module is supported on Unix and WASI. | Dan Gohman | -3/+2 |
| 2022-08-29 | Make `std::os::fd` public. | Dan Gohman | -46/+23 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -2/+3 |
| 2022-08-29 | Rollup merge of #100337 - camelid:stabilize-io_read_to_string, r=JohnTitor | Dylan DPC | -3/+1 |
| 2022-08-29 | Rollup merge of #98801 - joshtriplett:file-create-new, r=thomcc | Dylan DPC | -0/+29 |
| 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/+61 |
| 2022-08-29 | Rollup merge of #94890 - marmeladema:ip-addr-try-from-bytes, r=joshtriplett | Matthias Krüger | -13/+125 |
| 2022-08-28 | Use posix_spawn for absolute paths on macOS | Rain | -1/+60 |
| 2022-08-28 | Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcm | bors | -0/+155 |
| 2022-08-28 | Stabilize `std::io::read_to_string` | Noah Lev | -3/+1 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -14/+37 |
| 2022-08-28 | Auto merge of #100201 - RalfJung:thread-local-key, r=thomcc | bors | -7/+22 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -2/+138 |
| 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 #100955 - nrc:chain, r=joshtriplett | Matthias Krüger | -36/+35 |
| 2022-08-28 | Rollup merge of #100885 - mzohreva:mz/sgx-export-cancel-type, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-08-28 | Rollup merge of #100520 - jakubdabek:patch-1, r=thomcc | Matthias Krüger | -1/+6 |
| 2022-08-28 | Rollup merge of #100296 - BlackHoleFox:os-error-aliases, r=thomcc | Matthias Krüger | -0/+2 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -418/+472 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -0/+630 |
| 2022-08-28 | Reinstate preloading of some dll imports | Chris Denton | -33/+52 |
| 2022-08-27 | Adjust backtrace stabilization version to CURRENT_RUSTC_VERSION | est31 | -13/+13 |
| 2022-08-26 | Add the syntax of references to their documentation summary. | Kevin Reid | -1/+1 |
| 2022-08-26 | Support parsing IP addresses from a byte string | marmeladema | -13/+125 |
| 2022-08-26 | Rollup merge of #99742 - sigaloid:master, r=thomcc | Guillaume Gomez | -0/+22 |
| 2022-08-25 | Use getentropy when possible on all Apple platforms | BlackHoleFox | -38/+56 |
| 2022-08-25 | error::Error: remove some comments | Nick Cameron | -15/+0 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-08-24 | Rollup merge of #100855 - IsaacCloos:master, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2022-08-24 | error::Error: rename the Demand arguments from req to demand | Nick Cameron | -12/+11 |
| 2022-08-24 | error::Error: rename the chain method to sources | Nick Cameron | -13/+28 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -1/+1 |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -39/+352 |
| 2022-08-23 | Auto merge of #99917 - yaahc:error-in-core-move, r=thomcc | bors | -226/+104 |