| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | Avoid use imports in thread_local_inner! in statik | Jeong YunWon | -5/+4 |
| 2024-11-01 | Avoid shadowing user provided types or type aliases in `thread_local!` | 许杰友 Jieyou Xu (Joe) | -22/+26 |
| 2024-10-14 | replace placeholder version | Josh Stone | -29/+29 |
| 2024-10-12 | Rollup merge of #131503 - theemathas:stdin_read_line_docs, r=Mark-Simulacrum | Matthias Krüger | -1/+6 |
| 2024-10-12 | Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35 | Trevor Gross | -23/+42 |
| 2024-10-12 | std: fix stdout-before-main | joboet | -23/+42 |
| 2024-10-11 | Rollup merge of #130962 - nyurik:opts-libs, r=cuviper | Trevor Gross | -11/+11 |
| 2024-10-10 | More clearly document Stdin::read_line | Tim (Theemathas) Chirananthavat | -1/+6 |
| 2024-10-09 | Rollup merge of #131462 - cuviper:open_buffered-error, r=RalfJung | Matthias Krüger | -1/+2 |
| 2024-10-09 | Rollup merge of #131449 - nickrum:wasip2-net-decouple-fd, r=alexcrichton | Matthias Krüger | -18/+58 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -1/+3 |
| 2024-10-09 | Mention allocation errors for `open_buffered` | Josh Stone | -1/+2 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+3 |
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -18/+58 |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_vxworks.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | fix ref in process_vxworks.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_unix.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Change a few `&Option<T>` into `Option<&T>` | Yuri Astrakhan | -10/+10 |
| 2024-10-06 | Rollup merge of #131307 - YohDeadfall:prctl-set-name-dbg-assert, r=workingjub... | Matthias Krüger | -1/+3 |
| 2024-10-05 | Android: Debug assertion after setting thread name | Yoh Deadfall | -1/+3 |
| 2024-10-05 | Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdev | Matthias Krüger | -284/+185 |
| 2024-10-04 | Stabilize `BufRead::skip_until` | okaneco | -3/+1 |
| 2024-10-03 | Rollup merge of #131163 - JakenHerman:master, r=Nadrieril | Matthias Krüger | -0/+1 |
| 2024-10-03 | Auto merge of #128711 - clarfonthey:default-iters-hash, r=dtolnay | bors | -0/+80 |
| 2024-10-02 | Add `get_line` confusable to `Stdin::read_line()` | Jaken Herman | -0/+1 |
| 2024-10-02 | impl Default for Hash{Map,Set} iterators that don't already have it | ltdk | -0/+80 |
| 2024-10-03 | Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviper | bors | -132/+529 |
| 2024-10-03 | Auto merge of #131148 - Urgau:hashbrown-0.15, r=Amanieu | bors | -114/+55 |
| 2024-10-02 | std: make `thread::current` available in all `thread_local!` destructors | joboet | -132/+529 |
| 2024-10-02 | Update hashbrown to 0.15 and adjust some methods | Urgau | -114/+55 |
| 2024-10-02 | mpmc doctest: make sure main thread waits for child threads | Ralf Jung | -22/+24 |
| 2024-10-01 | std: replace `LazyBox` with `OnceBox` | joboet | -284/+185 |
| 2024-10-01 | Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez | bors | -1/+1 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -49/+1732 |
| 2024-10-01 | make test_lots_of_insertions test take less long in Miri | Ralf Jung | -1/+1 |
| 2024-09-30 | Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=Amanieu | Trevor Gross | -0/+1 |
| 2024-09-30 | Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton | Trevor Gross | -44/+503 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -49/+1732 |
| 2024-09-29 | Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2024-09-29 | Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrum | bors | -25/+60 |
| 2024-09-29 | Fix std tests for wasm32-wasip2 target | Nicola Krumschmidt | -42/+122 |
| 2024-09-29 | Hook up std::net to wasi-libc on wasm32-wasip2 target | Nicola Krumschmidt | -2/+381 |
| 2024-09-28 | Rollup merge of #130922 - tyilo:udp-unspecified, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2024-09-28 | Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee | Matthias Krüger | -16/+88 |
| 2024-09-27 | Mark some more types as having insignificant dtor | Michael Goulet | -0/+1 |
| 2024-09-27 | Reference UNSPECIFIED instead of INADDR_ANY in join_multicast_v4 | Asger Hautop Drewsen | -2/+2 |
| 2024-09-26 | Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb | Jubilee | -170/+1 |
| 2024-09-27 | Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev | Guillaume Gomez | -12/+9 |
| 2024-09-26 | Add `sun_path` to the fake doc `sockaddr_un` | Josh Stone | -1/+3 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -111/+86 |