| Age | Commit message (Expand) | Author | Lines |
| 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/+209 |
| 2024-02-17 | Allow newly added non_local_definitions in std | Urgau | -0/+2 |
| 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 | -1/+21 |
| 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/+209 |
| 2024-02-16 | Add examples to document the return type of `select_nth_unstable`, `select_nt... | Takashiidobe | -6/+21 |
| 2024-02-16 | Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu | bors | -13/+13 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -95/+98 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -168/+168 |
| 2024-02-16 | Rollup merge of #121155 - tspiteri:strict-doc-overflow, r=Nilstrieb | Guillaume Gomez | -0/+79 |
| 2024-02-16 | Rollup merge of #120971 - PizzasBear:patch-1, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2024-02-16 | Rollup merge of #120777 - Marcondiro:unicode15-1, r=Manishearth | Guillaume Gomez | -6/+6 |
| 2024-02-15 | doc: panicking division by zero examples for unsigned strict div ops | Trevor Spiteri | -0/+27 |
| 2024-02-15 | doc: add note before panicking examples for strict_overflow_ops | Trevor Spiteri | -0/+52 |
| 2024-02-15 | Add slice::try_range | ltdk | -5/+56 |
| 2024-02-15 | Auto merge of #119863 - tmiasko:will-wake, r=m-ou-se | bors | -1/+3 |
| 2024-02-15 | Add ASCII fast-path for `char::is_grapheme_extended` | Arpad Borsos | -1/+1 |
| 2024-02-15 | Rollup merge of #121082 - peterjoel:atomic-docs, r=cuviper | Matthias Krüger | -2/+3 |
| 2024-02-15 | Rollup merge of #111106 - Stargateur:doc/format_args, r=m-ou-se | Matthias Krüger | -0/+8 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -35/+31 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -168/+172 |
| 2024-02-14 | Clarified docs on non-atomic oprations on owned/mut refs to atomics | Peter Hall | -2/+3 |
| 2024-02-14 | Rollup merge of #121024 - joseluis:feat-asciichar-default, r=scottmcm | Oli Scherer | -1/+4 |