about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2023-11-17Define `INVALID_HANDLE_VALUE` ourselvesChris Denton-2/+3
2023-11-16std: personality: support gcc personality on XousSean Cross-0/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-18/+30
2023-11-16if available use a Child's pidfd for kill/waitThe 8472-4/+78
2023-11-15Bump cfg(bootstrap)sMark Rousskov-5/+1
2023-11-15Substitute version placeholdersMark Rousskov-21/+21
2023-11-16update comment, we're currently using a different syscallThe 8472-1/+1
2023-11-16set CLOEXEC on pidfd received from child processThe 8472-3/+7
2023-11-14Move SGX-specific image base logic to sys_commonMohsen Zohrevandi-11/+14
2023-11-14Adjust frame IP in backtraces relative to image base for SGX targetMohsen Zohrevandi-0/+10
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-169/+274
2023-11-10Update variable name to fix `unused_variables` warningDuo Wang-1/+1
2023-11-10CFI: Add missing use core::ffi::c_intRamon de C Valle-0/+2
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-495/+16
2023-11-08Auto merge of #115460 - zachs18:borrowedcursor_write_no_panic, r=dtolnaybors-2/+3
2023-11-08kmc-solid: Re-export `{As,Borrowed,Owned}Fd` in `std::os::solid::prelude`Tomoaki Kawada-1/+1
2023-11-08kmc-solid: Reimplement `AsFd` etc for `{TcpStream,TcpListener,UdpSocket}` by ...Tomoaki Kawada-3/+3
2023-11-08kmc-solid: Implement `{From,Into}Inner<OwnedFd>` for `Socket`Tomoaki Kawada-2/+23
2023-11-08kmc-solid: Remove `FileDesc`Tomoaki Kawada-115/+43
2023-11-08kmc-solid: Replace `{From,Into}Inner<c_int>` impls with `*RawFd` for `Socket`Tomoaki Kawada-20/+16
2023-11-08kmc-solid: Implement `AsFd` for `{Arc,Rc,Box}<impl AsFd>`Tomoaki Kawada-0/+33
2023-11-08kmc-solid: Implement `AsFd` and conversion to/from `OwnedFd` for `{TcpStream,...Tomoaki Kawada-0/+26
2023-11-08kmc-solid: Document I/O safety in `std::os::solid::io`Tomoaki Kawada-0/+44
2023-11-08kmc-solid: Add `std::os::solid::io::{BorrowedFd,OwnedFd,AsFd}`Tomoaki Kawada-0/+191
2023-11-07Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrumbors-1/+1
2023-11-06Auto merge of #117576 - the8472:fix-io-copy-vec, r=Mark-Simulacrumbors-22/+54
2023-11-05libc: bump dependency to 0.2.150Urgau-1/+1
2023-11-04Improve documentationJonathan Behrens-1/+5
2023-11-04Bump compiler_builtins to 0.1.103Nicholas Bishop-1/+1
2023-11-04detect EOF earlierThe 8472-5/+7
2023-11-04avoid excessive initialization when copying to a VecThe 8472-17/+47
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-8/+8
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-163/+268
2023-11-02Auto merge of #117386 - roblabla:fix-switch-stdio-win7, r=ChrisDentonbors-3/+21
2023-11-01Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomccbors-1/+3
2023-11-01Auto merge of #117422 - joshtriplett:stabilize-file-times, r=workingjubileebors-21/+19
2023-10-31Add support for pre-unix-epoch file dates on Apple platforms (#108277)Sebastian Thiel-0/+66
2023-10-31Fix switch_stdout_to on Windows7roblabla-3/+21
2023-10-31Stabilize `file_set_times`Josh Triplett-21/+19
2023-10-30Rollup merge of #117177 - Ayush1325:uefi-alloc-type, r=workingjubileeLeón Orell Valerian Liehr-3/+19
2023-10-30Use ImageDataType for allocation typeAyush Singh-3/+19
2023-10-29Add tracking issueJonathan Behrens-1/+1
2023-10-30Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubileebors-2/+60
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-2/+60
2023-10-28Remove asmjs from libraryJubilee Young-15/+0
2023-10-29Don't use LFS64 symbols on muslgit-bruh-14/+42
2023-10-28Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubileeJubilee-53/+212
2023-10-27Rollup merge of #117281 - RalfJung:thread-safety, r=thomccMatthias Krüger-0/+2
2023-10-27Rollup merge of #117270 - jhpratt:hide-print-internals, r=ChrisDentonMatthias Krüger-0/+1
2023-10-27std::thread: add SAFETY commentRalf Jung-0/+2