about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-03-25Rollup merge of #95276 - FoseFx:clippy_trim_split_whitespace, r=flip1995Dylan DPC-0/+4
2022-03-24Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahcbors-0/+1
2022-03-24add diagnostic items for clippy'sMax Baumann-0/+4
2022-03-24Auto merge of #87667 - the8472:document-in-place-iter, r=yaahcbors-0/+9
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-45/+93
2022-03-23ptr::guaranteed_eq doc typoasquared31415-2/+2
2022-03-23Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPCbors-3/+46
2022-03-23Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcmDylan DPC-3/+30
2022-03-23Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnaybors-6/+9
2022-03-22Limit test_variadic_fnptr to unixbjorn3-1/+1
2022-03-22add perf side effect docs to `Iterator::cloned()`Andre Bogus-0/+16
2022-03-22Auto merge of #95107 - r00ster91:fmt, r=joshtriplettbors-3/+3
2022-03-21Add u16::is_utf16_surrogateltdk-3/+30
2022-03-21add module-level documentation for vec's in-place iterationThe8472-0/+9
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-48/+89
2022-03-21Add `Destructible` for replacing `~const Drop`Deadbeef-0/+7
2022-03-20Don't declare test_variadic_fnptr with two conflicting signaturesbjorn3-6/+9
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-19Improve formatting in macror00ster91-3/+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/+14
2022-03-18Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahcMatthias Krüger-2/+72
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-16Add test for StructuralEq for std::cmp::Ordering.Zachary S-0/+13
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-13Auto merge of #94916 - matthiaskrgr:rollup-s6zedfl, r=matthiaskrgrbors-1/+149
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-13Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrumbors-2/+0
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