| Age | Commit message (Expand) | Author | Lines |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+6 |
| 2021-10-04 | Rollup merge of #89244 - DeveloperC286:pair_slices_fields_to_private, r=josht... | Manish Goregaokar | -4/+4 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -16/+13 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -14/+8 |
| 2021-10-04 | Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnay | Jubilee | -0/+1 |
| 2021-10-04 | Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-se | Jubilee | -1/+41 |
| 2021-10-04 | Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett | Jubilee | -0/+47 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -14/+8 |
| 2021-10-03 | Rollup merge of #89401 - owengage:master, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-10-03 | Rollup merge of #88370 - Seppel3210:master, r=dtolnay | Manish Goregaokar | -1/+6 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-04 | Update outdated comment | Xinye Tao | -1/+1 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -25/+32 |
| 2021-10-03 | Auto merge of #88060 - TennyZhuang:optimize-vec-retain, r=dtolnay | bors | -3/+24 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -3/+3 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -0/+1 |
| 2021-10-01 | Clarify a sentence in the documentation of Vec (#84488) | chrismit3s | -1/+1 |
| 2021-09-30 | Fix standard library for min_specialization changes | Matthew Jasper | -16/+13 |
| 2021-09-30 | fix issues pointed out in review | The8472 | -10/+11 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+46 |
| 2021-09-30 | Add truncate note to Vec::resize | Owen Gage | -0/+1 |
| 2021-09-28 | Additional docs about Vec::leak behavior | Matt Brubeck | -2/+5 |
| 2021-09-28 | Avoid allocations and copying in Vec::leak | Matt Brubeck | -1/+2 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+7 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -7/+7 |
| 2021-09-25 | Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se | Manish Goregaokar | -9/+21 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -70/+62 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -70/+62 |
| 2021-09-25 | refactor: VecDeques PairSlices fields to private | DeveloperC | -4/+4 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -1/+0 |
| 2021-09-25 | Use Rvalue::ShallowInitBox for box expression | Gary Guo | -1/+0 |
| 2021-09-24 | unitalicize O(1) complexities | Takashi Idobe | -4/+4 |
| 2021-09-24 | consistent big O notation | r00ster91 | -7/+7 |
| 2021-09-23 | remove trailing whitespace | Takashi Idobe | -4/+4 |
| 2021-09-23 | Add time complexities to linked_list.rs | Takashi Idobe | -0/+10 |
| 2021-09-22 | Rollup merge of #89036 - nbdd0121:alloc, r=yaahc | the8472 | -0/+3 |
| 2021-09-22 | PR fixup | Aman Arora | -7/+7 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+7 |
| 2021-09-17 | refactor: VecDeques IntoIter fields to private | DeveloperC286 | -2/+8 |
| 2021-09-17 | Fix missing `no_global_oom_handling` cfg-gating | Gary Guo | -0/+3 |
| 2021-09-17 | Optimize unnecessary check in Vec::retain | TennyZhuang | -3/+24 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -5/+10 |
| 2021-09-16 | Add intra-doc-links to BinaryHeap rustdoc | est31 | -3/+7 |
| 2021-09-16 | Add intra-doc-links to LinkedList rustdoc | est31 | -1/+4 |
| 2021-09-15 | Const Deref | Deadbeef | -1/+5 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -3/+0 |
| 2021-09-08 | rearrange to be panic safe | tabokie | -10/+12 |
| 2021-09-07 | Optimize VecDeque::append | tabokie | -2/+28 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -10/+101 |
| 2021-09-05 | Fix typo: needede -> needed | Yechan Bae | -1/+1 |