| Age | Commit message (Expand) | Author | Lines |
| 2025-03-23 | Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet | bors | -161/+136 |
| 2025-03-23 | Auto merge of #138833 - joboet:optimize-repeat-n, r=thomcc | bors | -4/+55 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -9/+52 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -0/+91 |
| 2025-03-22 | Rollup merge of #138822 - moxian:unlock, r=joshtriplett | Matthias Krüger | -5/+10 |
| 2025-03-22 | Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboet | Matthias Krüger | -2/+3 |
| 2025-03-22 | Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3 | Matthias Krüger | -2/+39 |
| 2025-03-22 | Auto merge of #138830 - matthiaskrgr:rollup-gaxgfwl, r=matthiaskrgr | bors | -1/+4 |
| 2025-03-22 | core: optimize `RepeatN` | joboet | -4/+55 |
| 2025-03-22 | std: move process implementations to `sys` | joboet | -104/+90 |
| 2025-03-22 | Rollup merge of #138804 - tgross35:atomic-from-ptr-inline, r=RalfJung | Matthias Krüger | -0/+3 |
| 2025-03-22 | Rollup merge of #138773 - RalfJung:catch_unwind_docs, r=jhpratt | Matthias Krüger | -0/+1 |
| 2025-03-22 | Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboet | Matthias Krüger | -0/+87 |
| 2025-03-22 | Rollup merge of #138673 - taiki-e:trusty-fix, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-03-22 | Rollup merge of #138490 - tbu-:pr_arc_file_pos, r=Noratrieb | Matthias Krüger | -0/+3 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -187/+254 |
| 2025-03-22 | Use unit structs for stateless stdio | Thalia Archibald | -12/+12 |
| 2025-03-22 | Implement exact reads for StdinRaw | Thalia Archibald | -28/+35 |
| 2025-03-22 | Implement optional methods for unsupported stdio | Thalia Archibald | -1/+64 |
| 2025-03-22 | Remove `PartialEq::ne` for `UniqueArc` | Frank King | -19/+0 |
| 2025-03-22 | Add more APIs for UniqueArc | Frank King | -5/+250 |
| 2025-03-22 | Make UniqueArc invariant for soundness | Frank King | -2/+6 |
| 2025-03-22 | Implement `UniqueArc` | Frank King | -2/+187 |
| 2025-03-22 | copy_misaligned_words: avoid out-of-bounds accesses (#799) | Ralf Jung | -32/+183 |
| 2025-03-22 | Clean up icount benchmarks | Trevor Gross | -87/+112 |
| 2025-03-21 | Revert "Stabilize file_lock" | moxian | -5/+10 |
| 2025-03-21 | Allow inlining for `Atomic*::from_ptr` | Trevor Gross | -0/+3 |
| 2025-03-21 | remove remnants of const_box feature | Ralf Jung | -8/+4 |
| 2025-03-21 | Add test for Formatter flags. | Mara Bos | -0/+20 |
| 2025-03-21 | Add todo comment on using a niche type for fmt flags. | Mara Bos | -0/+2 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+15 |
| 2025-03-21 | catch_unwind intrinsic: document return value | Ralf Jung | -0/+1 |
| 2025-03-21 | Add benchmarks using `iai-callgrind` | Trevor Gross | -0/+488 |
| 2025-03-21 | coretests stop relying on `inline_const_pat` | lcnr | -601/+609 |
| 2025-03-21 | Recognise new IPv6 non-global range from RFC9602 | Bardi Harborow | -0/+4 |
| 2025-03-21 | Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdev | Matthias Krüger | -36/+48 |
| 2025-03-21 | Rollup merge of #137357 - syvb:sv/log-docs, r=tgross35 | Matthias Krüger | -0/+200 |
| 2025-03-21 | Fix Thread::set_name on cygwin | 王宇逸 | -2/+3 |
| 2025-03-20 | use consistent wording around the 'undefined' intrinsics, and slightly expand... | Ralf Jung | -29/+45 |
| 2025-03-20 | std_detect: Add target features for LoongArch v1.1 | WANG Rui | -0/+28 |
| 2025-03-20 | Fix: stabilized version of RISC-V feature macro | Tsukasa OI | -21/+21 |
| 2025-03-20 | Incldue loongarch64 in the list of other architectures | WANG Rui | -0/+2 |
| 2025-03-20 | wasm: increase default thread stack size to 1 MB | Sebastian Urban | -2/+2 |
| 2025-03-19 | chore: release v0.1.152 | github-actions[bot] | -1/+16 |
| 2025-03-19 | Remove use of `atomic_load_unordered` and undefined behaviour from `arm_linux... | beetrees | -3/+44 |
| 2025-03-20 | Auto merge of #138687 - calebzulawski:sync-from-portable-simd-2025-03-19, r=w... | bors | -46/+96 |
| 2025-03-19 | Document results of non-positive logarithms | syvb | -0/+200 |
| 2025-03-19 | Add cfg(not(bootstrap)) for new test. | Mara Bos | -0/+1 |
| 2025-03-19 | Pin tests. | Mara Bos | -7/+7 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+14 |