| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+2 |
| 2024-09-19 | Rollup merge of #128001 - Krappa322:master, r=scottmcm | Matthias Krüger | -0/+2 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -1/+0 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -0/+22 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -0/+1 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -0/+21 |
| 2024-09-17 | Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee | bors | -0/+24 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-13 | Rustfmt | Caio | -1/+1 |
| 2024-09-13 | [`cfg_match`] Generalize inputs | Caio | -0/+20 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+2 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -5/+2 |
| 2024-09-09 | fix UB in a test | Ralf Jung | -1/+6 |
| 2024-09-09 | `RepeatN`: use MaybeUninit | Deadbeef | -0/+24 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -5/+2 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 2024-09-02 | Stabilize waker_getters | Kevin Mehall | -1/+0 |
| 2024-09-02 | Move the `data` and `vtable` methods from `RawWaker` to `Waker` | Kevin Mehall | -6/+5 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -0/+2 |
| 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 |