about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-08-31Rollup merge of #101011 - BlackHoleFox:apple-random-improvements, r=thomccMatthias Krüger-38/+56
2022-08-31Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-SimulacrumMatthias Krüger-33/+52
2022-08-31Rollup merge of #101193 - thomcc:win-stdio-nozero, r=ChrisDentonYuki Okushi-14/+27
2022-08-31Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplettYuki Okushi-1/+22
2022-08-30Avoid `MaybeUninit::uninit_array()`Thom Chiovoloni-4/+4
2022-08-30Fix UB in Windows `DirBuffIter` (provenance and alignment)Thom Chiovoloni-7/+10
2022-08-30Avoid zeroing large stack buffers in stdio on WindowsThom Chiovoloni-14/+27
2022-08-30Replace `AlignedAs` with a more specific `Align8` typeThom Chiovoloni-52/+20
2022-08-30Fix UWP and use `AlignedReparseBuf` in `symlink_junction_inner`Thom Chiovoloni-5/+6
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-0/+1
2022-08-29Fix some possible UB in std::sys::windowsThom Chiovoloni-16/+71
2022-08-29Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgrbors-1/+1
2022-08-29Rollup merge of #101056 - kpreid:prim-doc, r=JohnTitorMatthias Krüger-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Re-introduce `unstable` attributes.Dan Gohman-2/+2
2022-08-29Clarify that the `fd` module is supported on Unix and WASI.Dan Gohman-3/+2
2022-08-29Make `std::os::fd` public.Dan Gohman-46/+23
2022-08-29Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcmDylan DPC-2/+3
2022-08-29Rollup merge of #100337 - camelid:stabilize-io_read_to_string, r=JohnTitorDylan DPC-3/+1
2022-08-29Rollup merge of #98801 - joshtriplett:file-create-new, r=thomccDylan DPC-0/+29
2022-08-29Auto merge of #100786 - sunshowers:macos-posix-chdir, r=sunshowersbors-1/+60
2022-08-29Rollup merge of #96334 - devnexen:socket_mark, r=dtolnayMatthias Krüger-0/+61
2022-08-29Rollup merge of #94890 - marmeladema:ip-addr-try-from-bytes, r=joshtriplettMatthias Krüger-13/+125
2022-08-28Use posix_spawn for absolute paths on macOSRain-1/+60
2022-08-28Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcmbors-0/+155
2022-08-28Stabilize `std::io::read_to_string`Noah Lev-3/+1
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-14/+37
2022-08-28Auto merge of #100201 - RalfJung:thread-local-key, r=thomccbors-7/+22
2022-08-28Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnaybors-2/+138
2022-08-28fs::get_mode enable getting the data via fcntl/F_GETFL on major BSDDavid Carlier-2/+16
2022-08-28Rollup merge of #100955 - nrc:chain, r=joshtriplettMatthias Krüger-36/+35
2022-08-28Rollup merge of #100885 - mzohreva:mz/sgx-export-cancel-type, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-08-28Rollup merge of #100520 - jakubdabek:patch-1, r=thomccMatthias Krüger-1/+6
2022-08-28Rollup merge of #100296 - BlackHoleFox:os-error-aliases, r=thomccMatthias Krüger-0/+2
2022-08-28Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-SimulacrumMatthias Krüger-418/+472
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-0/+630
2022-08-28Reinstate preloading of some dll importsChris Denton-33/+52
2022-08-27Adjust backtrace stabilization version to CURRENT_RUSTC_VERSIONest31-13/+13
2022-08-26Add the syntax of references to their documentation summary.Kevin Reid-1/+1
2022-08-26Support parsing IP addresses from a byte stringmarmeladema-13/+125
2022-08-26Rollup merge of #99742 - sigaloid:master, r=thomccGuillaume Gomez-0/+22
2022-08-25Use getentropy when possible on all Apple platformsBlackHoleFox-38/+56
2022-08-25error::Error: remove some commentsNick Cameron-15/+0
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-1/+1
2022-08-24Rollup merge of #100855 - IsaacCloos:master, r=joshtriplettMatthias Krüger-0/+2
2022-08-24error::Error: rename the Demand arguments from req to demandNick Cameron-12/+11
2022-08-24error::Error: rename the chain method to sourcesNick Cameron-13/+28
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+1
2022-08-24Auto merge of #96869 - sunfishcode:main, r=joshtriplettbors-39/+352
2022-08-23Auto merge of #99917 - yaahc:error-in-core-move, r=thomccbors-226/+104