| Age | Commit message (Expand) | Author | Lines |
| 2025-02-25 | chore: release v0.1.149 | github-actions[bot] | -1/+7 |
| 2025-02-25 | Make a subset of `libm` symbols weakly available on all platforms | Trevor Gross | -115/+173 |
| 2025-02-25 | fix: attr cast for espidf | Sergio Gasquez | -1/+1 |
| 2025-02-25 | replaced extern "rust-intrinsic" block with core::ptr::copy_nonoverlapping | aaishwarymishra@gmail.com | -15/+2 |
| 2025-02-25 | fix doc in library/core/src/pin.rs | xizheyin | -2/+2 |
| 2025-02-25 | Rollup merge of #137515 - tgross35:update-builtins, r=tgross35 | León Orell Valerian Liehr | -4/+4 |
| 2025-02-25 | Use `.expect(..)` instead | Mahmoud Mazouz | -5/+10 |
| 2025-02-25 | Rollup merge of #137576 - goffrie:setvalzst, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-25 | disable a potentially bogus test on Miri | Ralf Jung | -0/+1 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -49/+50 |
| 2025-02-25 | fix doc in library/core/src/sync/atomic.rs | xizheyin | -5/+5 |
| 2025-02-25 | fix doc path in std::fmt macro | Tapan Prakash | -4/+4 |
| 2025-02-24 | Don't doc-comment BTreeMap<K, SetValZST, A> | Geoffry Song | -1/+1 |
| 2025-02-25 | Remove some `allow(unsafe_op_in_unsafe_fn)`s and use target_feature 1.1 in ex... | Eduardo Sánchez Muñoz | -71/+111 |
| 2025-02-24 | Rollup merge of #137543 - petrochenkov:wintest, r=ChrisDenton | Michael Goulet | -0/+4 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -1433/+357 |
| 2025-02-24 | Rollup merge of #137321 - aviraxp:patch-1, r=cuviper | Michael Goulet | -1/+3 |
| 2025-02-24 | Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=Amanieu | Trevor Gross | -4/+1 |
| 2025-02-24 | Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=Noratrieb | Trevor Gross | -1/+9 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -15/+9 |
| 2025-02-24 | Rollup merge of #136775 - robertbastian:patch-2, r=Amanieu | Trevor Gross | -5/+2 |
| 2025-02-24 | Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=Amanieu | Trevor Gross | -3/+2 |
| 2025-02-24 | Rollup merge of #135933 - hkBst:patch-19, r=workingjubilee | Trevor Gross | -5/+17 |
| 2025-02-24 | Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviper | Trevor Gross | -16/+10 |
| 2025-02-24 | Stablize `string_extend_from_within` | Alona Enraght-Moony | -2/+1 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -0/+1 |
| 2025-02-24 | libstd: rustdoc: correct note on fds 0/1/2 pre-main | наб | -1/+3 |
| 2025-02-24 | span: add a "future" edition | David Wood | -0/+38 |
| 2025-02-24 | powerpc: use `simd_ceil` and `simd_floor` | Folkert de Vries | -8/+2 |
| 2025-02-24 | nvptx: use `simd_fmin` and `simd_fmax` for `minnum` and `maxnum` | Folkert de Vries | -6/+2 |
| 2025-02-24 | wasm: use `simd_as` for float to integer conversions | Folkert de Vries | -15/+6 |
| 2025-02-24 | fix doctest for __m128d | usamoi | -2/+2 |
| 2025-02-24 | mark AVX512 & AVXNECONVERT intrinsics as safe | usamoi | -18448/+21794 |
| 2025-02-24 | mark PCLMULQDQ intrinsics as safe | usamoi | -2/+2 |
| 2025-02-24 | mark AES intrinsics as safe | usamoi | -12/+12 |
| 2025-02-24 | mark SHA intrinsics as safe | usamoi | -14/+14 |
| 2025-02-24 | mark AVX2 intrinsics as safe | usamoi | -885/+1019 |
| 2025-02-24 | mark FMA intrinsics as safe | usamoi | -112/+144 |
| 2025-02-24 | mark F16C intrinsics as safe | usamoi | -12/+16 |
| 2025-02-24 | mark AVX intrinsics as safe | usamoi | -453/+503 |
| 2025-02-24 | mark BMI2 intrinsics as safe | usamoi | -14/+14 |
| 2025-02-24 | mark BMI1 intrinsics as safe | usamoi | -19/+19 |
| 2025-02-24 | mark LZCNT intrinsics as safe | usamoi | -2/+2 |
| 2025-02-24 | mark POPCNT intrinsics as safe | usamoi | -2/+2 |
| 2025-02-24 | mark SSE4a intrinsics as safe | usamoi | -8/+8 |
| 2025-02-24 | mark SSE4.2 intrinsics as safe | usamoi | -38/+38 |
| 2025-02-24 | mark SSE4.1 intrinsics as safe | usamoi | -189/+245 |
| 2025-02-24 | mark SSSE3 intrinsics as safe | usamoi | -63/+71 |
| 2025-02-24 | mark SSE3 SIMD intrinsics as safe | usamoi | -26/+30 |
| 2025-02-24 | mark SSE2 SIMD intrinsics as safe | usamoi | -471/+541 |