| Age | Commit message (Expand) | Author | Lines |
| 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/+120 |
| 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 |
| 2024-02-09 | Change wording | Venus Xeon-Blonde | -7/+6 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -7/+16 |
| 2024-02-09 | Rollup merge of #120815 - camsteffen:inspect-docs, r=m-ou-se | Matthias Krüger | -7/+16 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -168/+40 |
| 2024-02-09 | Bump Unicode to version 15.1.0, regenerate tables | Marcondiro | -6/+6 |
| 2024-02-09 | Improve Option::inspect docs | Cameron Steffen | -7/+16 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -10/+13 |
| 2024-02-09 | Rollup merge of #120809 - reitermarkus:generic-nonzero-constructors, r=Nilstrieb | Matthias Krüger | -3/+1 |
| 2024-02-09 | Rollup merge of #120308 - utkarshgupta137:duration-opt, r=m-ou-se | Matthias Krüger | -7/+12 |
| 2024-02-08 | Clarify that atomic and regular integers can differ in alignment | LegionMammal978 | -1/+10 |
| 2024-02-08 | Add and use Unique::as_non_null_ptr | Ben Kimock | -4/+9 |
| 2024-02-08 | Make `NonZero::get` generic. | Markus Reiter | -20/+21 |
| 2024-02-08 | Use `transmute_unchecked` in `NonZero::new`. | Markus Reiter | -3/+1 |
| 2024-02-08 | Reduce use of NonNull::new_unchecked in library/ | Ben Kimock | -14/+13 |
| 2024-02-08 | Remove a now-obviated debug_assert! | Ben Kimock | -1/+0 |
| 2024-02-08 | Rewrite assert_unsafe_precondition around the new intrinsic | Ben Kimock | -59/+147 |
| 2024-02-08 | Add a new debug_assertions intrinsic | Ben Kimock | -0/+11 |