about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2025-01-29Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgrbors-1/+1
2025-01-29Rollup merge of #136092 - tbu-:pr_io_pipe_test, r=joboetMatthias Krüger-1/+1
2025-01-29Rollup merge of #136186 - Ayush1325:uefi-process-args-fix, r=nicholasbishop,N...León Orell Valerian Liehr-4/+3
2025-01-28uefi: process: Fix argsAyush Singh-4/+3
2025-01-28Rollup merge of #136012 - hkBst:patch-22, r=workingjubilee,tgross35Matthias Krüger-6/+44
2025-01-28Document powf and powi calls that always return 1.0Marijn Schouten-6/+44
2025-01-27Rollup merge of #135876 - usamoi:mpmc-doc, r=tgross35Guillaume Gomez-4/+12
2025-01-27fix doc for std::sync::mpmcusamoi-4/+12
2025-01-27Rollup merge of #135635 - tbu-:pr_io_pipe, r=joboetLeón Orell Valerian Liehr-272/+281
2025-01-26Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhprattbors-10/+3
2025-01-26Test pipes also when not running on Windows and Linux simultaneouslyTobias Bucher-1/+1
2025-01-26Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new locationTobias Bucher-16/+20
2025-01-26Move `std::io::pipe` code into its own fileTobias Bucher-272/+277
2025-01-26Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubileeJacob Pratt-10/+3
2025-01-25Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-SimulacrumJacob Pratt-10/+5
2025-01-25Improve and expand documentation of pipesJosh Triplett-8/+14
2025-01-25Rollup merge of #135991 - no1wudi:master, r=thomccMatthias Krüger-3/+8
2025-01-24Rollup merge of #135415 - Harshit933:hard-link-error, r=ChrisDentonMatthias Krüger-0/+1
2025-01-24Add `File already exists` error doc to `hard_link` functionHarshit Verma-0/+1
2025-01-24Fix set_name in thread mod for NuttXHuang Qi-3/+8
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-11/+3
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-3/+4
2025-01-24Update a bunch of comments from before wasi support was addedbjorn3-5/+4
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-5/+0
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-0/+1
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+8
2025-01-22Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35Matthias Krüger-5/+4
2025-01-22Rollup merge of #135837 - ChrisDenton:trunc, r=NoratriebMatthias Krüger-3/+0
2025-01-22Library: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+4
2025-01-21Remove test panic from File::openChris Denton-3/+0
2025-01-21fix OsString::from_encoded_bytes_unchecked descriptionMarijn Schouten-2/+2
2025-01-21Auto merge of #135224 - wyfo:tls-panic-outline, r=cuviperbors-8/+16
2025-01-20Rollup merge of #135626 - clubby789:env-note, r=ibraheemdev许杰友 Jieyou Xu (Joe)-0/+8
2025-01-20Rollup merge of #135491 - RalfJung:remove-dead-rustc_allowed_through_unstable...许杰友 Jieyou Xu (Joe)-34/+4
2025-01-20Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+5
2025-01-18Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcmMatthias Krüger-1/+0
2025-01-18Rollup merge of #135583 - NobodyXu:move-pipe-to-io, r=joshtriplettMatthias Krüger-288/+272
2025-01-17Stabilize `float_next_up_down`Trevor Gross-1/+0
2025-01-18Fix import of pipe in kernel_copy.rsJiahao XU-3/+2
2025-01-17doc: Point to methods on `Command` as alternatives to `set/remove_var`clubby789-0/+8
2025-01-16Rollup merge of #135556 - AeonSolstice:patch-1, r=tgross35Matthias Krüger-1/+1
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-285/+270
2025-01-15Clarify note in `std::sync::LazyLock` exampleAeon-1/+1
2025-01-15Rollup merge of #132654 - joboet:lazy_main, r=ChrisDentonGuillaume Gomez-196/+198
2025-01-14Update ReadDir::next in std::sys::pal::unix::fs to use `&raw const (*ptr).fie...Zachary S-23/+13
2025-01-14wasi/io: remove dead filesRalf Jung-29/+4
2025-01-14remove unnecessary rustc_allowed_through_unstable_modulesRalf Jung-5/+0
2025-01-14add comments explaining main thread identificationjoboet-0/+29
2025-01-14std: lazily allocate the main thread handlejoboet-114/+151
2025-01-14Revert "Remove the Arc rt::init allocation for thread info"joboet-118/+54