| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | Add intra-doc link in str::xxx_prefix | Arthur Carcano | -2/+4 |
| 2024-10-30 | Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet | bors | -2/+2 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -12/+38 |
| 2024-10-29 | Stabilize `const_atomic_from_ptr` | Trevor Gross | -3/+3 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -1/+4 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -1/+4 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -13/+8 |
| 2024-10-28 | Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxu | bors | -1/+2 |
| 2024-10-28 | Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJung | bors | -2/+10 |
| 2024-10-27 | Support `char::is_digit` in const contexts | ultrabear | -1/+2 |
| 2024-10-27 | Use Hacker's Delight impl in `i64::midpoint` instead of wide `i128` impl | Urgau | -2/+2 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -3/+4 |
| 2024-10-27 | Auto merge of #132191 - Urgau:midpoint_signed_towards_zero, r=dtolnay | bors | -38/+65 |
| 2024-10-26 | Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieu | bors | -16/+25 |
| 2024-10-26 | Make clearer that guarantees in ABI compatibility are for Rust only | Mark Rousskov | -2/+10 |
| 2024-10-26 | Simplify documentation for Extend impl for tuples | Sebastian Hahn | -14/+6 |
| 2024-10-26 | Round negative signed integer towards zero in `iN::midpoint` | Urgau | -38/+65 |
| 2024-10-26 | Add Extend impls for tuples of arity 1 through 12 | Sebastian Hahn | -110/+138 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -167/+272 |
| 2024-10-25 | Rollup merge of #132137 - RalfJung:behavior, r=Noratrieb | Matthias Krüger | -31/+31 |
| 2024-10-25 | get rid of the internal unlikely macro | Ralf Jung | -32/+31 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -138/+244 |
| 2024-10-25 | Arbitrary self types v2: (unused) Receiver trait | Adrian Taylor | -2/+89 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -31/+31 |
| 2024-10-25 | ABI compatibility: remove section on target features | Ralf Jung | -26/+6 |
| 2024-10-24 | Rollup merge of #131457 - kpreid:fnaddr, r=dtolnay | Jubilee | -6/+34 |
| 2024-10-25 | Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubilee | bors | -11/+3 |
| 2024-10-24 | Rollup merge of #132113 - LaihoE:pattern_as_utf8_default_impl, r=workingjubilee | Jubilee | -11/+3 |
| 2024-10-24 | Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgr | bors | -0/+39 |
| 2024-10-24 | Rollup merge of #131790 - nmathewson:doc_socketaddr_representation, r=tgross35 | Matthias Krüger | -0/+39 |
| 2024-10-24 | provide default impl for as_utf8_pattern | Laiho | -11/+3 |
| 2024-10-24 | Document textual format of SocketAddrV{4,6} | Nick Mathewson | -0/+39 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -44/+0 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -12/+18 |
| 2024-10-23 | Rollup merge of #132066 - tifv:ptr-docs-typo, r=Amanieu | León Orell Valerian Liehr | -2/+2 |
| 2024-10-23 | Rollup merge of #132065 - tifv:dangling-docs, r=Noratrieb | León Orell Valerian Liehr | -5/+3 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2024-10-23 | Rollup merge of #130991 - LaihoE:vectorized_slice_contains, r=Noratrieb | León Orell Valerian Liehr | -0/+26 |
| 2024-10-23 | const fn str::split_at* | Zachary S | -6/+31 |
| 2024-10-23 | const fn str::is_char_boundary | Zachary S | -6/+7 |
| 2024-10-23 | vectorized SliceContains | Laiho | -0/+26 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -3/+4 |
| 2024-10-23 | fix a typo in documentation of pointer::sub_ptr() | July Tikhonov | -2/+2 |
| 2024-10-23 | fix documentation of ptr::dangling() function | July Tikhonov | -5/+3 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -12/+18 |
| 2024-10-21 | Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=Amanieu | Jubilee | -13/+13 |
| 2024-10-21 | Rollup merge of #132003 - RalfJung:abi-compat-docs, r=traviscross | Matthias Krüger | -3/+5 |
| 2024-10-21 | update ABI compatibility docs for new option-like rules | Ralf Jung | -3/+5 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -13/+10 |