summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-06-10replace version placeholderPietro Albini-75/+75
2024-06-07Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcmMatthias Krüger-3/+1
2024-06-06Rollup merge of #125606 - diondokter:opt-size-int-fmt, r=cuviperJubilee-0/+33
2024-06-06Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhprattJubilee-1/+6
2024-06-06[RFC-2011] Allow `core_intrinsics` when activatedCaio-1/+6
2024-06-06Stabilize Option::take_ifDaniel Sedlak-3/+1
2024-06-05Rollup merge of #125995 - kpreid:const-uninit-stable, r=NilstriebJubilee-12/+5
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-7/+5
2024-06-04Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`.Kevin Reid-2/+1
2024-06-04Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp...Kevin Reid-10/+4
2024-06-04Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils...Guillaume Gomez-0/+15
2024-06-04Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=AmanieuGuillaume Gomez-2/+40
2024-06-04Add function `core::iter::chain`Ross MacArthur-2/+40
2024-06-04Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper许杰友 Jieyou Xu (Joe)-2/+2
2024-06-03Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obkbors-26/+32
2024-06-02Explain LazyCell in core::cell overviewJubilee Young-0/+15
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-26/+32
2024-06-02Rollup merge of #125898 - RalfJung:typo, r=NilstriebJubilee-1/+1
2024-06-02Rollup merge of #125884 - Rua:integer_sign_cast, r=Mark-SimulacrumJubilee-0/+48
2024-06-02Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472Jubilee-19/+36
2024-06-02Wording of the documentationRua-4/+4
2024-06-02typo: depending from -> onRalf Jung-1/+1
2024-06-02Implement feature `integer_sign_cast`Rua-0/+48
2024-06-01Change f32::midpoint to upcast to f64RustyYato-19/+36
2024-06-02Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472bors-2/+5
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-0/+13
2024-05-30Rollup merge of #125746 - jmillikin:duration-from-weeks-typo, r=lqdMatthias Krüger-1/+1
2024-05-30Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubileeMatthias Krüger-1/+6
2024-05-30explain what the open questions are, and add a Miri test for thatRalf Jung-0/+5
2024-05-30Fix copy-paste error in `Duration::from_weeks` panic message.John Millikin-1/+1
2024-05-30Rollup merge of #125733 - compiler-errors:async-fn-assoc-item, r=fmeaseLeón Orell Valerian Liehr-1/+5
2024-05-29drop_in_place: weaken the claim of equivalence with drop(ptr.read())Ralf Jung-1/+1
2024-05-29Add lang item for AsyncFnKindHelper::UpvarsMichael Goulet-0/+1
2024-05-29Add lang item for Future::OutputMichael Goulet-1/+1
2024-05-29Add lang items for AsyncFn's associated typesMichael Goulet-0/+3
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-8/+8
2024-05-29Add safety comment to fix tidyDaria Sukhonina-0/+2
2024-05-29Optimize async drop glue for some old typesDaria Sukhonina-0/+11
2024-05-29Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk许杰友 Jieyou Xu (Joe)-4/+36
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+4
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-4/+32
2024-05-28Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomezMatthias Krüger-6/+2
2024-05-28Don't format `tests/run-make/*/rmake.rs`.Nicholas Nethercote-6/+2
2024-05-28Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubileeJubilee-1/+1
2024-05-28Rollup merge of #125551 - clarfonthey:ip-bits, r=jhprattJubilee-19/+10
2024-05-28update tracking issue for lazy_cell_consumeTrevor Spiteri-1/+1
2024-05-28Auto merge of #125609 - diondokter:opt-size-char-count, r=thomccbors-1/+1
2024-05-27Rollup merge of #124870 - Lokathor:update-result-docs, r=dtolnayGuillaume Gomez-0/+24
2024-05-27Always use the general case char countDion Dokter-1/+1
2024-05-27Size optimize int formattingDion Dokter-0/+33