| Age | Commit message (Expand) | Author | Lines |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -0/+4 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -5/+26 |
| 2025-02-16 | fix docs for inherent str constructors | may | -8/+8 |
| 2025-02-16 | Add an example for std::error::Error | Chris Denton | -0/+24 |
| 2025-02-16 | Make ub_check message clear that it's not an assert | Kornel | -3/+3 |
| 2025-02-15 | remove MaybeUninit::uninit_array | cyrgani | -36/+0 |
| 2025-02-15 | docs: fix broken intra-doc links that never worked | Michael Howell | -5/+2 |
| 2025-02-15 | core: Make `Debug` impl of raw pointers print metadata if present | Martin Nordholts | -1/+24 |
| 2025-02-15 | core: Document why Pointee::Metadata can't have 'static bound | Martin Nordholts | -0/+2 |
| 2025-02-15 | Rollup merge of #136879 - kornelski:non1, r=Noratrieb | Jacob Pratt | -0/+10 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |
| 2025-02-15 | tidying up tidy | progressive-galib | -4/+4 |
| 2025-02-14 | Add real safety comments | Scott McMurray | -1/+14 |
| 2025-02-14 | Go back to `Some` instead of transmuting to it. | Scott McMurray | -1/+1 |
| 2025-02-14 | Save another BB by using `SubUnchecked` instead of a call to `arith_offset` | Scott McMurray | -5/+5 |
| 2025-02-14 | Simplify `slice::Iter::next` enough that it inlines | Scott McMurray | -7/+17 |
| 2025-02-15 | replaced the four occurrences of issue ="50547" in | progressive.galib | -4/+4 |
| 2025-02-15 | Make phantom variance markers transparent | Jacob Pratt | -0/+12 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -1/+1 |
| 2025-02-14 | Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu | Jubilee | -5/+5 |
| 2025-02-15 | Stabilize (and const-stabilize) `integer_sign_cast` | Pavel Grigorenko | -9/+8 |
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -15/+15 |
| 2025-02-14 | Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt | Matthias Krüger | -12/+6 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -0/+10 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -1/+1 |
| 2025-02-13 | Rollup merge of #136904 - pitaj:range-into_bounds, r=tgross35 | Jubilee | -1/+111 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -61/+58 |
| 2025-02-13 | core: Apply unsafe_attr_outside_unsafe | Eric Huss | -1/+1 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -0/+17 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -1/+1 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -0/+17 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -1/+0 |
| 2025-02-12 | add `IntoBounds` trait | Peter Jaszkowiak | -1/+111 |
| 2025-02-12 | Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -1/+1 |
| 2025-02-12 | Rollup merge of #136874 - tgross35:likely-unlikely-tracking, r=jhpratt | Matthias Krüger | -3/+3 |
| 2025-02-11 | Optionally add type names to `TypeId`s. | Kevin Reid | -3/+17 |
| 2025-02-11 | Remove the common prelude module | Eric Huss | -12/+6 |
| 2025-02-11 | Rollup merge of #136246 - hkBst:patch-29, r=ibraheemdev | Matthias Krüger | -2/+96 |
| 2025-02-11 | Fix missing const for inherent pointer `replace` methods | Sky | -2/+4 |
| 2025-02-11 | Change the issue number for `likely_unlikely` and `cold_path` | Trevor Gross | -3/+3 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -4/+3 |
| 2025-02-11 | include note on variance and example | Marijn Schouten | -2/+96 |
| 2025-02-11 | Rollup merge of #136672 - safinaskar:alloc-2025-02-07-09-10, r=cuviper | Jacob Pratt | -1/+1 |
| 2025-02-11 | Rollup merge of #136663 - WaffleLapkin:count-non-zero-ones, r=cuviper | Jacob Pratt | -3/+2 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -1/+15 |
| 2025-02-10 | Reword doc comment on `CoercePointeeValidated` | Michael Goulet | -6/+5 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -13/+13 |
| 2025-02-10 | block coerce_pointee_validated for stabilization | Ding Xiang Fei | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -6/+6 |