| Age | Commit message (Expand) | Author | Lines |
| 2020-12-28 | Rollup merge of #80390 - ssomers:btree_cleanup_slices_2, r=Mark-Simulacrum | Mara Bos | -50/+48 |
| 2020-12-28 | Fix stabilization version of deque_range feature. | Mara Bos | -2/+2 |
| 2020-12-28 | Mention Arc::make_mut and Rc::make_mut in the documentation of Cow | Frank Steffahn | -0/+5 |
| 2020-12-28 | Rollup merge of #80353 - ssomers:btree_test_split_off, r=Mark-Simulacrum | Dylan DPC | -7/+38 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+7 |
| 2020-12-28 | de-stabilize unsized raw ptr methods for Weak | Ralf Jung | -50/+6 |
| 2020-12-26 | Use raw version of align_of in rc data_offset | CAD97 | -2/+2 |
| 2020-12-26 | BTreeMap: rename the area access methods | Stein Somers | -50/+48 |
| 2020-12-26 | Auto merge of #79520 - ssomers:btree_cleanup_1, r=Mark-Simulacrum | bors | -64/+17 |
| 2020-12-26 | Auto merge of #80354 - ssomers:btree_test_compact, r=Mark-Simulacrum | bors | -9/+33 |
| 2020-12-26 | Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-se | bors | -7/+2 |
| 2020-12-25 | BTreeMap: declare exclusive access to arrays when copying from them | Stein Somers | -64/+17 |
| 2020-12-25 | Rollup merge of #80352 - ssomers:btree_test_diagnostics, r=Mark-Simulacrum | Dylan DPC | -5/+9 |
| 2020-12-24 | BTreeMap: test full nodes a little more | Stein Somers | -9/+33 |
| 2020-12-24 | BTreeMap: test split_off (and append) more thoroughly | Stein Somers | -7/+38 |
| 2020-12-24 | BTreeMap: make test cases more explicit on failure | Stein Somers | -5/+9 |
| 2020-12-24 | BTreeMap: avoid implicit use of node length in flight | Stein Somers | -97/+81 |
| 2020-12-23 | Auto merge of #79521 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | bors | -106/+108 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -5/+7 |
| 2020-12-18 | Stabilize Arc::{incr,decr}_strong_count | Yoshua Wuyts | -13/+9 |
| 2020-12-18 | Rollup merge of #80003 - Stupremee:fix-zst-vecdeque-conversion-panic, r=dtolnay | Dylan DPC | -2/+13 |
| 2020-12-17 | BTreeMap: relax the explicit borrow rule to make code shorter and safer | Stein Somers | -106/+108 |
| 2020-12-17 | Rollup merge of #80022 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2020-12-17 | Rollup merge of #80006 - ssomers:btree_cleanup_6, r=Mark-Simulacrum | Guillaume Gomez | -28/+27 |
| 2020-12-15 | Auto merge of #78682 - glandium:issue78471, r=lcnr | bors | -1/+5 |
| 2020-12-14 | Rollup merge of #79918 - woodruffw-forks:ww/doc-initializer-side-effects, r=d... | Guillaume Gomez | -0/+4 |
| 2020-12-14 | BTreeSet: simplify implementation of pop_first/pop_last | Stein Somers | -2/+2 |
| 2020-12-13 | Auto merge of #80005 - ssomers:btree_cleanup_3, r=Mark-Simulacrum | bors | -10/+11 |
| 2020-12-13 | Auto merge of #79987 - ssomers:btree_cleanup_4, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-12-13 | Auto merge of #79376 - ssomers:btree_choose_parent_kv, r=Mark-Simulacrum | bors | -12/+14 |
| 2020-12-13 | fix typo | Justus K | -1/+1 |
| 2020-12-13 | BTreeMap: more expressive local variables in merge | Stein Somers | -28/+27 |
| 2020-12-13 | BTreeMap: declare clear_parent_link directly on the root it needs | Stein Somers | -10/+11 |
| 2020-12-13 | replace assert! with assert_eq! | Justus K | -1/+1 |
| 2020-12-13 | fix panic if converting ZST Vec to VecDeque | Justus K | -2/+13 |
| 2020-12-13 | Auto merge of #79994 - JohnTitor:rollup-43wl2uj, r=JohnTitor | bors | -62/+0 |
| 2020-12-13 | Rollup merge of #79834 - m-ou-se:bye-linked-list-extras, r=Mark-Simulacrum | Yuki Okushi | -62/+0 |
| 2020-12-13 | BTreeMap: capture a recurring use pattern as replace_kv | Stein Somers | -8/+10 |
| 2020-12-13 | BTreeMap: detect bulk_steal's count-1 underflow in release builds too | Stein Somers | -0/+2 |
| 2020-12-12 | BTreeMap: clarify comments and panics surrounding choose_parent_kv | Stein Somers | -12/+14 |
| 2020-12-11 | doc: apply suggestions | William Woodruff | -2/+3 |
| 2020-12-10 | Rollup merge of #79860 - rust-lang:frewsxcv-patch-2, r=jyn514 | Tyler Mandry | -1/+1 |
| 2020-12-10 | doc(array,vec): add notes about side effects when empty-initializing | William Woodruff | -0/+3 |
| 2020-12-10 | Fix the fmt issues | Clément Renault | -2/+2 |
| 2020-12-10 | Auto merge of #79814 - lcnr:deque-f, r=Mark-Simulacrum | bors | -5/+27 |
| 2020-12-10 | Update the slice GroupBy/Mut test | Clément Renault | -4/+16 |
| 2020-12-10 | Use none as the issue instead of 0 | Clément Renault | -1/+1 |
| 2020-12-10 | Implement it with only safe code | Clément Renault | -10/+29 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+31 |
| 2020-12-09 | Rollup merge of #79795 - matklad:unicode-private, r=cramertj | Tyler Mandry | -1/+1 |