| Age | Commit message (Expand) | Author | Lines |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -10/+12 |
| 2024-01-13 | Remove special-case handling of `vec.split_off(0)` | Zalathar | -8/+0 |
| 2024-01-11 | chore: remove unnecessary blank line | hi-rustin | -1/+0 |
| 2024-01-10 | Fix deallocation with wrong allocator in (A)Rc::from_box_in | zachs18 | -2/+2 |
| 2024-01-08 | rc,sync: Do not create references to uninitialized values | Taiki Endo | -20/+25 |
| 2024-01-07 | mark vec::IntoIter pointers as `!nonnull` | The 8472 | -49/+75 |
| 2024-01-07 | typo fix | The 8472 | -1/+1 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -1/+1 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -3/+4 |
| 2024-01-03 | Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-Simulacrum | León Orell Valerian Liehr | -3/+3 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -3/+4 |
| 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-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 | 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/+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-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 | -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-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-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 |