| Age | Commit message (Expand) | Author | Lines |
| 2024-01-25 | fix: Drop guard was deallocating with the incorrect size | The 8472 | -13/+25 |
| 2024-01-25 | remove alignment-changing in-place collect | The 8472 | -5/+8 |
| 2024-01-25 | update internal ASCII art comment for vec specializations | The 8472 | -7/+7 |
| 2023-12-21 | update version placeholders | Pietro Albini | -2/+2 |
| 2023-12-20 | Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm | bors | -15/+50 |
| 2023-12-14 | Update c_str.rs | Daniel Huang | -3/+3 |
| 2023-12-11 | add comment to RawVec::cap field | The 8472 | -0/+5 |
| 2023-12-11 | add more niches to rawvec | The 8472 | -15/+45 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -31/+3 |
| 2023-12-10 | Auto merge of #116949 - hamza1311:stablize-arc_unwrap_or_clone, r=dtolnay | bors | -4/+2 |
| 2023-12-10 | remove redundant imports | surechen | -31/+3 |
| 2023-12-09 | Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomcc | bors | -0/+93 |
| 2023-12-07 | Auto merge of #117960 - zhiqiangxu:dry, r=workingjubilee | bors | -5/+3 |
| 2023-12-06 | Rollup merge of #117563 - 0xalpharush:docs/into-raw, r=workingjubilee | Matthias Krüger | -3/+11 |
| 2023-12-06 | Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlin | bors | -7/+27 |
| 2023-12-06 | Don't repeat yourself | zhiqiangxu | -5/+3 |
| 2023-12-05 | Auto merge of #118273 - AngelicosPhosphoros:dedup_2_loops_version_77772_2, r=... | bors | -12/+45 |
| 2023-12-05 | Split `Vec::dedup_by` into 2 cycles | AngelicosPhosphoros | -12/+45 |
| 2023-12-05 | Fix in-place collect not reallocating when necessary | The 8472 | -7/+27 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -0/+11 |
| 2023-11-29 | Rollup merge of #118383 - shepmaster:unused-tuple-struct-field-cleanup-stdlib... | Matthias Krüger | -0/+1 |
| 2023-11-29 | Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomcc | Matthias Krüger | -0/+11 |
| 2023-11-28 | Address unused tuple struct fields in the standard library | Jake Goulding | -0/+1 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -29/+128 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+11 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -1/+0 |
| 2023-11-20 | docs(GH-118094): make docs a bit more explicit | Petr Portnov | -3/+3 |
| 2023-11-20 | chore(GH-118094): explicitly mark `_elem` as unused | Petr Portnov | -1/+1 |
| 2023-11-20 | feat: specialize `SpecFromElem` for `()` | Petr Portnov | -4/+19 |
| 2023-11-16 | Stabilize ptr_addr_eq library feature | Urgau | -1/+0 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -3/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+2 |
| 2023-11-10 | Closure-consuming helper functions for `fmt::Debug` helpers | John Millikin | -0/+2 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -1/+0 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -4/+14 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -1/+0 |
| 2023-11-04 | docs: clarify explicitly freeing heap allocated memory | alpharush | -3/+11 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+2 |
| 2023-11-02 | Hint optimizer about reserved capacity | Kornel | -4/+14 |
| 2023-10-31 | delegate box error provide | Bugen Zhao | -0/+4 |
| 2023-10-30 | Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee | bors | -6/+16 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -6/+16 |
| 2023-10-28 | mark constructor of `BinaryHeap` as const fn | coekjan | -2/+4 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-21 | Update boxed.rs | Gimbles | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-19 | Stablize arc_unwrap_or_clone | Muhammad Hamza | -4/+2 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |