| Age | Commit message (Expand) | Author | Lines |
| 2023-04-11 | Rollup merge of #110173 - solid-rs:patch/kmc-solid/socket-read-buf, r=cuviper | Michael Goulet | -6/+17 |
| 2023-04-11 | Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error,... | Michael Goulet | -12/+5 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+6 |
| 2023-04-11 | clarify wording around spurious wakeups from `thread::park` | Ibraheem Ahmed | -2/+2 |
| 2023-04-11 | kmc-solid: Implement `Socket::read_buf` | Tomoaki Kawada | -6/+17 |
| 2023-04-11 | Break up long first paragraph | fleetingbytes | -3/+4 |
| 2023-04-10 | Fix typos in library | DaniPopes | -3/+3 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -6/+6 |
| 2023-04-09 | Apply suggestions from code review
| Richard Schneeman | -1/+1 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -0/+2 |
| 2023-04-09 | Rollup merge of #110060 - WaffleLapkin:sync_refs, r=jyn514 | Yuki Okushi | -0/+1 |
| 2023-04-08 | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times` | beetrees | -2/+39 |
| 2023-04-08 | sync::mpsc: synchronize receiver disconnect with initialization | Petros Angelatos | -0/+12 |
| 2023-04-08 | std: Mark two reexports that should be inlined as `doc(inline)` | Vadim Petrochenkov | -0/+2 |
| 2023-04-08 | Auto merge of #109995 - enkron:u/enkron/substitute-hardcoded-port-num-in-list... | bors | -1/+1 |
| 2023-04-08 | fix(tcp): remove redundant `format!` macro call | Sergei Belokon | -1/+1 |
| 2023-04-07 | Document that `&T` and `&mut T` are `Sync` if `T` is | Maybe Waffle | -0/+1 |
| 2023-04-08 | Define UNWIND_DATA_REG for loongarch64 | zhaixiaojuan | -0/+3 |
| 2023-04-07 | Don't claim LocalKey::with prevents a reference to be sent across threads | Giacomo Stevanato | -2/+2 |
| 2023-04-07 | Auto merge of #110019 - jplatte:jplatte/stabilize-is-some-and, r=Amanieu | bors | -1/+0 |
| 2023-04-07 | Auto merge of #109990 - gwy15:remove-bufwriter-useless-mut-pointer, r=jyn514 | bors | -1/+1 |
| 2023-04-07 | Rollup merge of #109960 - thomcc:symlink-junction-buffer-overrun, r=ChrisDenton | Matthias Krüger | -9/+25 |
| 2023-04-07 | Rollup merge of #109806 - Zoxc:gnu-tls, r=pnkfelix | Matthias Krüger | -1/+3 |
| 2023-04-06 | Stabilize is_some_and | Jonas Platte | -1/+0 |
| 2023-04-06 | chore(tcp): change the hardcoded port number to `port` var | Sergei Belokon | -1/+1 |
| 2023-04-06 | Remove an unnecessary `mut` in `BufWriter::into_parts`. | 管唯宇 | -1/+1 |
| 2023-04-05 | Fix buffer overrun in (test-only) symlink_junction | Thom Chiovoloni | -9/+25 |
| 2023-04-04 | library/std: Add support for loongarch64 | zhaixiaojuan | -0/+3 |
| 2023-04-03 | avoid zero-copy ops for File->Pipe and File->Socket in io::copy | The 8472 | -16/+46 |
| 2023-04-03 | test that modifications to the source don't become visible after io::copy | The 8472 | -0/+42 |
| 2023-04-03 | Preserve potential mood for equal or NUL sign | fleetingbytes | -5/+3 |
| 2023-04-03 | Remove redundant empty line | fleetingbytes | -1/+0 |
| 2023-04-03 | remove self-reference in var_os doc | fleetingbytes | -1/+0 |
| 2023-04-03 | add situation where var_os returns None | fleetingbytes | -1/+7 |
| 2023-04-03 | Update env.rs | fleetingbytes | -10/+0 |
| 2023-04-03 | Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-04-03 | Rollup merge of #109722 - hermitcore:read, r=Mark-Simulacrum | Matthias Krüger | -7/+24 |
| 2023-04-02 | Fix typo in std/src/os/fd/owned.rs | Taiki Endo | -1/+1 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -25/+50 |
| 2023-03-31 | Workaround #109797 on windows-gnu | John Kåre Alsaker | -1/+3 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -25/+50 |
| 2023-03-30 | Refactor glibc time64 support, riscv32 always has 64-bit `time_t` | beetrees | -14/+36 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -53/+41 |
| 2023-03-30 | Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes. | William D. Jones | -1/+1 |
| 2023-03-30 | Auto merge of #107221 - kleisauke:getentropy-emscripten, r=ChrisDenton | bors | -2/+3 |
| 2023-03-29 | Documentation updates to better share the purpose of OnceCell/OnceLock | Trevor Gross | -1/+4 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -52/+37 |
| 2023-03-29 | Rollup merge of #107387 - joboet:hermit_random, r=ChrisDenton | Matthias Krüger | -2/+11 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -48/+4 |
| 2023-03-29 | Implement read_buf for RustHermit | Stefan Lankes | -7/+24 |