about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-01-17Rollup merge of #92953 - azdavis:azdavis-copy-example, r=dtolnayMatthias Krüger-15/+61
2022-01-16Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasperMatthias Krüger-0/+24
2022-01-16Auto merge of #92356 - kellerkindt:saturating_int_assign_impl, r=dtolnaybors-0/+187
2022-01-15Touch up stray comment in PR 92953David Tolnay-2/+2
2022-01-15Clear up discriminants with more examplesAriel Davis-18/+52
2022-01-15Copy an example to PartialOrd as wellAriel Davis-3/+15
2022-01-15Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcmMatthias Krüger-15/+41
2022-01-15Rollup merge of #92382 - clarfonthey:const_convert, r=scottmcmMatthias Krüger-10/+15
2022-01-14Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-SimulacrumMatthias Krüger-7/+5
2022-01-12Rollup merge of #92328 - camelid:sentence, r=scottmcmMatthias Krüger-1/+1
2022-01-11Partially stabilize `maybe_uninit_extra`Miguel Ojeda-7/+5
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-31/+31
2022-01-10Simplify BigNum::bit_length() with log2()Christopher Swenson-8/+6
2022-01-10Simplification of BigNum::bit_lengthChristopher Swenson-10/+38
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-7/+11
2022-01-09Rollup merge of #92671 - WaffleLapkin:atomic_from_mut_unique_ref, r=m-ou-seMatthias Krüger-6/+6
2022-01-09Rollup merge of #92657 - Kixunil:ptr_as_const_mut, r=m-ou-seMatthias Krüger-0/+24
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-31/+31
2022-01-08Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-sebors-29/+5
2022-01-08Implemented const casts of raw pointersMartin Habovstiak-0/+24
2022-01-08Make `Atomic*::from_mut` return `&mut Atomic*`Maybe Waffle-6/+6
2022-01-07Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplettEric Huss-0/+10
2022-01-07Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472Eric Huss-0/+4
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+27
2022-01-06Add diagnostic items for macrosAlex Macleod-0/+24
2022-01-06add some missing must use to float opsasquared31415-0/+10
2022-01-05Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgrbors-22/+32
2022-01-05Rollup merge of #92574 - luojia65:riscv-kernel-dev-rust, r=AmanieuMatthias Krüger-5/+15
2022-01-05Rollup merge of #92483 - ksqsf:master, r=dtolnayMatthias Krüger-8/+8
2022-01-05Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantillaMatthias Krüger-9/+9
2022-01-05Rollup merge of #92322 - alper:add_debug_trait_documentation, r=dtolnayMatthias Krüger-2/+21
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-5/+15
2022-01-04Add note about non_exhaustive to variant_countMark Rousskov-0/+4
2022-01-04Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgrbors-89/+124
2022-01-04Touch up Debug example from PR 92322David Tolnay-3/+7
2022-01-04Rollup merge of #92530 - dtolnay:contains, r=yaahcMatthias Krüger-88/+92
2022-01-04Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahcMatthias Krüger-1/+32
2022-01-04Stabilize `result_cloned` and `result_copied`ksqsf-8/+8
2022-01-03Make the documentation of builtin macro attributes accessibleDaniel Henry-Mantilla-11/+17
2022-01-03Move `contains` method of Option and Result lower in docsDavid Tolnay-88/+92
2022-01-03Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplettMatthias Krüger-428/+449
2022-01-02Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplettbors-0/+5
2021-12-30Consolidate impl Option<&mut T>David Tolnay-4/+5
2021-12-30Consolidate impl Option<&T>David Tolnay-28/+29
2021-12-30Move Option::as_deref_mutDavid Tolnay-28/+26
2021-12-30Move Option::as_derefDavid Tolnay-28/+26
2021-12-30Move Option::unwrap_or_defaultDavid Tolnay-41/+39
2021-12-30Consolidate impl Result<&mut T, E>David Tolnay-5/+9
2021-12-30Consolidate impl Result<&T, E>David Tolnay-22/+26
2021-12-30Move Result::into_errDavid Tolnay-36/+37