rust/library/std/src/sys
Matthias Krüger 606c9fcb4d
Rollup merge of #128158 - workingjubilee:unsafe-wrap-personality-gcc, r=ChrisDenton
std: unsafe-wrap personality::gcc

Nothing seems obviously wrong with these implementations except for some unanswered questions. Admittedly, I don't want to burn excessive time on exceptional exception handlers. Thus this is mostly a brute-force syntactic wrapping and some comments where they seemed correct, creating another largely whitespace diff.

try-job: armhf-gnu
2024-07-25 16:48:20 +02: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 Rollup merge of #127300 - biabbas:fix_connect_timeout, r=tgross35 2024-07-25 16:48:19 +02: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