| Age | Commit message (Expand) | Author | Lines |
| 2023-06-16 | Add more comprehensive tests for is_sorted and friends | +merlan #flirora | -1/+58 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2023-06-15 | privacy: Do not mark items reachable farther than their nominal visibility | Vadim Petrochenkov | -6/+6 |
| 2023-06-15 | Rollup merge of #112621 - GrigorenkoPV:env, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-15 | Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcm | bors | -0/+42 |
| 2023-06-15 | Correct types in method descriptions of `NonZero*` types | zica | -9/+12 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -10/+20 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-14 | Fix `SocketAddrV6: Display` tests | ltdk | -1/+1 |
| 2023-06-14 | Fix `Ipv6Addr: Display` tests | ltdk | -3/+3 |
| 2023-06-14 | Rollup merge of #111974 - Sp00ph:update_guarantees, r=Amanieu | Matthias Krüger | -6/+4 |
| 2023-06-14 | Mention `env!` in `option_env!`'s docs | Pavel Grigorenko | -0/+2 |
| 2023-06-14 | Fix typo | Antonios Barotsis | -1/+1 |
| 2023-06-13 | Alter `Display` for `Ipv6Addr` for IPv4-compatible addresses | ltdk | -8/+2 |
| 2023-06-13 | Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3 | bors | -12/+3 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -12/+3 |
| 2023-06-12 | optimize slice::Iter::fold | The 8472 | -0/+23 |
| 2023-06-12 | add benchmark | The 8472 | -0/+9 |
| 2023-06-12 | Revert "Fix intra-doc links from pointer appearing in windows HANDLE type alias" | Guillaume Gomez | -9/+9 |
| 2023-06-10 | Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillot | bors | -0/+2 |
| 2023-06-09 | Add diagnostic items for `f32::NAN` and `f64::NAN` | Urgau | -0/+2 |
| 2023-06-09 | Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomez | bors | -9/+9 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -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-08 | Allow undropped_manually_drops for some tests | Urgau | -0/+2 |
| 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 | -105/+37 |
| 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 | -78/+10 |
| 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 |