| Age | Commit message (Expand) | Author | Lines |
| 2022-06-18 | Auto merge of #98178 - RalfJung:btree-alloc, r=thomcc | bors | -241/+270 |
| 2022-06-17 | Document the conditional existence of `alloc::sync` and `alloc::task`. | Kevin Reid | -0/+15 |
| 2022-06-17 | comments explaining why we have and don't have ManuallyDrop | Ralf Jung | -0/+6 |
| 2022-06-18 | Expose iter::ByRefSized as unstable feature and use it | Paolo Barbolini | -1/+2 |
| 2022-06-18 | Add VecDeque::extend from TrustedLen specialization | Paolo Barbolini | -0/+175 |
| 2022-06-17 | Add VecDeque::extend TrustedLen benchmark | Paolo Barbolini | -0/+32 |
| 2022-06-17 | Rollup merge of #95392 - Xuanwo:stablize_try_reserve_2, r=dtolnay | Dylan DPC | -4/+2 |
| 2022-06-16 | btree: avoid forcing the allocator to be a reference | Ralf Jung | -241/+264 |
| 2022-06-16 | Rollup merge of #98125 - KarlWithK:entry_add_modify_doc, r=Dylan-DPC | Matthias Krüger | -1/+6 |
| 2022-06-16 | std: Stabilize feature try_reserve_2 | Xuanwo | -4/+2 |
| 2022-06-15 | change "1" to "c" to pass test | KarlWithK | -1/+1 |
| 2022-06-15 | Add examples using `add_modify` to btree | KarlWithK | -1/+6 |
| 2022-06-14 | btreemap-alloc: fix clear impl | Jacob Hughes | -15/+6 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -340/+676 |
| 2022-06-14 | Rollup merge of #97869 - ssomers:btree_comments, r=Dylan-DPC | Dylan DPC | -6/+7 |
| 2022-06-10 | additional docs example for replace **all** of str | bvanjoi | -0/+1 |
| 2022-06-09 | Auto merge of #97868 - ssomers:btree_from_sorted_iter, r=the8472 | bors | -13/+15 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -1/+0 |
| 2022-06-08 | BTreeSet: avoid intermediate sorting when collecting sorted iterators | Stein Somers | -13/+15 |
| 2022-06-08 | BTree: tweak internal comments | Stein Somers | -6/+7 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-05 | Add vec::Drain{,Filter}::keep_rest | Maybe Waffle | -3/+153 |
| 2022-06-04 | Rollup merge of #96642 - thomcc:thinbox-zst-ugh, r=yaahc | Dylan DPC | -19/+279 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-02 | Rollup merge of #97655 - steffahn:better-pin-box-construction-docs, r=thomcc | Matthias Krüger | -4/+28 |
| 2022-06-02 | Improve documentation for constructors of pinned `Box`es | Frank Steffahn | -4/+28 |
| 2022-06-02 | Auto merge of #97293 - est31:remove_box, r=oli-obk | bors | -9/+56 |
| 2022-06-02 | Rollup merge of #97603 - ximon18:arc-make-mut-spelling-correction, r=Guillaum... | Dylan DPC | -3/+3 |
| 2022-06-02 | Stabilize `box_into_pin` | Yuki Okushi | -2/+21 |
| 2022-06-01 | Rollup merge of #97611 - azdavis:master, r=Dylan-DPC | Yuki Okushi | -3/+7 |
| 2022-06-01 | Update sync.rs | Dylan DPC | -1/+1 |
| 2022-06-01 | Update sync.rs | Dylan DPC | -3/+3 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -3/+7 |
| 2022-06-01 | Auto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrum | bors | -0/+2 |
| 2022-06-01 | Use #[rustc_box] in alloc instead of box syntax | est31 | -9/+56 |
| 2022-06-01 | Spelling correction. | Ximon Eighteen | -1/+1 |
| 2022-05-31 | Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-05-31 | Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnay | Matthias Krüger | -9/+10 |
| 2022-05-31 | Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obk | bors | -0/+3 |
| 2022-05-31 | Auto merge of #97521 - SkiFire13:clarify-vec-as-ptr, r=Dylan-DPC | bors | -2/+4 |
| 2022-05-31 | alloc: remove repeated word in comment | Miguel Ojeda | -1/+1 |
| 2022-05-31 | Rollup merge of #97455 - JohnTitor:stabilize-toowned-clone-into, r=dtolnay | Dylan DPC | -2/+1 |
| 2022-05-31 | Rollup merge of #97229 - Nilstrieb:doc-box-noalias, r=dtolnay | Dylan DPC | -0/+14 |
| 2022-05-30 | BTreeSet->BTreeMap (fix copy/paste mistake in documentation) | David Tolnay | -1/+1 |
| 2022-05-30 | Fix typo uniqeness -> uniqueness | David Tolnay | -1/+1 |
| 2022-05-30 | Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk | Michael Goulet | -16/+17 |
| 2022-05-30 | Auto merge of #97480 - conradludgate:faster-format-literals, r=joshtriplett | bors | -4/+9 |
| 2022-05-30 | Add `#[inline]` to `Vec`'s `Deref/DerefMut` | Gary Guo | -0/+2 |
| 2022-05-30 | Rollup merge of #97494 - est31:remove_box_alloc_tests, r=Dylan-DPC | Dylan DPC | -50/+51 |
| 2022-05-30 | Add reexport of slice::from{,_mut}_ptr_range to alloc & std | Maybe Waffle | -0/+3 |