about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2025-02-20Implement 'PartialEq<{&Self, CString, Cow<Self>}>' for 'CStr'; Implement 'Par...Gabriel Bjørnager Jensen-0/+14
2025-02-20Guarantee behavior of transmuting Option::<T>::None subject to NPOJoshua Liebow-Feeser-14/+16
2025-02-20Implement feature `isolate_most_least_significant_one` for integer typesokaneco-0/+156
2025-02-19add `IntoBounds::intersect` and `RangeBounds::is_empty`Peter Jaszkowiak-5/+135
2025-02-20Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgrbors-18/+7
2025-02-20Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t...Matthias Krüger-18/+7
2025-02-19Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgrbors-23/+39
2025-02-19Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-ptr-selec...Matthias Krüger-18/+13
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-5/+26
2025-02-19stabilize `inherent_str_constructors`may-18/+7
2025-02-19Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=AmanieuMatthias Krüger-2/+2
2025-02-19core/net: IpAddr*::as_octets()Nathan Perry-0/+60
2025-02-19Rollup merge of #137228 - steffahn:one-coerces-to-supertypes-not-subtypes, r=...Matthias Krüger-4/+4
2025-02-19Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhprattMatthias Krüger-9/+8
2025-02-18Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgrbors-8/+8
2025-02-18Remove outdated target `unexpected_cfgs`Josh Stone-1/+0
2025-02-18Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=AmanieuMatthias Krüger-8/+8
2025-02-18Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errorsUrgau-0/+1
2025-02-18Rollup merge of #136750 - kornelski:ub-bug, r=saethlinUrgau-3/+3
2025-02-18update `cfg(bootstrap)`Josh Stone-129/+11
2025-02-18Fix typo in hidden internal docs of `TrustedRandomAccess`Frank Steffahn-4/+4
2025-02-18update version placeholdersJosh Stone-21/+21
2025-02-18add last std diagnostic items for clippycyrgani-0/+1
2025-02-18Add #[track_caller] to Duration Div implPeter Todd-0/+2
2025-02-17Update some comparison tests now that they pass in LLVM20Scott McMurray-4/+4
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-0/+4
2025-02-17stabilize (const_)ptr_sub_ptrbendn-20/+13
2025-02-16Rollup merge of #137114 - ChrisDenton:error, r=NoratriebMatthias Krüger-0/+24
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-15/+15
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-0/+4
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-5/+26
2025-02-16fix docs for inherent str constructorsmay-8/+8
2025-02-16Add an example for std::error::ErrorChris Denton-0/+24
2025-02-16Make ub_check message clear that it's not an assertKornel-3/+3
2025-02-15remove MaybeUninit::uninit_arraycyrgani-36/+0
2025-02-15docs: fix broken intra-doc links that never workedMichael Howell-5/+2
2025-02-15core: Make `Debug` impl of raw pointers print metadata if presentMartin Nordholts-1/+24
2025-02-15core: Document why Pointee::Metadata can't have 'static boundMartin Nordholts-0/+2
2025-02-15Rollup merge of #136879 - kornelski:non1, r=NoratriebJacob Pratt-0/+10
2025-02-15Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcmJacob Pratt-4/+4
2025-02-15tidying up tidyprogressive-galib-4/+4
2025-02-14Add real safety commentsScott McMurray-1/+14
2025-02-14Go back to `Some` instead of transmuting to it.Scott McMurray-1/+1
2025-02-14Save another BB by using `SubUnchecked` instead of a call to `arith_offset`Scott McMurray-5/+5
2025-02-14Simplify `slice::Iter::next` enough that it inlinesScott McMurray-7/+17
2025-02-15replaced the four occurrences of issue ="50547" inprogressive.galib-4/+4
2025-02-15Make phantom variance markers transparentJacob Pratt-0/+12
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-1/+1
2025-02-14Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=AmanieuJubilee-5/+5
2025-02-15Stabilize (and const-stabilize) `integer_sign_cast`Pavel Grigorenko-9/+8