| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Add Lazy{Cell,Lock}::into_inner | Alex Saveau | -1/+37 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -46/+23 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -3/+3 |
| 2023-04-14 | Rollup merge of #109272 - schneems:schneems/add-docs-to-command-env-methods, ... | Matthias Krüger | -15/+61 |
| 2023-04-14 | Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514 | Yuki Okushi | -7/+19 |
| 2023-04-14 | Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton | Yuki Okushi | -2/+5 |
| 2023-04-14 | Add links to docs to `Iterator` | Sergey Kaunov | -2/+5 |
| 2023-04-14 | Auto merge of #110311 - matthiaskrgr:rollup-kn2k5bq, r=matthiaskrgr | bors | -5/+10 |
| 2023-04-14 | Rollup merge of #110298 - jmaargh:jmaargh/hypot-docs-edge-cases, r=thomcc | Matthias Krüger | -4/+8 |
| 2023-04-14 | Rollup merge of #109225 - seanlinsley:patch-1, r=ChrisDenton | Matthias Krüger | -1/+2 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-13 | Update documentation wording on path 'try_exists' functions | Trevor Gross | -6/+9 |
| 2023-04-13 | Cover edge cases for {f32, f64}.hypot() docs | jmaargh | -4/+8 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -0/+1 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `alloc` & `std` | Scott McMurray | -7/+19 |
| 2023-04-13 | Document catch_fn in r#try cannot unwind | Gary Guo | -0/+1 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2023-04-13 | Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDenton | bors | -16/+88 |
| 2023-04-12 | Rollup merge of #110089 - petrosagg:mpsc-ub, r=m-ou-se | Matthias Krüger | -0/+12 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -46/+23 |
| 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 |