about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-07-29impl CloneToUninit for Path and OsStrPavel Grigorenko-0/+95
2024-07-29Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomezMatthias Krüger-0/+1
2024-07-29Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d...Matthias Krüger-53/+61
2024-07-29Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnayMatthias Krüger-32/+37
2024-07-29Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`Miguel Ojeda-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1176/+814
2024-07-28Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s...Sören Meier-32/+37
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-1/+0
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-199/+216
2024-07-28stabilize const_wakerSlanterns-1/+0
2024-07-27[illumos/solaris] set MSG_NOSIGNAL while writing to socketsRain-0/+5
2024-07-26Fix doc nitsJohn Arundel-199/+216
2024-07-26Rollup merge of #128211 - juliusl:pr/align-change-time, r=tgross35Matthias Krüger-2/+2
2024-07-26Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviperMatthias Krüger-0/+2
2024-07-25fix: compilation issue w/ refactored typeJulius Liu-2/+2
2024-07-25Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgrbors-41/+26
2024-07-25Rollup merge of #127999 - ChrisDenton:arm32, r=AmanieuMatthias Krüger-41/+26
2024-07-25Rollup merge of #128158 - workingjubilee:unsafe-wrap-personality-gcc, r=Chris...Matthias Krüger-141/+180
2024-07-25Rollup merge of #127300 - biabbas:fix_connect_timeout, r=tgross35Matthias Krüger-10/+19
2024-07-25In connect timeout, read readiness of socket for vxworks. Check pollhup or po...B I Mohammed Abbas-10/+19
2024-07-24std: update comments on gcc personality fnJubilee Young-10/+32
2024-07-24std: unsafe-wrap gcc::rust_eh_personality and implJubilee Young-131/+148
2024-07-24Rollup merge of #128135 - joboet:reduplicate_tls, r=tgross35Matthias Krüger-16/+8
2024-07-24Rollup merge of #128046 - GrigorenkoPV:90435, r=tgross35Matthias Krüger-8/+4
2024-07-24Rollup merge of #126548 - rik86189:issue-88264-fix, r=tgross35Matthias Krüger-7/+2
2024-07-24Rollup merge of #128131 - ChrisDenton:stuff, r=workingjubileeMatthias Krüger-32/+35
2024-07-24Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=AmanieuMatthias Krüger-65/+36
2024-07-24Rollup merge of #127480 - biabbas:vxworks, r=workingjubileeMatthias Krüger-5/+35
2024-07-24Improved clarity of documentation for std::fs::create_dir_allrik86189-7/+2
2024-07-24std: use duplicate thread local state in testsjoboet-16/+8
2024-07-24Forbid unsafe_op_in_unsafe_fn in sys/pal/windowsChris Denton-10/+14
2024-07-24Import `core::ffi::c_void` in more placesChris Denton-22/+21
2024-07-24Add chroot unsupported implementation for VxWorksB I Mohammed Abbas-2/+8
2024-07-24Rollup merge of #128106 - hallfox:patch-1, r=ChrisDentonMatthias Krüger-3/+3
2024-07-24Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubileeMatthias Krüger-126/+43
2024-07-24Auto merge of #127153 - NobodyXu:pipe, r=ChrisDentonbors-4/+468
2024-07-23Fix return type of FileAttr methods on AIX targetTaylor Foxhall-3/+3
2024-07-23Initial implementation of anonymous_pipeJiahao XU-4/+468
2024-07-23Update process vxworks, set default stack size of 256 Kib for vxworks. User c...B I Mohammed Abbas-2/+7
2024-07-23Remove wrapper functions from c.rsChris Denton-126/+43
2024-07-23std: Unsafe-wrap backtrace code held in-commonJubilee Young-57/+61
2024-07-23std: Unsafe-wrap alloc code held in-commonJubilee Young-8/+11
2024-07-23Cfg disable on_broken_pipe_flag_used() for vxworksB I Mohammed Abbas-0/+2
2024-07-23Disable dirfd for vxworks, Return unsupported error from set_times and lchown...B I Mohammed Abbas-2/+16
2024-07-23Allow unused unsafe for vxworks in read_at and write atB I Mohammed Abbas-0/+2
2024-07-22std: unsafe-wrap personality::dwarf::ehJubilee Young-53/+61
2024-07-22Rollup merge of #127996 - ian-h-chamberlain:fix/horizon-warnings-unsafe-in-un...许杰友 Jieyou Xu (Joe)-2/+3
2024-07-21Rollup merge of #127583 - Nilstrieb:invalid-utf8, r=joboetJubilee-2/+3
2024-07-21Fix warnings when checking armv6k-nintendo-3dsIan Chamberlain-2/+3
2024-07-22Fix some `#[cfg_attr(not(doc), repr(..))]`Pavel Grigorenko-8/+4