| Age | Commit message (Expand) | Author | Lines |
| 2024-02-16 | Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu | bors | -21/+21 |
| 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 | -368/+358 |
| 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 | -117/+88 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -352/+371 |
| 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 |
| 2024-02-14 | Rollup merge of #118890 - Amanieu:allocator-lifetime, r=Mark-Simulacrum | Oli Scherer | -2/+8 |
| 2024-02-14 | Rollup merge of #116387 - kpreid:wake-doc, r=cuviper | Oli Scherer | -3/+17 |
| 2024-02-13 | Store core::str::CharSearcher::utf8_size as u8 | GnomedDev | -11/+23 |
| 2024-02-13 | Add information about allocation lifetime to Allocator::allocate | Amanieu d'Antras | -0/+4 |
| 2024-02-13 | implement `Default` for `AsciiChar` | joseLuís | -1/+4 |
| 2024-02-12 | iterator.rs: remove "Basic usage" text | Tshepang Mbambo | -40/+0 |
| 2024-02-12 | Support safe intrinsics with fallback bodies | Oli Scherer | -8/+4 |
| 2024-02-12 | Give const_deallocate a default body | Oli Scherer | -14/+17 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -12/+16 |
| 2024-02-12 | Check signature of intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-02-12 | Clarify the lifetimes of allocations returned by the `Allocator` trait | Amanieu d'Antras | -2/+4 |
| 2024-02-12 | Fix comment in core/src/str/validations.rs | PizzasBear | -1/+1 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -69/+69 |
| 2024-02-11 | Rollup merge of #120888 - saethlin:unsafe-precondition-cleanup, r=RalfJung | Matthias Krüger | -38/+34 |
| 2024-02-11 | Rollup merge of #120880 - RalfJung:vtable-fnptr-partialeq, r=cuviper | Matthias Krüger | -0/+16 |
| 2024-02-11 | add comparison warning to RawWakerVTable as well | Ralf Jung | -0/+6 |
| 2024-02-11 | Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgr | bors | -3/+51 |
| 2024-02-11 | Cleanup around the new assert_unsafe_precondition | Ben Kimock | -38/+34 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+164 |
| 2024-02-11 | Rollup merge of #119449 - Nilstrieb:library-clippy, r=cuviper | Matthias Krüger | -0/+12 |
| 2024-02-11 | Rollup merge of #119242 - BenWiederhake:dev-from-nanos, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2024-02-11 | Rollup merge of #118307 - scottmcm:tuple-eq-simpler, r=joshtriplett | Matthias Krüger | -13/+1 |
| 2024-02-10 | Additional doc links and explanation of `Wake`. | Kevin Reid | -3/+17 |
| 2024-02-11 | Rollup merge of #119213 - RalfJung:simd_shuffle, r=workingjubilee | Matthias Krüger | -3/+51 |
| 2024-02-10 | add note on comparing vtables / function pointers | Ralf Jung | -0/+10 |
| 2024-02-10 | Rollup merge of #120823 - LegionMammal978:clarify-atomic-align, r=RalfJung | Matthias Krüger | -1/+10 |
| 2024-02-10 | Rollup merge of #120764 - Alfriadox:master, r=m-ou-se | Matthias Krüger | -1/+14 |
| 2024-02-10 | various docs tweaks | Ralf Jung | -7/+7 |
| 2024-02-10 | simd_scatter: mention left-to-right order | Ralf Jung | -0/+3 |
| 2024-02-10 | add more missing simd intrinsics | Ralf Jung | -0/+32 |
| 2024-02-10 | simd intrinsics: add simd_shuffle_generic | Ralf Jung | -3/+16 |
| 2024-02-10 | Stabilize slice_split_at_unchecked | Daniel Sedlak | -7/+2 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -14/+37 |