| Age | Commit message (Expand) | Author | Lines |
| 2022-06-27 | liballoc tests: avoid int2ptr cast | Ralf Jung | -1/+1 |
| 2022-06-24 | Rollup merge of #98039 - tnballo:master, r=thomcc | Yuki Okushi | -13/+117 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -13/+117 |
| 2022-06-23 | Rollup merge of #98364 - RalfJung:arc-clone, r=Mark-Simulacrum | Michael Goulet | -8/+9 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -93/+138 |
| 2022-06-21 | clarify Arc::clone overflow check comment | Ralf Jung | -8/+9 |
| 2022-06-21 | remove use of &Alloc in btree tests | Ralf Jung | -6/+6 |
| 2022-06-20 | Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se | Dylan DPC | -5/+80 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -93/+138 |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -6/+6 |
| 2022-06-18 | make btree not use &A: Allocator instance | Ralf Jung | -6/+6 |
| 2022-06-18 | Auto merge of #98004 - paolobarbolini:vecdeque-extend-trustedlen, r=the8472 | bors | -0/+208 |
| 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 |