about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-05-29Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk许杰友 Jieyou Xu (Joe)-4/+36
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+4
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-4/+32
2024-05-28Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomezMatthias Krüger-6/+2
2024-05-28Don't format `tests/run-make/*/rmake.rs`.Nicholas Nethercote-6/+2
2024-05-28Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubileeJubilee-1/+1
2024-05-28Rollup merge of #125551 - clarfonthey:ip-bits, r=jhprattJubilee-19/+10
2024-05-28update tracking issue for lazy_cell_consumeTrevor Spiteri-1/+1
2024-05-28Auto merge of #125609 - diondokter:opt-size-char-count, r=thomccbors-1/+1
2024-05-27Rollup merge of #124870 - Lokathor:update-result-docs, r=dtolnayGuillaume Gomez-0/+24
2024-05-27Always use the general case char countDion Dokter-1/+1
2024-05-27Size optimize int formattingDion Dokter-0/+33
2024-05-26Rollup merge of #125559 - scottmcm:simplify-shift-ubcheck, r=workingjubileeJubilee-8/+4
2024-05-26Rollup merge of #125571 - tesuji:dummy-pi, r=NilstriebMatthias Krüger-4/+4
2024-05-26Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcmMatthias Krüger-6/+3
2024-05-26f32: use constants instead of reassigning a dummy value as PILzu Tao-4/+4
2024-05-26Stabilize `slice_flatten`Cyborus-6/+3
2024-05-26Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboetbors-11/+7
2024-05-25It seems that anchor names are implicitly all lowercaseLokathor-1/+1
2024-05-25Simplify the `unchecked_sh[lr]` ub-checks a bitScott McMurray-8/+4
2024-05-25Fix URL target, it's in the module not the type.Lokathor-1/+1
2024-05-25github showed that weird.Lokathor-1/+1
2024-05-25correct for copy paste errors when fixing wrapping.Lokathor-6/+6
2024-05-25Resolve https://github.com/rust-lang/rust/pull/124870#issuecomment-2128824959Lokathor-0/+3
2024-05-25revert to the inconsistent paragraph wrapping.Lokathor-52/+55
2024-05-25Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhprattMatthias Krüger-6/+8
2024-05-25Rollup merge of #122986 - taiki-e:aix-c-char, r=Mark-SimulacrumMatthias Krüger-1/+2
2024-05-25Rollup merge of #121377 - pitaj:lazy_cell_fn_pointer, r=dtolnayMatthias Krüger-14/+8
2024-05-25Stabilise ip_bits featureltdk-19/+10
2024-05-25Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlinbors-45/+161
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-11/+7
2024-05-24Rollup merge of #125497 - meesfrensel:patch-1, r=calebzulawskiMatthias Krüger-4/+4
2024-05-24Change pedantically incorrect OnceCell/OnceLock wordingMahmoud Al-Qudsi-2/+2
2024-05-24Rollup merge of #125455 - blyxyas:opt-clamp, r=joboetMatthias Krüger-0/+1
2024-05-24Fix some SIMD intrinsics documentationMees Frensel-4/+4
2024-05-24Auto merge of #121150 - Swatinem:debug-ascii-str, r=joboetbors-18/+41
2024-05-24Auto merge of #125479 - scottmcm:validate-vtable-projections, r=Nilstriebbors-8/+19
2024-05-23Validate the special layout restriction on DynMetadataScott McMurray-8/+19
2024-05-23Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methodsltdk-45/+161
2024-05-23Rollup merge of #125362 - joboet:tait_hack, r=NilstriebGuillaume Gomez-117/+44
2024-05-23Process a single not-ASCII-printable `char` per iterationArpad Borsos-8/+5
2024-05-23Auto merge of #117804 - saethlin:no-recursive-panics, r=joboetbors-2/+5
2024-05-23Make clamp inlineblyxyas-0/+1
2024-05-23panic_nounwind in Arguments::new* instead of recursingBen Kimock-2/+5
2024-05-23core: use `Copy` in TAIT to fix clippy lintjoboet-10/+10
2024-05-23Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=AmanieuMatthias Krüger-4/+7
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-5/+8
2024-05-22Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcmLeón Orell Valerian Liehr-5/+8
2024-05-22Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obkLeón Orell Valerian Liehr-5/+5
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-33/+34