about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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/+209
2024-02-17Allow newly added non_local_definitions in stdUrgau-0/+2
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-1/+21
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/+209
2024-02-16Add examples to document the return type of `select_nth_unstable`, `select_nt...Takashiidobe-6/+21
2024-02-16Auto merge of #116385 - kornelski:maybe-rename, r=Amanieubors-13/+13
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-95/+98
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-168/+168
2024-02-16Rollup merge of #121155 - tspiteri:strict-doc-overflow, r=NilstriebGuillaume Gomez-0/+79
2024-02-16Rollup merge of #120971 - PizzasBear:patch-1, r=NilstriebGuillaume Gomez-1/+1
2024-02-16Rollup merge of #120777 - Marcondiro:unicode15-1, r=ManishearthGuillaume Gomez-6/+6
2024-02-15doc: panicking division by zero examples for unsigned strict div opsTrevor Spiteri-0/+27
2024-02-15doc: add note before panicking examples for strict_overflow_opsTrevor Spiteri-0/+52
2024-02-15Add slice::try_rangeltdk-5/+56
2024-02-15Auto merge of #119863 - tmiasko:will-wake, r=m-ou-sebors-1/+3
2024-02-15Add ASCII fast-path for `char::is_grapheme_extended`Arpad Borsos-1/+1
2024-02-15Rollup merge of #121082 - peterjoel:atomic-docs, r=cuviperMatthias Krüger-2/+3
2024-02-15Rollup merge of #111106 - Stargateur:doc/format_args, r=m-ou-seMatthias Krüger-0/+8
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-35/+31
2024-02-15Use generic `NonZero` internally.Markus Reiter-168/+172
2024-02-14Clarified docs on non-atomic oprations on owned/mut refs to atomicsPeter Hall-2/+3
2024-02-14Rollup merge of #121024 - joseluis:feat-asciichar-default, r=scottmcmOli Scherer-1/+4