about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2025-03-29Promise `array::from_fn` in generated in order of increasing indicesScott McMurray-6/+27
2025-03-28fix docs for `Peekable::next_if{_eq}`Yotam Ofek-3/+3
2025-03-28Rollup merge of #138976 - xizheyin:issue-138969, r=RalfJungMatthias Krüger-1/+2
2025-03-28Add `slice::align_to_uninit_mut`Nikolai Kuklin-2/+51
2025-03-28std: Explain range follows standard half-open range in `offset`xizheyin-1/+2
2025-03-27Use char::is_whitespace directly in str::trim*DaniPopes-3/+3
2025-03-26Pass `Alignment` for `RawVecInner::new_in`James Wainwright-0/+8
2025-03-26Expose `Unique::from<NonNull>` in const internallyJames Wainwright-1/+7
2025-03-26Use cfg_match in coreChristopher Durham-118/+53
2025-03-26mark cfg_match! semitransparentChristopher Durham-3/+4
2025-03-26chore: remove redundant words in commentpudongair-3/+3
2025-03-26Keeps the inspect() classification the same as in ResultHegui Dai-3/+7
2025-03-26Update the index of Result to make the summary more comprehensiveHegui Dai-2/+23
2025-03-26Add target-specific NaN payloads for the missing tier 2 targetsbeetrees-3/+5
2025-03-25Rollup merge of #138945 - DaniPopes:override-partialord-bool, r=scottmcmJacob Pratt-27/+23
2025-03-26Update the index.html of Option to make the summary more comprehensiveHegui Dai-2/+21
2025-03-25Override PartialOrd methods for boolDaniPopes-27/+23
2025-03-25Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviperMatthias Krüger-0/+2
2025-03-23Rollup merge of #138135 - scottmcm:chaining-ord, r=Mark-SimulacrumJacob Pratt-11/+109
2025-03-23Stop using specialization for thisScott McMurray-82/+93
2025-03-23Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errorsMichael Goulet-1/+1
2025-03-23Rollup merge of #136040 - mu001999-contrib:cleanup, r=Mark-SimulacrumMichael Goulet-55/+0
2025-03-23fix typoTakayuki Maeda-1/+1
2025-03-23Auto merge of #138833 - joboet:optimize-repeat-n, r=thomccbors-4/+55
2025-03-22Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgrbors-0/+4
2025-03-22core: optimize `RepeatN`joboet-4/+55
2025-03-22Rollup merge of #138804 - tgross35:atomic-from-ptr-inline, r=RalfJungMatthias Krüger-0/+3
2025-03-22Rollup merge of #138773 - RalfJung:catch_unwind_docs, r=jhprattMatthias Krüger-0/+1
2025-03-22Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcmbors-187/+234
2025-03-21Allow inlining for `Atomic*::from_ptr`Trevor Gross-0/+3
2025-03-21Add todo comment on using a niche type for fmt flags.Mara Bos-0/+2
2025-03-21Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkinMatthias Krüger-0/+1
2025-03-21catch_unwind intrinsic: document return valueRalf Jung-0/+1
2025-03-21Recognise new IPv6 non-global range from RFC9602Bardi Harborow-0/+2
2025-03-21Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdevMatthias Krüger-1/+2
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+1
2025-03-19Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrdScott McMurray-11/+98
2025-03-19Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-seMatthias Krüger-8/+18
2025-03-19Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35Matthias Krüger-139/+181
2025-03-19use thenbendn-5/+1
2025-03-18Optimize io::Write::write_fmt for constant stringsThalia Archibald-1/+2
2025-03-17Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicolaMatthias Krüger-0/+1
2025-03-17Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhprattbors-3/+6
2025-03-16Rollup merge of #136359 - hkBst:ptr_copy_docs, r=AmanieuJacob Pratt-3/+6
2025-03-17Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieubors-2/+48
2025-03-16Make ControlFlow must_useMichael Goulet-0/+1
2025-03-16Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhprattbors-4/+4
2025-03-16Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc许杰友 Jieyou Xu (Joe)-1/+26
2025-03-16Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+9
2025-03-16Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-36/+48