| 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/+49 |
| 2024-11-01 | Bump libc to 0.2.161 | Jan Sommer | -1/+1 |
| 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-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -0/+1 |
| 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-07 | Rollup merge of #131308 - mati865:gnullvm-f16-f128, r=tgross35 | Stuart Cook | -2/+3 |
| 2024-10-06 | Rollup merge of #131307 - YohDeadfall:prctl-set-name-dbg-assert, r=workingjub... | Matthias Krüger | -1/+3 |
| 2024-10-05 | Update `compiler-builtins` to 0.1.133 | Trevor Gross | -1/+1 |
| 2024-10-05 | enable f16 and f128 on windows-gnullvm targets | Mateusz Mikuła | -2/+3 |
| 2024-10-05 | Android: Debug assertion after setting thread name | Yoh Deadfall | -1/+3 |
| 2024-10-05 | Auto merge of #131221 - XrXr:bump-compiler-builtins, r=tgross35 | bors | -1/+1 |
| 2024-10-05 | Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdev | Matthias Krüger | -284/+185 |
| 2024-10-04 | Update compiler-builtins to 0.1.132 | Alan Wu | -1/+1 |
| 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 | -115/+56 |
| 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 | -115/+56 |
| 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 | Rollup merge of #131085 - RalfJung:miri-slow-test, r=tgross35 | Guillaume Gomez | -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 | Enable `f16` tests on non-GNU Windows | Trevor Gross | -3/+3 |
| 2024-09-30 | Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomcc | Trevor Gross | -3/+0 |
| 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 | -47/+506 |
| 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 |