summaryrefslogtreecommitdiff
path: root/library/std
AgeCommit message (Expand)Author
2024-09-30Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomccTrevor Gross
2024-09-30Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=AmanieuTrevor Gross
2024-09-30Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichtonTrevor Gross
2024-09-29Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-SimulacrumGuillaume Gomez
2024-09-29Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrumbors
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt
2024-09-29Hook up std::net to wasi-libc on wasm32-wasip2 targetNicola Krumschmidt
2024-09-28Enable `f16` tests on x86 Apple platformsTrevor Gross
2024-09-28Auto merge of #129385 - tgross35:more-platforms-enable-f16, r=Mark-Simulacrumbors
2024-09-28Update compiler_builtins to 0.1.130Trevor Gross
2024-09-28Rollup merge of #130922 - tyilo:udp-unspecified, r=ibraheemdevMatthias Krüger
2024-09-28Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubileeMatthias Krüger
2024-09-27Enable `f16` on platforms that were missing conversion symbolsTrevor Gross
2024-09-27Mark some more types as having insignificant dtorMichael Goulet
2024-09-27Reference UNSPECIFIED instead of INADDR_ANY in join_multicast_v4Asger Hautop Drewsen
2024-09-26Rollup merge of #130875 - folkertdev:naked-asm-bootstrap, r=tgross35Jubilee
2024-09-26Rollup merge of #130846 - ChrisDenton:revert-break, r=NoratriebJubilee
2024-09-27Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdevGuillaume Gomez
2024-09-26Add `sun_path` to the fake doc `sockaddr_un`Josh Stone
2024-09-26update `compiler_builtins` to `0.1.126`Folkert de Vries
2024-09-25Use `&raw` in the standard libraryJosh Stone
2024-09-25Use `mem::offset_of!` for `sockaddr_un.sun_path`Josh Stone
2024-09-25Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxuMatthias Krüger
2024-09-25Rollup merge of #130811 - RalfJung:random, r=joboetMatthias Krüger
2024-09-25Revert Break into the debugger on panic (129019)Chris Denton
2024-09-25Add tracking issue for io_error_inprogressnora
2024-09-25Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgrbors
2024-09-25Rollup merge of #130810 - kromych:master, r=workingjubileeMatthias Krüger
2024-09-25Rollup merge of #130595 - no1wudi:master, r=ibraheemdevMatthias Krüger
2024-09-25Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercoteMatthias Krüger
2024-09-25add link from random() helper fn to extensive DefaultRandomSource docsRalf Jung
2024-09-25Auto merge of #130803 - cuviper:file-buffered, r=joshtriplettbors
2024-09-24Don't trap into the debugger on panics under Linuxkromych
2024-09-24Rollup merge of #130789 - aviramha:add_inprogress, r=NoratriebTrevor Gross
2024-09-24Add a tracking issue for `file_buffered`Josh Stone
2024-09-24Dogfood `feature(file_buffered)`Josh Stone
2024-09-24Pre-allocate buffers in `File::open_buffered` and `create_buffered`Josh Stone
2024-09-24Add `File::open_buffered` and `create_buffered`Josh Stone
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan
2024-09-24Pin memchr to 2.5.0 in the library rather than rustc_astTrevor Gross
2024-09-24Initial std library support for NuttXHuang Qi
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet
2024-09-23Add a comment to `Read::read_buf`Benoît du Garreau
2024-09-23Add testsBenoît du Garreau
2024-09-23Fix `io::default_read_to_end` uses of `read_buf`Benoît du Garreau
2024-09-23Fix `io::BufReader` uses of `read_buf`Benoît du Garreau
2024-09-23Fix `io::Take::read_buf`Benoît du Garreau
2024-09-23Fix up standard library introMichael Howell
2024-09-23Clarifications for set_nonblocking methodsYoh Deadfall
2024-09-23random: add tracking issue, address other commentsjoboet