about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-07-23Initial implementation of anonymous_pipeJiahao XU-4/+468
2024-07-18Rollup merge of #127077 - tbu-:pr_doc_fd_to_owned, r=workingjubileeMatthias Krüger-3/+10
2024-07-17Rollup merge of #127861 - Kriskras99:patch-1, r=tgross35Trevor Gross-11/+11
2024-07-17Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over...Trevor Gross-90/+119
2024-07-17Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDentonbors-0/+1
2024-07-17Mention how you can go from `BorrowedFd` to `OwnedFd` and backTobias Bucher-0/+5
2024-07-17Make language around `ToOwned` for `BorrowedFd` more preciseTobias Bucher-3/+5
2024-07-17Document the column numbers for the dbg! macroKriskras99-11/+11
2024-07-17Rollup merge of #127813 - ChrisDenton:win-futex, r=joboetTrevor Gross-5/+8
2024-07-17Rollup merge of #127763 - ChrisDenton:safe-unsafe-unsafe, r=tgross35Trevor Gross-90/+111
2024-07-17unix: unsafe-wrap install_main_guard_defaultJubilee Young-9/+12
2024-07-17unix: clean up install_main_guard_freebsdJubilee Young-13/+12
2024-07-16unix: stack_start_aligned is a safe fnJubilee Young-7/+9
2024-07-16unix: split stack_overflow::install_main_guard by osJubilee Young-90/+115
2024-07-17Prevent double reference in generic futexChris Denton-5/+8
2024-07-17Narrow the scope of the ReadFile unsafe blockChris Denton-11/+12
2024-07-17forbid(unsafe_op_in_unsafe_fn) in sys/os_strChris Denton-2/+2
2024-07-16Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg...Trevor Gross-1/+4
2024-07-16Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubileeTrevor Gross-1/+2
2024-07-16Rollup merge of #127807 - ChrisDenton:win-parking, r=joboetTrevor Gross-26/+39
2024-07-16Rollup merge of #127792 - workingjubilee:read-unaligned-is-dwarfier, r=joboetTrevor Gross-14/+12
2024-07-16Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviperTrevor Gross-9/+18
2024-07-16Rollup merge of #125206 - mgeisler:simplify-std-env-vars, r=jhpratt,tgross35Trevor Gross-10/+4
2024-07-16uefi: Forbid unwrapped unsafe in platform modulesJubilee Young-0/+2
2024-07-16xous: Forbid unwrapped unsafe in platform modulesJubilee Young-1/+2
2024-07-16zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib`Erik Kaneda-1/+2
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-9/+18
2024-07-16Add unsafe blocks in unsafe Thread::newChris Denton-13/+17
2024-07-16Remove `slice_to_end`Chris Denton-18/+13
2024-07-16std: unwrapped unsafe is VERBOTEN!Jubilee-1/+1
2024-07-16Use futex.rs for Windows thread parkingChris Denton-26/+39
2024-07-16std: Use read_unaligned for reading DWARFJubilee Young-14/+12
2024-07-16deny unsafe_op_in_unsafe_fn for teeos袁浩----天命剑主-0/+1
2024-07-16clean unsafe op in unsafe fn袁浩----天命剑主-13/+15
2024-07-16clean unsafe op in unsafe fn袁浩----天命剑主-4/+4
2024-07-16clean unsafe op in unsafe fn袁浩----天命剑主-9/+9
2024-07-16delete #![allow(unsafe_op_in_unsafe_fn)]袁浩----天命剑主-1/+0
2024-07-15Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubileebors-38/+94
2024-07-15allow(unsafe_op_in_unsafe_fn) on some functionsChris Denton-3/+6
2024-07-15Some Windows functions are safeChris Denton-23/+25
2024-07-15Deny more windows unsafe_op_in_unsafe_fnChris Denton-47/+63
2024-07-15Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubileeJubilee-25/+51
2024-07-15Rollup merge of #127744 - workingjubilee:deny-unsafe-op-in-std, r=jhprattJubilee-66/+89
2024-07-15Rollup merge of #127712 - ChrisDenton:raw-types, r=workingjubileeJubilee-200/+166
2024-07-15Move safety comment outside unsafe blockChris Denton-1/+1
2024-07-15Make os/windows default to deny unsafe in unsafeChris Denton-15/+26
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-11/+26
2024-07-15Fix Windows 7Chris Denton-4/+4
2024-07-15Auto merge of #127719 - devnexen:math_log_fix_solill, r=Amanieubors-34/+3
2024-07-15Don't re-export `c_int` from `c`Chris Denton-8/+7