about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-04-13std: sys: stdio: uefi: Tread UNSUPPORTED Status as read(0)Ayush Singh-2/+6
2025-04-13std: sys: process: uefi: Use NULL stdin by defaultAyush Singh-3/+109
2025-04-13std/thread: Use default stack size from menuconfig for NuttXHuang Qi-6/+11
2025-04-13Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboetChris Denton-315/+171
2025-04-13Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboetChris Denton-47/+86
2025-04-13Rollup merge of #138972 - thaliaarchi:nuttx-build, r=Mark-SimulacrumChris Denton-0/+3
2025-04-13Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDentonbors-125/+125
2025-04-13Rollup merge of #139107 - joboet:safe_cmath, r=ibraheemdevChris Denton-125/+125
2025-04-12Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomezChris Denton-0/+2
2025-04-12Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-SimulacrumChris Denton-28/+285
2025-04-12Rollup merge of #139276 - tgross35:enable-f16-without-neon, r=Mark-SimulacrumChris Denton-7/+0
2025-04-12Unify owned Args types between platformsThalia Archibald-222/+77
2025-04-12Use unsupported args for espidf and vitaThalia Archibald-14/+3
2025-04-12Move args into std::sysThalia Archibald-41/+53
2025-04-11rustdoc-search: add unbox flag to Result aliasesMichael Howell-0/+2
2025-04-11Use with_native_path for WindowsChris Denton-47/+86
2025-04-11sync::mpsc: prevent double free on `Drop`Petros Angelatos-1/+7
2025-04-11sync::mpsc: add miri reproducer of double freePetros Angelatos-0/+5
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-40/+0
2025-04-11Rollup merge of #139600 - tgross35:update-builtins, r=tgross35Stuart Cook-1/+1
2025-04-10Update `compiler-builtins` to 0.1.153Trevor Gross-1/+1
2025-04-10Use posix_spawn on cygwinBerrysoft-2/+6
2025-04-10Doc more control flow behaviour for return keywordLynnesbian-0/+22
2025-04-10Document async block control flow in async keywordLynnesbian-0/+38
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-57/+56
2025-04-09Rollup merge of #139164 - xizheyin:issue-139034, r=joboetMatthias Krüger-2/+8
2025-04-09Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35Matthias Krüger-4/+83
2025-04-09update cfgsBoxy-5/+4
2025-04-09replace version placeholderBoxy-52/+52
2025-04-09Avoid verbatim paths in Command::current_dirChris Denton-4/+83
2025-04-08clarify std::fs::set_permissions symlink behaviorbinarycat-6/+8
2025-04-08std(docs): clarify how std::fs::set_permisions works with symlinksbinarycat-0/+13
2025-04-06Rollup merge of #138876 - thaliaarchi:trusty-stdio, r=NoratriebGuillaume Gomez-38/+49
2025-04-05std: Fix build for NuttX targetsThalia Archibald-0/+3
2025-04-05Rollup merge of #139121 - thaliaarchi:rename-thread_local-statik, r=NoratriebMatthias Krüger-3/+3
2025-04-05Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboetMatthias Krüger-31/+53
2025-04-04Rename internal module from statik to no_threadsThalia Archibald-3/+3
2025-04-05std: Add performance warnings to HashMap::get_disjoint_mutxizheyin-0/+3
2025-04-04Fix unsafe_op_in_unsafe_fn for Unix fd and weakThalia Archibald-10/+14
2025-04-04Move fd into sysThalia Archibald-23/+41
2025-04-05Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxuStuart Cook-1/+23
2025-04-05Rollup merge of #136457 - calder:master, r=tgross35Stuart Cook-2/+83
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-2/+83
2025-04-04Rollup merge of #139366 - RalfJung:ToSocketAddrs, r=jieyouxuMatthias Krüger-1/+1
2025-04-04Update windows-bindgen to 0.61.0Chris Denton-28/+285
2025-04-04ToSocketAddrs: fix typoRalf Jung-1/+1
2025-04-04Rollup merge of #139295 - JakeWharton:jw.duplicate-anon-pipe.2025-04-02, r=jo...Matthias Krüger-1/+0
2025-04-03Rollup merge of #139068 - a1phyr:less_uninit, r=joboetMatthias Krüger-2/+4
2025-04-03std: clarify RwLock::get_mut more clearlyxizheyin-1/+3
2025-04-02Remove creation of duplicate AnonPipeJake Wharton-1/+0