| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Remove reliance on const_trait in sort implementations | Lukas Bergdoll | -64/+66 |
| 2024-06-16 | Apply review comments | Lukas Bergdoll | -90/+98 |
| 2024-06-15 | Redo SliceIndex implementations | Scott McMurray | -32/+86 |
| 2024-06-16 | update comment | Slanterns | -1/+1 |
| 2024-06-14 | div_euclid, rem_euclid: clarify/extend documentation | Ralf Jung | -4/+6 |
| 2024-06-13 | Rollup merge of #126402 - firefighterduck:fix-unsafe-precon-copy, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-13 | Rollup merge of #126390 - Kriskras99:master, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-06-13 | Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -0/+2 |
| 2024-06-13 | fix wrong assert_unsafe_precondition message for core::ptr::copy | Florian Sextl | -2/+1 |
| 2024-06-13 | Rollup merge of #126384 - RalfJung:is_none_or, r=workingjubilee | León Orell Valerian Liehr | -1/+1 |
| 2024-06-13 | Rollup merge of #126347 - slanterns:try_simplify, r=scottmcm | León Orell Valerian Liehr | -10/+11 |
| 2024-06-13 | Fix wording in {checked_}next_power_of_two | Christiaan Biesterbosch | -3/+3 |
| 2024-06-13 | add tracking issue for is_none_or | Ralf Jung | -1/+1 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -0/+26 |
| 2024-06-13 | Simplify `try_*` on `Iterator` | Slanterns | -10/+11 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -140/+94 |
| 2024-06-12 | add is_none_or | Ralf Jung | -0/+26 |
| 2024-06-12 | Rollup merge of #126322 - m-ou-se:panicinfo-and-panicinfo-2, r=RalfJung | Guillaume Gomez | -5/+4 |
| 2024-06-12 | Rollup merge of #126242 - yaahc:simplify-provider, r=jhpratt | Guillaume Gomez | -26/+23 |
| 2024-06-12 | Fix deprecated version. | Mara Bos | -1/+1 |
| 2024-06-12 | Update doc comment on PanicInfo::message(). | Mara Bos | -3/+2 |
| 2024-06-12 | Fix deprecation version. | Mara Bos | -1/+1 |
| 2024-06-12 | Clarify doc comment. | Mara Bos | -1/+1 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -21/+60 |
| 2024-06-12 | Rollup merge of #126249 - workingjubilee:simplify-try-map-signature, r=scottmcm | Jubilee | -5/+5 |
| 2024-06-12 | Rollup merge of #126210 - lolbinarycat:ptr_doctest_assert, r=workingjubilee | Jubilee | -16/+22 |
| 2024-06-12 | Rollup merge of #123374 - mgeier:doc-slice-from-raw-parts, r=scottmcm | Jubilee | -0/+33 |
| 2024-06-12 | Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb" | Oli Scherer | -44/+117 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -65/+19 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -75/+75 |
| 2024-06-11 | Fix display of panic message in recursive panic. | Mara Bos | -0/+5 |
| 2024-06-11 | Mention core's PanicInfo in error.md. | Mara Bos | -2/+3 |
| 2024-06-11 | Fix deprecation version. | Mara Bos | -1/+1 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -20/+16 |
| 2024-06-11 | Formatting. | Mara Bos | -2/+6 |
| 2024-06-11 | Fix invalid markdown/html. | Mara Bos | -1/+1 |
| 2024-06-11 | Impl Display for PanicPayload to simplify things. | Mara Bos | -1/+1 |
| 2024-06-11 | Remove core::panic::PanicInfo::internal_constructor. | Mara Bos | -14/+4 |
| 2024-06-11 | Update doc comment about core::panicking. | Mara Bos | -7/+9 |
| 2024-06-11 | Add core::panic::PanicInfo::payload() for compatibility. | Mara Bos | -0/+18 |
| 2024-06-11 | Document difference between core and std's PanicInfo. | Mara Bos | -0/+9 |
| 2024-06-11 | Split core's PanicInfo and std's PanicInfo. | Mara Bos | -75/+9 |
| 2024-06-11 | Skip fast path for dec2flt when optimize_for_size | Dion Dokter | -2/+4 |
| 2024-06-11 | Simplify `[T; N]::try_map` signature | Jubilee Young | -5/+5 |
| 2024-06-10 | Simplify provider api to improve llvm ir | Jane Losare-Lusby | -26/+23 |
| 2024-06-10 | Rollup merge of #126191 - ivan-shrimp:nonzero_doc, r=scottmcm | Matthias Krüger | -10/+32 |
| 2024-06-09 | Update docs for AtomicU8/I8. | Zachary S | -15/+31 |
| 2024-06-09 | Update safety docs for AtomicBool::from_ptr. | Zachary S | -2/+2 |
| 2024-06-09 | docs(core): make more const_ptr doctests assert instead of printing | binarycat | -16/+22 |