about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-04-25Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubileeMatthias Krüger-0/+2
2025-04-25Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboetMatthias Krüger-1/+4
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-0/+2
2025-04-24Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboetMatthias Krüger-9/+11
2025-04-24Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35Matthias Krüger-1/+63
2025-04-24Rollup merge of #139307 - xizheyin:issue-139296, r=joboetMatthias Krüger-0/+3
2025-04-24Work around cygwin issue on timeout王宇逸-1/+4
2025-04-23Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDentonbors-8/+18
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-1/+63
2025-04-23Document breaking out of a named code blockArtur Roos-0/+27
2025-04-23Rollup merge of #140163 - thaliaarchi:pathbuf-validate-extension, r=ChrisDentonChris Denton-7/+17
2025-04-23Rollup merge of #140146 - tgross35:update-builtins, r=tgross35Chris Denton-1/+1
2025-04-22Rollup merge of #140149 - RalfJung:test_nan, r=tgross35Chris Denton-0/+8
2025-04-22Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboetChris Denton-2/+6
2025-04-22Validate extension in `PathBuf::add_extension`Thalia Archibald-7/+17
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+8
2025-04-22Update `compiler_builtins` to 0.1.156Trevor Gross-1/+1
2025-04-21Unify owned `Env` types between platformsThalia Archibald-348/+98
2025-04-21Deduplicate unsupported env itemsThalia Archibald-42/+8
2025-04-21Fix `unsafe_op_in_unsafe_fn` for Unix envThalia Archibald-6/+4
2025-04-21Move zkVM constants into `sys::env_consts`Thalia Archibald-9/+11
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-1198/+1228
2025-04-22Rollup merge of #140081 - Berrysoft:update-libc-172, r=tgross35Chris Denton-1/+1
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-47/+24
2025-04-21Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errorsChris Denton-1/+1
2025-04-21Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboetChris Denton-6/+14
2025-04-21Rollup merge of #139711 - thaliaarchi:hermit-args, r=jhprattChris Denton-40/+9
2025-04-21Rollup merge of #140009 - ShE3py:tls-abort, r=thomccChris Denton-2/+6
2025-04-21Rollup merge of #139982 - coolreader18:time-doc-tweak, r=jhprattChris Denton-2/+3
2025-04-21cleanup redundant pattern instancesJonathan Gruner-1/+1
2025-04-20Use `currently` for futher improvementxizheyin-1/+1
2025-04-20Update `libc` to 0.2.172 for std王宇逸-1/+1
2025-04-20std: mention `remove_dir_all` can emit `DirectoryNotEmpty` when concurrently ...xizheyin-0/+2
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-187/+192
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-187/+192
2025-04-18Handle unsupported fallbackThalia Archibald-1/+28
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-95/+71
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100
2025-04-18std: Use fstatat() on illumosPatrick Mooney-3/+6
2025-04-18Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgrbors-1/+12
2025-04-18rtprintpanic: clarify that the error is aborting the processLieselotte-1/+1
2025-04-18LocalKey<T>: document that the dtor should not panicLieselotte-1/+5
2025-04-18Rollup merge of #139934 - tgross35:update-builtins, r=tgross35Matthias Krüger-1/+1
2025-04-18Rollup merge of #139553 - petrosagg:channel-double-free, r=RalfJung,tgross35Matthias Krüger-1/+12
2025-04-17Update `compiler-builtins` to 0.1.155Trevor Gross-1/+1
2025-04-17Be more specific about the error in the SystemTime exampleNoa-2/+2
2025-04-17Point UNIX_EPOCH to associated constant in SystemTime docsNoa-0/+1
2025-04-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-41/+0
2025-04-16Also remove the no_sanitize feature for stdBastian Kersting-1/+0
2025-04-15Add warning comment to `Take::get_ref` and `Chain::get_ref`Josh Triplett-0/+8