| Age | Commit message (Expand) | Author | Lines |
| 2022-11-06 | cfg-step code | Mark Rousskov | -48/+45 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -31/+31 |
| 2022-11-06 | Add small clarification around using pointers derived from references | Alex Saveau | -2/+2 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -3/+417 |
| 2022-11-06 | Added `const_hash` tracking issue id | onestacked | -18/+18 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -14/+25 |
| 2022-11-06 | remove no-longer-needed work-arounds from the standard library | Ralf Jung | -18/+9 |
| 2022-11-06 | Rollup merge of #104002 - RalfJung:unsafecell-new, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -3/+30 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+387 |
| 2022-11-05 | fix a comment in UnsafeCell::new | Ralf Jung | -1/+1 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -2/+2 |
| 2022-11-04 | Make `BuildHasher` const_trait | onestacked | -3/+6 |
| 2022-11-04 | Made `Hash` and `Hasher` const_trait | onestacked | -24/+44 |
| 2022-11-04 | Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor | Matthias Krüger | -2/+5 |
| 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 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -0/+18 |
| 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 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -0/+18 |
| 2022-11-01 | Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obk | Dylan DPC | -0/+22 |
| 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 | interpret: fix align_of_val on packed types | Ralf Jung | -0/+22 |
| 2022-10-29 | More inference-friendly API for lazy | Aleksey Kladov | -3/+7 |
| 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 |