about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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-13/+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-38/+65
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-26Simplify documentation for Extend impl for tuplesSebastian Hahn-14/+6
2024-10-26Round negative signed integer towards zero in `iN::midpoint`Urgau-38/+65
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-167/+272
2024-10-25Rollup merge of #132137 - RalfJung:behavior, r=NoratriebMatthias Krüger-31/+31
2024-10-25get rid of the internal unlikely macroRalf Jung-32/+31
2024-10-25Re-do recursive const stability checksRalf Jung-138/+244
2024-10-25Arbitrary self types v2: (unused) Receiver traitAdrian Taylor-2/+89
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-31/+31
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
2024-10-24Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgrbors-0/+39
2024-10-24Rollup merge of #131790 - nmathewson:doc_socketaddr_representation, r=tgross35Matthias Krüger-0/+39
2024-10-24provide default impl for as_utf8_patternLaiho-11/+3
2024-10-24Document textual format of SocketAddrV{4,6}Nick Mathewson-0/+39
2024-10-24Remove associated type based effects logicMichael Goulet-44/+0
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-12/+18
2024-10-23Rollup merge of #132066 - tifv:ptr-docs-typo, r=AmanieuLeón Orell Valerian Liehr-2/+2
2024-10-23Rollup merge of #132065 - tifv:dangling-docs, r=NoratriebLeón Orell Valerian Liehr-5/+3
2024-10-23Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxuLeón Orell Valerian Liehr-1/+1
2024-10-23Rollup merge of #130991 - LaihoE:vectorized_slice_contains, r=NoratriebLeón Orell Valerian Liehr-0/+26
2024-10-23const fn str::split_at*Zachary S-6/+31
2024-10-23const fn str::is_char_boundaryZachary S-6/+7
2024-10-23vectorized SliceContainsLaiho-0/+26
2024-10-24s/SmartPointer/CoerceReferent/gDing Xiang Fei-3/+4
2024-10-23fix a typo in documentation of pointer::sub_ptr()July Tikhonov-2/+2
2024-10-23fix documentation of ptr::dangling() functionJuly Tikhonov-5/+3
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-12/+18
2024-10-21Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=AmanieuJubilee-13/+13
2024-10-21Rollup merge of #132003 - RalfJung:abi-compat-docs, r=traviscrossMatthias Krüger-3/+5
2024-10-21update ABI compatibility docs for new option-like rulesRalf Jung-3/+5
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-13/+10