about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-0/+1
2025-04-05Rollup merge of #136457 - calder:master, r=tgross35Stuart Cook-0/+1
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-0/+1
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
2025-04-01Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35bors-1/+1
2025-04-01std: use the address of `errno` to identify threads in `unique_thread_exit`joboet-24/+21
2025-04-01io: Avoid Avoid marking bytes as uninit in `BufReader::peek`Benoît du Garreau-1/+0
2025-04-01io: Avoid marking buffer as uninit when copying to `BufWriter`Benoît du Garreau-1/+4
2025-03-31std: clarify Mutex::get_mut more clearlyxizheyin-1/+5
2025-03-29Auto merge of #139119 - matthiaskrgr:rollup-7l2ri0f, r=matthiaskrgrbors-115/+190
2025-03-29Rollup merge of #139081 - joboet:errno_dedup, r=NoratriebMatthias Krüger-0/+9
2025-03-29Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboetMatthias Krüger-115/+181
2025-03-29Auto merge of #133572 - frank-king:feature/unique_arc, r=Amanieubors-0/+2
2025-03-29Start using with_native_path in std::sys::fsChris Denton-115/+181
2025-03-29std: make `cmath` functions safejoboet-125/+125
2025-03-29Rollup merge of #138988 - madsmtm:internal-weak-macro-syntax, r=ibraheemdevMatthias Krüger-80/+144
2025-03-29Rollup merge of #138757 - rust-wasi-web:wasi-thread-stack-size, r=alexcrichtonMatthias Krüger-2/+2
2025-03-28Rollup merge of #139069 - a1phyr:better_take, r=joboetMatthias Krüger-4/+4
2025-03-28std: deduplicate `errno` accessesjoboet-0/+9
2025-03-28`io::Take`: avoid new `BorrowedBuf` creation in some caseBenoît du Garreau-4/+4
2025-03-28Fix formatting nit in process.rsRafael Bachmann-1/+1
2025-03-27Rollup merge of #139021 - joboet:pre-vista-fallback, r=ChrisDentonJacob Pratt-22/+6
2025-03-27Trusty: Implement write_vectored for stdioThalia Archibald-38/+49
2025-03-27Auto merge of #138702 - m-ou-se:spawn-in-atexit, r=Mark-Simulacrumbors-9/+14
2025-03-27std: get rid of pre-Vista fallback codejoboet-22/+6
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-80/+144
2025-03-25Fix typo in error messageThalia Archibald-1/+1
2025-03-26#[allow(dead_code)]наб-3/+5
2025-03-25Rollup merge of #138875 - thaliaarchi:trusty-build, r=randomPoison,saethlinJacob Pratt-6/+14
2025-03-25Fix UWP reparse point checkChris Denton-1/+1