about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-29/+185
2024-09-29Hook up std::net to wasi-libc on wasm32-wasip2 targetNicola Krumschmidt-1/+379
2024-09-26Rollup merge of #130846 - ChrisDenton:revert-break, r=NoratriebJubilee-153/+0
2024-09-25Use `&raw` in the standard libraryJosh Stone-66/+56
2024-09-25Revert Break into the debugger on panic (129019)Chris Denton-153/+0
2024-09-25Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgrbors-99/+90
2024-09-25Rollup merge of #130810 - kromych:master, r=workingjubileeMatthias Krüger-78/+1
2024-09-25Rollup merge of #130595 - no1wudi:master, r=ibraheemdevMatthias Krüger-21/+88
2024-09-25Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercoteMatthias Krüger-0/+1
2024-09-25Auto merge of #130803 - cuviper:file-buffered, r=joshtriplettbors-2/+2
2024-09-24Don't trap into the debugger on panics under Linuxkromych-78/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-2/+2
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan-0/+1
2024-09-24Initial std library support for NuttXHuang Qi-21/+88
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-86/+75
2024-09-23std: implement the `random` featurejoboet-462/+615
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-122/+119
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+3
2024-09-20Allow unused unsafe for vxworks in alligned_malloc to resolve build errorsB I Mohammed Abbas-0/+1
2024-09-19`pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool`Lieselotte-7/+4
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-0/+27
2024-09-18Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=AmanieuJubilee-3/+12
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+27
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+3
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-1/+1
2024-09-11Rollup merge of #130248 - nyurik:fix-129895, r=workingjubileeJubilee-1/+1
2024-09-11Rollup merge of #130077 - madsmtm:watchos-arm-unwind, r=workingjubileeJubilee-9/+10
2024-09-11Limit `libc::link` usage to `nto70` target only, not NTO OSYuri Astrakhan-1/+1
2024-09-11Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDe...Matthias Krüger-0/+1
2024-09-11Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop`Pavel Grigorenko-0/+1
2024-09-11Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded`Pavel Grigorenko-0/+1
2024-09-09Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=NoratriebJubilee-4/+11
2024-09-09[illumos] enable SIGSEGV handler to detect stack overflowsRain-4/+11
2024-09-08add FIXME(const-hack)Ralf Jung-1/+1
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-8/+9
2024-09-08Auto merge of #129019 - kromych:master, r=workingjubileebors-0/+230
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-9/+10
2024-09-05Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)kromych-0/+230
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-10/+48
2024-09-03Win: Open dir for sync access in remove_dir_allChris Denton-3/+12
2024-09-03More robust extension checkingChris Denton-6/+24
2024-09-03Port std library to RTEMSJan Sommer-10/+48
2024-09-03Rollup merge of #129913 - saethlin:l4re-read-buf, r=NoratriebMatthias Krüger-0/+4
2024-09-03Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=AmanieuMatthias Krüger-169/+253
2024-09-02Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkinMatthias Krüger-1/+1
2024-09-02Add missing read_buf stub for x86_64-unknown-l5re-uclibcBen Kimock-0/+4
2024-09-02Fix compile error in solid's remove_dir_allBen Kimock-1/+1
2024-09-02Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=NoratriebMatthias Krüger-2/+2
2024-09-01Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlinbors-5/+8
2024-08-31Move remove_dir_all impl into a moduleChris Denton-169/+253