about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-12-18Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r...Jacob Pratt-1/+1
2024-12-19fix typo in ptr/mod.rsleejaehong-1/+1
2024-12-18Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35...bors-1/+1
2024-12-18fix(LazyCell): documentation of get[_mut] was wrongJalil David Salamé Messina-2/+2
2024-12-18Stabilize `#[diagnostic::do_not_recommend]`Georg Semmler-1/+1
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-12-17Rollup merge of #134426 - hkBst:patch-3, r=lqdMatthias Krüger-1/+1
2024-12-17Fix typo in uint_macros.rsMarijn Schouten-1/+1
2024-12-16Stabilize #[coverage] attributeltdk-4/+6
2024-12-16Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomezMatthias Krüger-0/+2
2024-12-15Rollup merge of #134310 - tkr-sh:master, r=NoratriebStuart Cook-12/+12
2024-12-15Asserts the maximum value that can be returned from `Vec::len`EFanZh-0/+11
2024-12-14Rollup merge of #134022 - shahn:doc_clarify_extend_for_tuple_version, r=tgross35Matthias Krüger-7/+56
2024-12-14Correct spelling of CURRENT_RUSTC_VERSIONSebastian Hahn-7/+56
2024-12-14Replace i32 by char in `split_at` & `_unchecked`tkirishima-12/+12
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-3/+89
2024-12-14Rollup merge of #133942 - BD103:black-box-docs, r=saethlinMatthias Krüger-3/+89
2024-12-14Rollup merge of #134255 - bjoernager:master, r=NoratriebMatthias Krüger-2/+2
2024-12-13de-stabilize bench attributeRalf Jung-1/+0
2024-12-13rustdoc-search: let From and Into be unboxedMichael Howell-0/+2
2024-12-13Rollup merge of #134229 - purplesyringa:provenance-docs, r=saethlinMatthias Krüger-4/+5
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+27
2024-12-13Auto merge of #134047 - saethlin:inline-fmt-rt, r=m-ou-sebors-17/+17
2024-12-13Update includes in '/library/core/src/error.rs';Gabriel Bjørnager Jensen-2/+2
2024-12-13Stabilize async closuresMichael Goulet-8/+16
2024-12-12Fix typos in docs on provenanceAlisa Sireneva-4/+5
2024-12-12feat: clarify how to use `black_box()`BD103-3/+89
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+27
2024-12-12Rollup merge of #134179 - zachs18:align_offset_mut_ptr_doc, r=workingjubileeMatthias Krüger-9/+0
2024-12-12Rollup merge of #134178 - ehuss:stabilize-2024-prelude, r=amanieu,traviscross...Matthias Krüger-2/+2
2024-12-11Stabilize the Rust 2024 preludeEric Huss-2/+2
2024-12-11Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgrbors-81/+112
2024-12-11Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcmMatthias Krüger-28/+32
2024-12-11Rollup merge of #132975 - arichardson:ffi-c-char, r=tgross35Matthias Krüger-53/+80
2024-12-11Remove consteval note from <*mut T>::align_offset docs.Zachary S-9/+0
2024-12-11Rollup merge of #134079 - tbu-:pr_doc_x8_to_from_xe_bytes, r=jhprattJacob Pratt-4/+29
2024-12-11Add a note saying that `{u8,i8}::from_{be,le,ne}_bytes` is meaninglessTobias Bucher-4/+29
2024-12-10Rollup merge of #134116 - RalfJung:const_nonnull_new, r=jhprattLeón Orell Valerian Liehr-3/+1
2024-12-10Rollup merge of #134100 - eholk:noop-rustc-const-stable, r=dtolnayLeón Orell Valerian Liehr-1/+0
2024-12-10Add references to the specific ABI documentsAlex Richardson-7/+63
2024-12-10Remove l4re from the unsigned char operating system listAlex Richardson-2/+2
2024-12-10De-duplicate and improve definition of core::ffi::c_charAlex Richardson-53/+24
2024-12-10stabilize const_nonnull_newRalf Jung-3/+1
2024-12-09Remove rustc_const_stable attribute on const NOOPEric Holk-1/+0
2024-12-09Rollup merge of #134032 - snprajwal:fix-docs, r=joboetLeón Orell Valerian Liehr-8/+8
2024-12-09core: use public method instead of instrinsicjoboet-2/+2
2024-12-09core: improve commentsJonas Böttiger-3/+5
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-0/+1
2024-12-09Rollup merge of #133789 - rossmacarthur:then-with-doc-alias, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-12-08Switch inline(always) in core/src/fmt/rt.rs to plain inlineBen Kimock-17/+17