| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | `RepeatN`: use MaybeUninit | Deadbeef | -0/+24 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -13/+5 |
| 2024-08-28 | Improve `isqrt` tests and add benchmarks | Chai T. Rex | -32/+249 |
| 2024-08-28 | Enable some ilog2 tests as well | Ben Kimock | -13/+5 |
| 2024-08-25 | Remove cfg(test) from library/core | Ben Kimock | -656/+649 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -34/+353 |
| 2024-08-21 | Rollup merge of #129321 - krtab:float_sum, r=workingjubilee | Matthias Krüger | -0/+28 |
| 2024-08-21 | Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=Noratrieb | Matthias Krüger | -34/+353 |
| 2024-08-20 | Change neutral element of <fNN as iter::Sum> to neg_zero | Arthur Carcano | -0/+28 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -1/+0 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -0/+40 |
| 2024-07-29 | impl CloneToUninit for str and CStr | Pavel Grigorenko | -0/+40 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -50/+51 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+32 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+9 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+32 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -1/+0 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -1/+0 |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 |
| 2024-07-25 | CStr: derive PartialEq, Eq; add test for Ord | Pavel Grigorenko | -0/+17 |
| 2024-07-23 | add `is_multiple_of` for unsigned integer types | Folkert | -0/+9 |
| 2024-07-21 | Implement `debug_more_non_exhaustive` | Trevor Gross | -2/+321 |
| 2024-07-21 | Make use of raw strings in `core::fmt::builders` | Trevor Gross | -37/+37 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -1/+1 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -3/+3 |
| 2024-07-04 | stabilize `const_int_from_str` | Skgland | -1/+0 |
| 2024-06-29 | Stabilize `duration_abs_diff` | Ole Bertram | -1/+0 |
| 2024-06-25 | regression test for leaks in the the Filter::next_chunk implementation | The 8472 | -0/+13 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -2/+0 |
| 2024-06-22 | Auto merge of #116113 - kpreid:arcmut, r=dtolnay | bors | -0/+68 |
| 2024-06-22 | Add `core::clone::CloneToUninit`. | Kevin Reid | -0/+68 |
| 2024-06-21 | Rollup merge of #126613 - tgross35:log-test-update, r=cuviper | Matthias Krüger | -13/+13 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -25/+1 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-06-20 | Add blank lines after module-level `//` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-19 | Make Option::as_[mut_]slice const | George Bateman | -0/+9 |
| 2024-06-17 | Print the tested value in int_log tests | Trevor Gross | -13/+13 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 2024-06-04 | Add function `core::iter::chain` | Ross MacArthur | -0/+9 |
| 2024-06-02 | Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472 | Jubilee | -3/+26 |
| 2024-06-01 | Change f32::midpoint to upcast to f64 | RustyYato | -3/+26 |
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -4/+4 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+12 |
| 2024-05-26 | Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcm | Matthias Krüger | -1/+0 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -1/+0 |
| 2024-05-25 | Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhpratt | Matthias Krüger | -1/+0 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -0/+1 |
| 2024-05-16 | Fix tidy errors | Lukas Bergdoll | -1/+0 |