| Age | Commit message (Expand) | Author | Lines |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -7/+16 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -13/+16 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+6 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+77 |
| 2023-06-19 | Rollup merge of #112606 - clarfonthey:ip-display, r=thomcc | Michael Goulet | -12/+6 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-06-19 | Rollup merge of #112757 - Danvil:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-19 | Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications,... | Matthias Krüger | -0/+87 |
| 2023-06-19 | Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum | bors | -12/+5 |
| 2023-06-18 | [doc] poll_fn: explain how to pin captured state safely | Daniel Henry-Mantilla | -0/+87 |
| 2023-06-18 | Same for BorrowRef | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Use BorrowFlag instead of explicit isize | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Auto merge of #112599 - saethlin:cleaner-panics, r=thomcc | bors | -2/+3 |
| 2023-06-17 | Rollup merge of #112644 - zica87:nonZeroTypes, r=Mark-Simulacrum | Matthias Krüger | -9/+12 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -1/+1 |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -12/+5 |
| 2023-06-16 | Rollup merge of #112662 - Vanille-N:symbol_unique, r=RalfJung | Michael Goulet | -0/+2 |
| 2023-06-16 | `#[lang_item]` for `core::ptr::Unique` | Neven Villani | -0/+2 |
| 2023-06-16 | Launch a non-unwinding panic for misaligned pointer deref | Ben Kimock | -2/+3 |
| 2023-06-16 | slice::from_raw_parts: mention no-wrap-around condition | Ralf Jung | -10/+14 |
| 2023-06-16 | Remove `#[cfg(all())]` workarounds from `c_char` | Alex Macleod | -5/+0 |
| 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 |