| Age | Commit message (Expand) | Author | Lines |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -12/+4 |
| 2024-02-21 | intrinsics::simd: add missing functions | Ralf Jung | -0/+103 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -0/+12 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -0/+40 |
| 2024-02-21 | Rollup merge of #121361 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | Dylan DPC | -0/+12 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -15/+8 |
| 2024-02-20 | diagnostic items for legacy numeric modules | Peter Jaszkowiak | -0/+12 |
| 2024-02-20 | Add extra detail to field comment | Gnome! | -1/+2 |
| 2024-02-20 | Reduce alignment of TypeId to u64 alignment | GnomedDev | -3/+7 |
| 2024-02-20 | Rollup merge of #121352 - malobre:patch-1, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-20 | Rollup merge of #121277 - reitermarkus:generic-nonzero-convert-num, r=dtolnay | Matthias Krüger | -367/+325 |
| 2024-02-20 | Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung | Matthias Krüger | -4/+6 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -0/+40 |
| 2024-02-20 | docs: add missing "the" to `str::strip_prefix` doc | Malobre | -2/+2 |
| 2024-02-20 | Auto merge of #121345 - Nilstrieb:rollup-reb0xge, r=Nilstrieb | bors | -180/+219 |
| 2024-02-20 | Correct the simd_masked_{load,store} intrinsic docs | Jakub Okoński | -4/+6 |
| 2024-02-20 | Add examples for some methods on slices | Takashiidobe | -1/+10 |
| 2024-02-20 | Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnay | Nilstrieb | -179/+211 |
| 2024-02-20 | Rollup merge of #121196 - Nilstrieb:the-clever-solution, r=saethlin | Nilstrieb | -1/+8 |
| 2024-02-20 | Auto merge of #120863 - saethlin:slice-get-checked, r=the8472 | bors | -26/+42 |
| 2024-02-20 | fix doc link | Yuri Astrakhan | -1/+1 |
| 2024-02-20 | A much simpler version of write | Yuri Astrakhan | -28/+10 |
| 2024-02-20 | remove const | Yuri Astrakhan | -1/+1 |
| 2024-02-20 | add safety text | Yuri Astrakhan | -0/+1 |
| 2024-02-20 | Fix inlining issue for non-const case | Yuri Astrakhan | -12/+20 |
| 2024-02-20 | Use intrinsic | Yuri Astrakhan | -0/+13 |
| 2024-02-20 | perf: improve write_fmt to handle simple strings | Yuri Astrakhan | -4/+6 |
| 2024-02-19 | Add more inline(always) to fix opt-level=z test on wasm32 | Ben Kimock | -2/+2 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -24/+40 |
| 2024-02-19 | Make `is_nonoverlapping` `#[inline]` | Nilstrieb | -0/+1 |
| 2024-02-19 | Make intrinsic fallback bodies cross-crate inlineable | Nilstrieb | -0/+6 |
| 2024-02-19 | Always inline check in `assert_unsafe_precondition` with cfg(debug_assertions) | Nilstrieb | -1/+8 |
| 2024-02-19 | Rollup merge of #121272 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | Matthias Krüger | -0/+32 |
| 2024-02-19 | Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-Simulacrum | Matthias Krüger | -2/+6 |
| 2024-02-19 | Rollup merge of #119808 - GnomedDev:encode-charsearcher-size-in-type, r=Mark-... | Matthias Krüger | -11/+23 |
| 2024-02-19 | Refactor trait implementations in `core::convert::num`. | Markus Reiter | -367/+325 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -2/+6 |
| 2024-02-18 | diagnostic items for legacy numeric constants | Peter Jaszkowiak | -0/+32 |
| 2024-02-17 | Implement `NonZero` traits generically. | Markus Reiter | -179/+211 |
| 2024-02-17 | Auto merge of #121204 - cuviper:flatten-one-shot, r=the8472 | bors | -12/+275 |
| 2024-02-17 | Allow newly added non_local_definitions in std | Urgau | -0/+5 |
| 2024-02-17 | Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkin | Guillaume Boisseau | -43/+59 |
| 2024-02-17 | Rollup merge of #121187 - Takashiidobe:takashi/examples-for-quickselect, r=Ni... | Guillaume Boisseau | -6/+21 |
| 2024-02-17 | Auto merge of #120563 - reitermarkus:generic-nonzero-get, r=dtolnay | bors | -20/+21 |
| 2024-02-17 | Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se | bors | -13/+25 |
| 2024-02-16 | Clarify the flatten specialization comment | Josh Stone | -2/+2 |
| 2024-02-16 | Give the (`un`)`likely` intrinsics fallback bodies | Oli Scherer | -31/+37 |
| 2024-02-16 | Give the `assume` intrinsic a fallback body | Oli Scherer | -13/+23 |
| 2024-02-16 | Specialize flattening iterators with only one inner item | Josh Stone | -12/+275 |
| 2024-02-16 | Add examples to document the return type of `select_nth_unstable`, `select_nt... | Takashiidobe | -6/+21 |