rust/library/std/src/sys
bors aa877bc71c Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #126908 (Use Cow<'static, str> for InlineAsmTemplatePiece::String)
 - #127999 (Inject arm32 shims into Windows metadata generation)
 - #128137 (CStr: derive PartialEq, Eq; add test for Ord)
 - #128185 (Fix a span error when parsing a wrong param of function.)
 - #128187 (Fix 1.80.0 version in RELEASES.md)
 - #128189 (Turn an unreachable code path into an ICE)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-07-25 18:05:00 +00:00
..
anonymous_pipe Initial implementation of anonymous_pipe 2024-07-23 23:13:56 +10:00
os_str forbid(unsafe_op_in_unsafe_fn) in sys/os_str 2024-07-17 05:52:38 +00:00
pal Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr 2024-07-25 18:05:00 +00:00
path std: forbid unwrapped unsafe in unsupported_backslash 2024-07-19 13:46:06 -07:00
personality std: update comments on gcc personality fn 2024-07-24 16:17:52 -07:00
sync Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=Amanieu 2024-07-20 13:24:53 +02:00
thread_local Remove _tls_used hack 2024-07-20 12:37:36 +00:00
backtrace.rs std: Unsafe-wrap backtrace code held in-common 2024-07-23 01:17:26 -07:00
cmath.rs Make cmath.rs a single file 2024-02-07 12:02:24 -03:00
exit_guard.rs Attempt to fix CI 2024-07-08 09:19:25 -05:00
mod.rs Initial implementation of anonymous_pipe 2024-07-23 23:13:56 +10:00