about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-48/+89
2022-03-21Add `Destructible` for replacing `~const Drop`Deadbeef-0/+7
2022-03-20Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPCMatthias Krüger-4/+4
2022-03-20Rollup merge of #94989 - compiler-errors:stream-alias, r=Dylan-DPCMatthias Krüger-0/+1
2022-03-19Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnaybors-0/+3
2022-03-19Provide more useful documentation of conversion methodsWaleed Dahshan-4/+4
2022-03-18Rollup merge of #95083 - danielhenrymantilla:patch-2, r=RalfJungMatthias Krüger-1/+3
2022-03-18Rollup merge of #95017 - zachs18:cmp_ordering_derive_eq, r=Dylan-DPCMatthias Krüger-4/+1
2022-03-18Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahcMatthias Krüger-2/+48
2022-03-18Document that `Option<extern "abi" fn>` discriminant elision applies for any ABIDaniel Henry-Mantilla-1/+3
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-1/+1
2022-03-17Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillotDylan DPC-1/+1
2022-03-16Derive Eq for std::cmp::Ordering, instead of using manual impl.Zachary S-4/+1
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-15Add Stream alias for AsyncIteratorMichael Goulet-0/+1
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-26/+50
2022-03-14Stabilize ADX target featureTony Arcieri-1/+1
2022-03-14Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=AmanieuMatthias Krüger-1/+1
2022-03-14Stabilise `aarch64_target_feature`Adam Gemmell-1/+1
2022-03-13Rollup merge of #94816 - WaffleLapkin:atomic_get_mut_slice, r=Mark-SimulacrumMatthias Krüger-0/+110
2022-03-13Rollup merge of #93292 - nvzqz:nonzero-bits, r=dtolnayMatthias Krüger-1/+39
2022-03-12Use reduce_sum in as_simd exampleJubilee Young-1/+1
2022-03-12Use `Self::BITS` in `log2` implementationNikolai Vazquez-1/+1
2022-03-12Implement `BITS` constant for non-zero integersNikolai Vazquez-0/+38
2022-03-11Format core and std macro rules, removing needless surrounding blocksDavid Tolnay-26/+50
2022-03-11Rollup merge of #94838 - antonok-edm:float-parse-docs, r=Dylan-DPCDylan DPC-5/+8
2022-03-11Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplettDylan DPC-4/+4
2022-03-11Rollup merge of #87618 - GuillaumeGomez:std-char-types-doc, r=jyn514,camelidDylan DPC-1/+6
2022-03-11Rollup merge of #94842 - tspiteri:there-is-no-try, r=Dylan-DPCDylan DPC-3/+6
2022-03-11Rollup merge of #94776 - martingms:optimize-escape-default, r=nnethercoteDylan DPC-8/+6
2022-03-11remove unnecessary try_opt for operations that cannot failTrevor Spiteri-3/+6
2022-03-10make float parsing docs more comprehensiveAnton Lazarev-5/+8
2022-03-11Rollup merge of #94765 - m-ou-se:is-some-and, r=Dylan-DPCDylan DPC-15/+15
2022-03-11Rollup merge of #93293 - nvzqz:nonzero-min-max, r=joshtriplettDylan DPC-0/+101
2022-03-10Move note about 0 gap to signed integersNikolai Vazquez-8/+8
2022-03-10Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPCDylan DPC-5/+0
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-149/+149
2022-03-11Add `Atomic*::get_mut_slice`Maybe Waffle-0/+110
2022-03-10Rename `IntoFuture::Future` to `IntoFuture::IntoFuture`Yoshua Wuyts-4/+4
2022-03-10Rollup merge of #94587 - JKAnderson409:issue-90107-fix, r=scottmcmMatthias Krüger-3/+16
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-149/+149
2022-03-10Inline <EscapeDefault as Iterator>::nextMartin Gammelsæter-0/+2
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-0/+5
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-53/+147
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-0/+1
2022-03-10Let `try_collect` take advantage of `try_fold` overridesScott McMurray-2/+48
2022-03-09enable portable-simd doctests in MiriRalf Jung-5/+0
2022-03-09Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-seMatthias Krüger-0/+71
2022-03-09Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-seMatthias Krüger-1/+2
2022-03-09Rollup merge of #91804 - woppopo:const_clone, r=oli-obkMatthias Krüger-11/+33