about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-11-02Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcmGuillaume Gomez-9/+66
2024-11-02Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnayGuillaume Gomez-6/+5
2024-11-02Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro...Guillaume Gomez-8/+0
2024-11-02Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35Guillaume Gomez-20/+16
2024-11-02Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubileeGuillaume Gomez-5/+3
2024-11-01remove no-longer-needed attributeRalf Jung-12/+0
2024-11-01add missing safety commentsRalf Jung-0/+6
2024-11-01adjust test gating for f16/f128Ralf Jung-6/+6
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-0/+363
2024-11-01offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc...Ralf Jung-12/+12
2024-11-01feat(byte_sub_ptr): add ptr::byte_sub_ptrAria Beingessner-0/+57
2024-11-01make const_alloc_layout feature gate only about functions that are already st...Ralf Jung-6/+5
2024-11-01unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can...Ralf Jung-20/+16
2024-11-01remove some unnecessary rustc_allow_const_fn_unstableRalf Jung-8/+0
2024-10-31use semantic line breaklolbinarycat-2/+2
2024-10-31update offset_of! docs to reflect the stablization of nestingbinarycat-4/+2
2024-10-31Add intra-doc link in str::xxx_char_boundaryArthur Carcano-3/+5
2024-10-31Add a `collect_into` tuple test caseSebastian Hahn-0/+13
2024-10-31Don't impl Extend for 13-tuplesSebastian Hahn-1/+0
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+3
2024-10-30Remove do_not_const_check from Iterator methodsMichael Goulet-76/+0
2024-10-30Add intra-doc link in str::xxx_prefixArthur Carcano-2/+4
2024-10-30Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboetbors-2/+2
2024-10-29Rollup merge of #131520 - zachs18:const-str-split, r=NoratriebJubilee-12/+38
2024-10-29Stabilize `const_atomic_from_ptr`Trevor Gross-3/+3
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-1/+4
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-1/+4
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-15/+8
2024-10-28Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxubors-1/+2
2024-10-28Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJungbors-2/+10
2024-10-27Support `char::is_digit` in const contextsultrabear-1/+2
2024-10-27Use Hacker's Delight impl in `i64::midpoint` instead of wide `i128` implUrgau-2/+2
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-3/+4
2024-10-27Auto merge of #132191 - Urgau:midpoint_signed_towards_zero, r=dtolnaybors-40/+122
2024-10-26Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieubors-16/+25
2024-10-26Make clearer that guarantees in ABI compatibility are for Rust onlyMark Rousskov-2/+10
2024-10-26Add test for all midpoint expectationsUrgau-0/+55
2024-10-26Simplify documentation for Extend impl for tuplesSebastian Hahn-14/+6
2024-10-26Round negative signed integer towards zero in `iN::midpoint`Urgau-40/+67
2024-10-26Add Extend impls for tuples of arity 1 through 12Sebastian Hahn-110/+138
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-168/+272
2024-10-25Rollup merge of #132137 - RalfJung:behavior, r=NoratriebMatthias Krüger-33/+33
2024-10-25get rid of the internal unlikely macroRalf Jung-33/+31
2024-10-25Re-do recursive const stability checksRalf Jung-139/+245
2024-10-25Arbitrary self types v2: (unused) Receiver traitAdrian Taylor-2/+89
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-33/+33
2024-10-25ABI compatibility: remove section on target featuresRalf Jung-26/+6
2024-10-24Rollup merge of #131457 - kpreid:fnaddr, r=dtolnayJubilee-6/+34
2024-10-25Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubileebors-11/+3
2024-10-24Rollup merge of #132113 - LaihoE:pattern_as_utf8_default_impl, r=workingjubileeJubilee-11/+3