| Age | Commit message (Expand) | Author | Lines |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -7/+8 |
| 2023-12-30 | Rollup merge of #119158 - JohnTheCoolingFan:arc-weak-clone-pretty, r=cuviper | Matthias Krüger | -14/+11 |
| 2023-12-30 | rc: Take *const T in is_dangling | Taiki Endo | -3/+3 |
| 2023-12-29 | Italicise "bytes" in the docs of some `Vec` methods | Gurinder Singh | -8/+8 |
| 2023-12-24 | Rollup merge of #119205 - mumbleskates:vecdeque-comment-fix, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2023-12-22 | update version placeholders | Pietro Albini | -2/+2 |
| 2023-12-21 | fix minor mistake in comments describing VecDeque resizing | Kent Ross | -4/+4 |
| 2023-12-20 | Cleaned up alloc::sync::Weak Clone implementation | JohnTheCoolingFan | -14/+11 |
| 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-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -1/+1 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -39/+4 |
| 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 | -39/+4 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -1/+1 |
| 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/+35 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -1/+1 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -0/+1 |
| 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 | -30/+151 |
| 2023-12-05 | Split `Vec::dedup_by` into 2 cycles | AngelicosPhosphoros | -14/+48 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-12-05 | Fix in-place collect not reallocating when necessary | The 8472 | -7/+35 |
| 2023-12-04 | Remove useless `'static` bounds on `Box` allocator | Jules Bertholet | -9/+3 |
| 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 | -31/+172 |
| 2023-11-28 | Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviper | Matthias Krüger | -2/+2 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+11 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+11 |
| 2023-11-26 | Rename `{collections=>alloc}{tests,benches}` | Maybe Waffle | -2/+2 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -1/+0 |
| 2023-11-25 | Add more benchmarks of `Vec::dedup` | AngelicosPhosphoros | -18/+105 |
| 2023-11-23 | Add UnorderedKeyError | Amanieu d'Antras | -31/+43 |
| 2023-11-23 | Update library/alloc/src/collections/btree/map.rs | Amanieu d'Antras | -1/+1 |
| 2023-11-23 | Rewrite the BTreeMap cursor API using gaps | Amanieu d'Antras | -374/+519 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 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 |