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