| Age | Commit message (Expand) | Author | Lines |
| 2023-06-09 | Add diagnostic items for `f32::NAN` and `f64::NAN` | Urgau | -0/+2 |
| 2023-06-09 | Fix intra-doc links from pointer appearing in windows HANDLE type alias | Guillaume Gomez | -9/+9 |
| 2023-06-08 | Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkin | Matthias Krüger | -3/+45 |
| 2023-06-07 | Fix typo | Thom Chiovoloni | -1/+1 |
| 2023-06-07 | Don't panic in ceil_char_boundary | ltdk | -4/+3 |
| 2023-06-07 | Auto merge of #96875 - SabrinaJewson:noop-waker, r=m-ou-se | bors | -0/+40 |
| 2023-06-04 | Use 128 bits for TypeId hash | Thom Chiovoloni | -3/+45 |
| 2023-06-04 | Rollup merge of #109093 - Dante-Broggi:patch-2, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2023-06-03 | Rollup merge of #111702 - cgwalters:option-map-or-else-with-result, r=Mark-Si... | Matthias Krüger | -1/+20 |
| 2023-06-02 | Fix typo in `std::cell` module docs | Kourosh | -1/+1 |
| 2023-06-01 | Stabilize 'const_cstr_methods' | Trevor Gross | -8/+10 |
| 2023-06-01 | Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too | Michael Goulet | -3/+48 |
| 2023-06-01 | Require that const param tys implement ConstParamTy | Boxy | -0/+5 |
| 2023-06-01 | Rollup merge of #112141 - anna-singleton:issue-111655-fix, r=thomcc | Dylan DPC | -2/+1 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -0/+2 |
| 2023-05-31 | remove reference to Into in ? operator core/std docs, fix 111655 | anna-singleton | -2/+1 |
| 2023-05-31 | Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` | Urgau | -0/+2 |
| 2023-05-31 | Rollup merge of #112103 - Mark-Simulacrum:bootstrap-update, r=clubby789 | Matthias Krüger | -93/+34 |
| 2023-05-31 | Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcm | Matthias Krüger | -23/+0 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -66/+7 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -27/+27 |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -0/+4 |
| 2023-05-30 | Rollup merge of #107916 - reez12g:issue-107040, r=Amanieu | Nilstrieb | -2/+3 |
| 2023-05-30 | Remove array_zip | Jubilee Young | -23/+0 |
| 2023-05-30 | fix comment on Allocator trait | reez12g | -2/+3 |
| 2023-05-29 | Make `TrustedStep` require `Copy` | Scott McMurray | -13/+14 |
| 2023-05-29 | Rollup merge of #112045 - Sp00ph:update_current_impl, r=Amanieu | Matthias Krüger | -2/+3 |
| 2023-05-28 | Update current impl comment for `select_nth_unstable_by_key` | Markus Everling | -2/+3 |
| 2023-05-28 | Update runtime guarantee for `select_nth_unstable` | Markus Everling | -6/+4 |
| 2023-05-27 | Rollup merge of #108630 - overlookmotel:realloc-docs-fix, r=Amanieu | Matthias Krüger | -1/+2 |
| 2023-05-27 | Auto merge of #112016 - GuillaumeGomez:rollup-fhqn4i6, r=GuillaumeGomez | bors | -0/+4 |
| 2023-05-27 | Rollup merge of #111966 - saethlin:inline-slice-tryfrom, r=thomcc | Guillaume Gomez | -0/+4 |
| 2023-05-27 | Auto merge of #111934 - scottmcm:stabilize-hash-one, r=Amanieu | bors | -4/+1 |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -1/+1 |
| 2023-05-27 | Rollup merge of #111973 - Sp00ph:update_current_impl, r=Amanieu | Matthias Krüger | -4/+6 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-26 | Auto merge of #103291 - ink-feather-org:typeid_no_struct_match, r=dtolnay | bors | -1/+9 |
| 2023-05-26 | Update current implementation comments for `select_nth_unstable` | Markus Everling | -4/+6 |
| 2023-05-25 | Add #[inline] to array TryFrom impls | Ben Kimock | -0/+4 |
| 2023-05-25 | Rollup merge of #107522 - Sp00ph:introselect, r=Amanieu | Michael Goulet | -140/+311 |
| 2023-05-25 | Remove structural match from `TypeId`. | raldone01 | -1/+9 |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -4/+1 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-24 | [RFC-2011] Expand more expressions | Caio | -1/+1 |
| 2023-05-24 | feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher` | Jan | -0/+4 |
| 2023-05-24 | Use helper functions for min/max_idx | Markus Everling | -18/+28 |
| 2023-05-24 | Add Median of Medians fallback to introselect | Markus Everling | -140/+301 |
| 2023-05-23 | const stabilize `NonNull::as_ref` | Lukas Markeffsky | -2/+3 |
| 2023-05-23 | Auto merge of #111807 - erikdesjardins:noalias, r=oli-obk | bors | -5/+11 |