| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | update comment | Neutron3529 | -4/+8 |
| 2022-11-03 | Remove `iter::Empty` hack | Sky | -6/+1 |
| 2022-11-03 | fix the overflow warning. | Neutron3529 | -1/+9 |
| 2022-11-03 | Optimize the code to run faster. | Neutron3529 | -9/+1 |
| 2022-11-02 | Add tracking issue for `const_arguments_as_str` | Sky | -1/+1 |
| 2022-11-02 | Add additional float constants | Sky | -0/+40 |
| 2022-11-02 | Clarify docs of `RefCell` | Chayim Refael Friedman | -8/+9 |
| 2022-11-01 | Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcm | Manish Goregaokar | -1/+3 |
| 2022-11-01 | Use `allow_internal_unstable` and add unstable reason | clubby789 | -2/+2 |
| 2022-10-31 | Specialize PartialEq for Option<num::NonZero*> and Option<ptr::NonNull> | clubby789 | -1/+67 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+14 |
| 2022-10-31 | Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-10-30 | Add tracking issue to `error_in_core` | Lukas Markeffsky | -1/+1 |
| 2022-10-30 | Rollup merge of #103715 - tshepang:consistency, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-10-30 | Rollup merge of #100006 - jyn514:update-copy, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-10-29 | More inference-friendly API for lazy | Aleksey Kladov | -3/+1 |
| 2022-10-29 | use consistent terminology | Tshepang Mbambo | -2/+2 |
| 2022-10-29 | Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obk | Matthias Krüger | -11/+37 |
| 2022-10-28 | Auto merge of #102737 - RalfJung:poll_fn_pin, r=Mark-Simulacrum | bors | -4/+7 |
| 2022-10-28 | Lift `T: Sized` bounds from some `strict_provenance` pointer methods | Maybe Waffle | -36/+12 |
| 2022-10-28 | Simplify implementation of various pointer methods | Maybe Waffle | -25/+15 |
| 2022-10-28 | Make `pointer::with_metadata_of` const (+simplify implementation) | Maybe Waffle | -20/+6 |
| 2022-10-28 | Add examples for `pointer::mask` | Maybe Waffle | -0/+53 |
| 2022-10-28 | Remove unneeded attribute. | Markus Reiter | -1/+0 |
| 2022-10-28 | CStr: add some doc links | Ralf Jung | -2/+5 |
| 2022-10-27 | Rollup merge of #103394 - Pointerbender:unsafecell-docs, r=Amanieu | Matthias Krüger | -25/+36 |
| 2022-10-27 | Rollup merge of #103110 - RalfJung:manual-send, r=thomcc | Matthias Krüger | -7/+6 |
| 2022-10-27 | Rollup merge of #103106 - saethlin:from_exposed_docs, r=thomcc | Matthias Krüger | -6/+15 |
| 2022-10-27 | Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomcc | Matthias Krüger | -36/+113 |
| 2022-10-27 | add "Memory layout" subsection to documentation of `UnsafeCell` for additiona... | Pointerbender | -0/+2 |
| 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 | -30/+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 | -4/+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 | -22/+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 |