about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-02-21make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...Ralf Jung-12/+4
2024-02-21intrinsics::simd: add missing functionsRalf Jung-0/+103
2024-02-21Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPCbors-0/+12
2024-02-21Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercotebors-0/+40
2024-02-21Rollup merge of #121361 - pitaj:diag_items-legacy_numeric_constants, r=NilstriebDylan DPC-0/+12
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-15/+8
2024-02-20diagnostic items for legacy numeric modulesPeter Jaszkowiak-0/+12
2024-02-20Add extra detail to field commentGnome!-1/+2
2024-02-20Reduce alignment of TypeId to u64 alignmentGnomedDev-3/+7
2024-02-20Rollup merge of #121352 - malobre:patch-1, r=NilstriebMatthias Krüger-2/+2
2024-02-20Rollup merge of #121277 - reitermarkus:generic-nonzero-convert-num, r=dtolnayMatthias Krüger-367/+325
2024-02-20Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJungMatthias Krüger-4/+6
2024-02-20Add "algebraic" versions of the fast-math intrinsicsBen Kimock-0/+40
2024-02-20docs: add missing "the" to `str::strip_prefix` docMalobre-2/+2
2024-02-20Auto merge of #121345 - Nilstrieb:rollup-reb0xge, r=Nilstriebbors-180/+219
2024-02-20Correct the simd_masked_{load,store} intrinsic docsJakub Okoński-4/+6
2024-02-20Add examples for some methods on slicesTakashiidobe-1/+10
2024-02-20Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnayNilstrieb-179/+211
2024-02-20Rollup merge of #121196 - Nilstrieb:the-clever-solution, r=saethlinNilstrieb-1/+8
2024-02-20Auto merge of #120863 - saethlin:slice-get-checked, r=the8472bors-26/+42
2024-02-20fix doc linkYuri Astrakhan-1/+1
2024-02-20A much simpler version of writeYuri Astrakhan-28/+10
2024-02-20remove constYuri Astrakhan-1/+1
2024-02-20add safety textYuri Astrakhan-0/+1
2024-02-20Fix inlining issue for non-const caseYuri Astrakhan-12/+20
2024-02-20Use intrinsicYuri Astrakhan-0/+13
2024-02-20perf: improve write_fmt to handle simple stringsYuri Astrakhan-4/+6
2024-02-19Add more inline(always) to fix opt-level=z test on wasm32Ben Kimock-2/+2
2024-02-19Convert debug_assert_nounwind to intrinsics::debug_assertionsBen Kimock-24/+40
2024-02-19Make `is_nonoverlapping` `#[inline]`Nilstrieb-0/+1
2024-02-19Make intrinsic fallback bodies cross-crate inlineableNilstrieb-0/+6
2024-02-19Always inline check in `assert_unsafe_precondition` with cfg(debug_assertions)Nilstrieb-1/+8
2024-02-19Rollup merge of #121272 - pitaj:diag_items-legacy_numeric_constants, r=NilstriebMatthias Krüger-0/+32
2024-02-19Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-SimulacrumMatthias Krüger-2/+6
2024-02-19Rollup merge of #119808 - GnomedDev:encode-charsearcher-size-in-type, r=Mark-...Matthias Krüger-11/+23
2024-02-19Refactor trait implementations in `core::convert::num`.Markus Reiter-367/+325
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-2/+6
2024-02-18diagnostic items for legacy numeric constantsPeter Jaszkowiak-0/+32
2024-02-17Implement `NonZero` traits generically.Markus Reiter-179/+211
2024-02-17Auto merge of #121204 - cuviper:flatten-one-shot, r=the8472bors-12/+275
2024-02-17Allow newly added non_local_definitions in stdUrgau-0/+5
2024-02-17Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkinGuillaume Boisseau-43/+59
2024-02-17Rollup merge of #121187 - Takashiidobe:takashi/examples-for-quickselect, r=Ni...Guillaume Boisseau-6/+21
2024-02-17Auto merge of #120563 - reitermarkus:generic-nonzero-get, r=dtolnaybors-20/+21
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-13/+25
2024-02-16Clarify the flatten specialization commentJosh Stone-2/+2
2024-02-16Give the (`un`)`likely` intrinsics fallback bodiesOli Scherer-31/+37
2024-02-16Give the `assume` intrinsic a fallback bodyOli Scherer-13/+23
2024-02-16Specialize flattening iterators with only one inner itemJosh Stone-12/+275
2024-02-16Add examples to document the return type of `select_nth_unstable`, `select_nt...Takashiidobe-6/+21