about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
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
2022-08-23Make use of `[wrapping_]byte_{add,sub}`Maybe Waffle-2/+3
2022-08-23Rollup merge of #100835 - devnexen:listener_followups, r=devnexenDylan DPC-4/+2
2022-08-23Move personality functions to stdAmanieu d'Antras-0/+630
2022-08-23Auto merge of #100782 - thomcc:fix-android-sigaddset, r=Mark-Simulacrumbors-3/+23
2022-08-22Add `AsFd` implementations for stdio types on WASI.Dan Gohman-1/+22
2022-08-22Move error trait into coreJane Losare-Lusby-226/+104
2022-08-22Export Cancel from std::os::fortanix_sgx::usercalls::rawMohsen Zohrevandi-1/+3
2022-08-22net listen backlog update, follow-up from #97963.David CARLIER-4/+2
2022-08-22Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcmDylan DPC-2/+3
2022-08-22Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomccDylan DPC-2/+4
2022-08-22Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simula...Dylan DPC-85/+217
2022-08-22update and extend some comments, and cfg-out some unused codeRalf Jung-7/+12
2022-08-22std: use realstd fast key when building testsRalf Jung-0/+10
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-11/+56
2022-08-21Extra documentation for new formatting featureIsaac Cloos-0/+2
2022-08-21Rollup merge of #100839 - nelsonjchen:consistent_child_stdin_field_desc, r=th...Matthias Krüger-5/+5
2022-08-21Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcmMatthias Krüger-11/+11
2022-08-21Make use of `pointer::is_aligned[_to]`Maybe Waffle-2/+3
2022-08-21Make doc for stdin field of process consistentNelson Chen-5/+5
2022-08-21Fix redundant comparisonThom Chiovoloni-1/+1
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-11/+11
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-11/+56