about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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-15avoid exhaustive i16 test in MiriRalf Jung-2/+5
2023-11-16remove unnecessary dropzhiqiangxu-2/+1
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-14Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillotbors-15/+73
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-15/+73
2023-11-14Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviperbors-7/+24
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-13/+4
2023-11-12Reenable effects in libcoreDeadbeef-0/+1
2023-11-11round to evenJames Dietz-349/+13
2023-11-11fix rounding issue with exponents in fmtJames Dietz-4/+357
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-222/+302
2023-11-11clarify ABI compatibility of fn ptr types and ptr typesRalf Jung-9/+9
2023-11-10Update variable name to fix `unused_variables` warningDuo Wang-1/+1
2023-11-10add 'import functions' to the list of situations where ABI compatibility come...Ralf Jung-5/+8
2023-11-10CFI: Add missing use core::ffi::c_intRamon de C Valle-0/+2
2023-11-10Auto merge of #117572 - RalfJung:addr_of, r=cuviperbors-6/+24
2023-11-10mention null explicitlyRalf Jung-2/+2
2023-11-10Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviperMatthias Krüger-13/+136
2023-11-10Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviperMatthias Krüger-0/+10
2023-11-10Closure-consuming helper functions for `fmt::Debug` helpersJohn Millikin-13/+136
2023-11-09Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-seTakayuki Maeda-22/+30
2023-11-09Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJungTakayuki Maeda-43/+81
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-22/+30
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-0/+1
2023-11-08Refactor `binary_search_by` to use conditional movesokaneco-9/+8
2023-11-08Auto merge of #115460 - zachs18:borrowedcursor_write_no_panic, r=dtolnaybors-2/+3
2023-11-07Fix addition formattingscottmcm-2/+2
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-07Document how rust atomics work wrt mixed-sized and non-atomic accessesMaybe Waffle-43/+81
2023-11-07Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrumbors-1/+1
2023-11-06Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDentonMatthias Krüger-4/+4
2023-11-06Auto merge of #116988 - RalfJung:null, r=WaffleLapkinbors-0/+10
2023-11-06Documentation cleanup for core::error::Request.Sven Marnach-4/+4
2023-11-06Auto merge of #117576 - the8472:fix-io-copy-vec, r=Mark-Simulacrumbors-22/+54
2023-11-05Auto merge of #96979 - SabrinaJewson:waker-update, r=workingjubileebors-1/+14
2023-11-05Add `Duration::abs_diff`Ole Bertram-0/+35
2023-11-05Auto merge of #117179 - Voultapher:fix-useless-comp-in-partition-equal, r=Mar...bors-3/+10
2023-11-05libc: bump dependency to 0.2.150Urgau-1/+1
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-0/+1