about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-11-22unnecessary_castChris Denton-9/+9
2023-11-22needless_borrowChris Denton-8/+8
2023-11-22needless_borrows_for_generic_argsChris Denton-2/+2
2023-11-22manual_slice_size_calculationChris Denton-1/+1
2023-11-22unnecessary_mut_passedChris Denton-4/+4
2023-11-22useless_conversionChris Denton-1/+1
2023-11-22needless_returnChris Denton-1/+1
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-1/+1
2023-11-22allow clippy style in windows/c.rsChris Denton-0/+1
2023-11-21Update backtrace submoduleroblabla-0/+0
2023-11-21Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomccbors-0/+35
2023-11-21Rollup merge of #118094 - JarvisCraft:SpecFromElem-for-empty-tuple, r=thomccNilstrieb-4/+19
2023-11-21Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubileeNilstrieb-0/+2
2023-11-20docs(GH-118094): make docs a bit more explicitPetr Portnov-3/+3
2023-11-20chore(GH-118094): explicitly mark `_elem` as unusedPetr Portnov-1/+1
2023-11-20feat: specialize `SpecFromElem` for `()`Petr Portnov-4/+19
2023-11-19Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-SimulacrumMichael Goulet-11/+90
2023-11-19Use an absolute path to the NUL deviceChris Denton-1/+1
2023-11-19Don't set cmsg fields in msghdr if we have no cmsg to sendThe 8472-3/+4
2023-11-19Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrumbors-1/+14
2023-11-19Rollup merge of #116750 - fintelia:seek_seek_relative, r=Mark-SimulacrumTakayuki Maeda-0/+40
2023-11-18Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkovbors-11/+16
2023-11-18Update based on petrochenkov's reviewGeorge Bateman-3/+4
2023-11-18Auto merge of #115412 - eswartz:docs/total_cmp-test-result-in-docs, r=scottmcmbors-6/+22
2023-11-18guarantee that char and u32 are ABI-compatibleRalf Jung-4/+5
2023-11-18Auto merge of #115249 - clarfonthey:alignment, r=scottmcmbors-1/+44
2023-11-18impl more traits for ptr::Alignment, add mask methodltdk-1/+44
2023-11-18Auto merge of #117825 - fee1-dead-contrib:corefx, r=petrochenkovbors-0/+1
2023-11-18Auto merge of #117138 - zachs18:rwlock_guard_debug_unsized, r=dtolnaybors-2/+2
2023-11-17Document behavior of `<dyn Any as Any>::type_id()`Jules Bertholet-0/+5
2023-11-17Rollup merge of #118006 - lcnr:discriminant-docs, r=compiler-errorsMatthias Krüger-4/+6
2023-11-17Rollup merge of #117549 - DaniPopes:more-copied, r=b-naberMatthias Krüger-2/+2
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-21/+0
2023-11-17Use ptr::invalid_mut for SGX image baseMohsen Zohrevandi-1/+1
2023-11-17Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnaybors-0/+4
2023-11-17Update windows-bindgenChris Denton-5/+5
2023-11-17Define `INVALID_HANDLE_VALUE` ourselvesChris Denton-2/+3
2023-11-17only free lifetimes may get erasedlcnr-4/+6
2023-11-17Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-SimulacrumMatthias Krüger-4/+113
2023-11-17linking in general has more pitfalls than just call ABIRalf Jung-2/+3
2023-11-17Rollup merge of #117946 - RalfJung:miri-libcore-test, r=Mark-SimulacrumTakayuki Maeda-2/+5
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-10/+14
2023-11-16Stabilize ptr_addr_eq library featureUrgau-5/+5
2023-11-16std: personality: support gcc personality on XousSean Cross-0/+1
2023-11-16panic_unwind: support unwinding on xousSean Cross-0/+1
2023-11-16unwind: add support for using `unwinding` crateSean Cross-6/+120
2023-11-15Re-format code with new rustfmtMark Rousskov-36/+43
2023-11-16if available use a Child's pidfd for kill/waitThe 8472-4/+78
2023-11-15Bump cfg(bootstrap)sMark Rousskov-37/+24
2023-11-15Substitute version placeholdersMark Rousskov-75/+75