| Age | Commit message (Expand) | Author | Lines |
| 2024-12-16 | Add a range argument to vec.extract_if | The 8472 | -32/+83 |
| 2024-12-15 | Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalathar | bors | -24/+27 |
| 2024-12-15 | Rollup merge of #134310 - tkr-sh:master, r=Noratrieb | Stuart Cook | -24/+27 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -4/+249 |
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -2/+9 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -37/+32 |
| 2024-12-14 | Add clarity to the "greater" of `VecDeque::insert` | tkirishima | -1/+1 |
| 2024-12-14 | Replace i32 by char to add clarity | tkirishima | -23/+26 |
| 2024-12-13 | Remove support for specializing ToString outside the standard library | bjorn3 | -37/+32 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -4/+7 |
| 2024-12-12 | Rollup merge of #133859 - bjorn3:move_tests_to_alloctests, r=tgross35 | Matthias Krüger | -27/+123 |
| 2024-12-11 | Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcm | Matthias Krüger | -0/+2 |
| 2024-12-06 | Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-se | bors | -1/+5 |
| 2024-12-06 | Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay | bors | -1/+0 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -1/+0 |
| 2024-12-05 | Fixed another broken test | Elias Holzmann | -2/+2 |
| 2024-12-05 | Added struct `fmt::FormattingOptions` | Elias Holzmann | -1/+5 |
| 2024-12-05 | Improve documentation | Xelph | -11/+14 |
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -27/+123 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -22/+20 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -11/+0 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -1/+0 |
| 2024-11-30 | remove a whole bunch of unnecessary const feature gates | Ralf Jung | -10/+0 |
| 2024-11-30 | Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+530 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -30/+21 |
| 2024-11-29 | Rollup merge of #133530 - timvisee:master, r=jhpratt | Matthias Krüger | -6/+6 |
| 2024-11-28 | Change `GetManyMutError` to match T-libs-api decision | Chayim Refael Friedman | -0/+2 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -1/+3 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -6/+6 |
| 2024-11-27 | Fill in a `BTreeSet::entry` example | Josh Stone | -1/+31 |
| 2024-11-27 | Add a tracking issue for `btree_set_entry` | Josh Stone | -20/+20 |
| 2024-11-27 | Add `BTreeSet` entry APIs to match `HashSet` | Josh Stone | -2/+500 |
| 2024-11-27 | update cfgs | Boxy | -21/+12 |
| 2024-11-27 | replace placeholder version | Boxy | -9/+9 |
| 2024-11-26 | Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=Amanieu | Michael Goulet | -31/+76 |
| 2024-11-24 | fix `Allocator` method names in `alloc` free function docs | m | -4/+4 |
| 2024-11-24 | Auto merge of #132597 - lukas-code:btree-plug-leak, r=jhpratt | bors | -2/+64 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -0/+7 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+4 |
| 2024-11-19 | UniqueRc: PinCoerceUnsized and DerefPure | Zachary S | -3/+8 |
| 2024-11-19 | UniqueRc: comparisons and Hash | Zachary S | -0/+173 |
| 2024-11-19 | Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu | Matthias Krüger | -0/+142 |
| 2024-11-19 | UniqueRc: Add more trait impls. | Zachary S | -1/+68 |
| 2024-11-18 | Improve `{BTreeMap,HashMap}::get_key_value` docs. | Nicholas Nethercote | -4/+42 |
| 2024-11-17 | alloc: fix `String`'s doc | Yutaro Ohno | -1/+1 |
| 2024-11-14 | btree: add `{Entry,VacantEntry}::insert_entry` | Josh Stone | -31/+76 |
| 2024-11-13 | Rollup merge of #133004 - cuviper:unrecover-btree, r=ibraheemdev | Jubilee | -48/+11 |
| 2024-11-13 | btree: simplify the backdoor between set and map | Josh Stone | -48/+11 |
| 2024-11-12 | Make `CloneToUninit` dyn-compatible | Zachary S | -3/+3 |
| 2024-11-12 | Rollup merge of #132929 - cuviper:check-alloc_zeroed, r=tgross35 | Matthias Krüger | -1/+4 |