| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -36/+113 |
| 2022-10-27 | Rollup merge of #103580 - lukas-code:guaranteed_ne, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2022-10-27 | Rollup merge of #103567 - RalfJung:ptr-eq-dyn-trait, r=dtolnay | Yuki Okushi | -35/+6 |
| 2022-10-26 | Fix typo in docs for `guaranteed_ne` | Lukas Markeffsky | -2/+2 |
| 2022-10-26 | Update library/core/src/ptr/mod.rs | Ben Kimock | -0/+1 |
| 2022-10-26 | explicitly mention that both components of wide prts are compared | Ralf Jung | -0/+1 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -32/+36 |
| 2022-10-26 | ptr::eq: clarify that comparing dyn Trait is fragile | Ralf Jung | -35/+5 |
| 2022-10-26 | Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc | Dylan DPC | -5/+16 |
| 2022-10-25 | Try to say that memory outside the AM is always exposed | Ben Kimock | -6/+14 |
| 2022-10-25 | Rollup merge of #98204 - Kixiron:stable-unzip, r=thomcc | Dylan DPC | -5/+7 |
| 2022-10-24 | Make `pointer::byte_offset_from` more generic | Maybe Waffle | -2/+2 |
| 2022-10-24 | Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-... | Yuki Okushi | -23/+19 |
| 2022-10-24 | Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomcc | bors | -17/+9 |
| 2022-10-24 | fix typos | Pointerbender | -2/+2 |
| 2022-10-23 | `unchecked_{shl|shr}` should use `u32` as the RHS | Scott McMurray | -12/+22 |
| 2022-10-23 | Rollup merge of #103447 - ajtribick:maybe_uninit_doc_update, r=scottmcm | Michael Howell | -2/+1 |
| 2022-10-23 | Rollup merge of #100462 - zohnannor:master, r=thomcc | Michael Howell | -0/+4 |
| 2022-10-23 | MaybeUninit: use assume_init_drop() in the partially initialized array example | Andrew Tribick | -2/+1 |
| 2022-10-22 | Pin::new_unchecked: discuss pinning closure captures | Ralf Jung | -2/+55 |
| 2022-10-22 | Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=... | Dylan DPC | -1/+5 |
| 2022-10-22 | Rollup merge of #103329 - saethlin:nonnull-precondition, r=thomcc | Dylan DPC | -1/+5 |
| 2022-10-22 | Fix mod_inv termination for the last iteration | Simonas Kazlauskas | -26/+40 |
| 2022-10-21 | Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomcc | bors | -7/+21 |
| 2022-10-21 | Argument type for mutable with_metadata_of (#75091) | Andreas Molzer | -1/+5 |
| 2022-10-20 | Add a missing precondition check | Ben Kimock | -1/+5 |
| 2022-10-20 | Rollup merge of #103281 - thomcc:long-overdue, r=jyn514 | Matthias Krüger | -21/+28 |
| 2022-10-20 | Add tests for rounding of ties during float formatting | Andrew Tribick | -0/+120 |
| 2022-10-20 | Update tests to match error message changes | b4den | -1/+1 |
| 2022-10-20 | Skip C-unwind fn pointer impls with the bootstrap compiler | Ryan Lopopolo | -0/+1 |
| 2022-10-20 | clarify documentation about the memory layout of `UnsafeCell` | Pointerbender | -25/+34 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -21/+28 |
| 2022-10-20 | Use a faster allocation size check in slice::from_raw_parts | Ben Kimock | -5/+16 |
| 2022-10-19 | Update stability annotations on fnptr impls for C-unwind ABI | Ryan Lopopolo | -13/+19 |
| 2022-10-19 | Add default trait implementations for "c-unwind" ABI function pointers | Ryan Lopopolo | -0/+7 |
| 2022-10-19 | Remove extra spaces | clubby789 | -8/+8 |
| 2022-10-19 | Derive `Eq` and `Hash` for `ControlFlow` | inquisitivecrystal | -1/+3 |
| 2022-10-19 | doc: rewrite doc for signed int::{carrying_add,borrowing_sub} | Trevor Spiteri | -36/+75 |
| 2022-10-19 | Rollup merge of #103127 - SUPERCILEX:inline-const-uninit, r=scottmcm | Dylan DPC | -2/+5 |
| 2022-10-19 | Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgr | bors | -0/+95 |
| 2022-10-19 | Rollup merge of #103166 - the8472:copied-next-chunk, r=m-ou-se | Matthias Krüger | -0/+95 |
| 2022-10-19 | specialize slice_iter.copied().next_chunk() | The 8472 | -0/+74 |
| 2022-10-18 | Rollup merge of #102507 - scottmcm:more-binary-search-docs, r=m-ou-se | Matthias Krüger | -0/+32 |
| 2022-10-18 | Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-se | Matthias Krüger | -31/+49 |
| 2022-10-18 | Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcm | Yuki Okushi | -8/+7 |
| 2022-10-18 | Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-10-17 | add a benchmark for slice_iter.copied().array_chunks() | The 8472 | -0/+21 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -8/+7 |
| 2022-10-17 | Remove the redundant `Some(try_opt!(..))` in `checked_pow` | Josh Stone | -2/+2 |
| 2022-10-17 | Fix typo in `ReverseSearcher` docs | Sky | -1/+1 |