| Age | Commit message (Expand) | Author | Lines |
| 2020-10-30 | Constantify more BTreeMap and BTreeSet functions | BenoƮt du Garreau | -4/+22 |
| 2020-10-29 | BTreeMap: document a curious assumption in test cases | Stein Somers | -0/+3 |
| 2020-10-29 | Rollup merge of #78499 - SkiFire13:fix-string-retain, r=m-ou-se | Jonas Schievink | -4/+6 |
| 2020-10-29 | Rollup merge of #76138 - camelid:rc-fully-qualified-syntax, r=steveklabnik | Jonas Schievink | -9/+38 |
| 2020-10-29 | Auto merge of #78446 - RalfJung:box, r=Amanieu | bors | -7/+2 |
| 2020-10-29 | Prevent String::retain from creating non-utf8 strings when abusing panic | Giacomo Stevanato | -4/+6 |
| 2020-10-28 | Don't say you "should" use fully qualified syntax | Camelid | -10/+16 |
| 2020-10-28 | Fix broken intra-doc link | Camelid | -1/+1 |
| 2020-10-28 | Explain fully qualified syntax for `Rc` and `Arc` | Camelid | -9/+32 |
| 2020-10-28 | fix some incorrect aliasing in the BTree | Ralf Jung | -4/+8 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -1/+2 |
| 2020-10-27 | fix Box::into_unique | Ralf Jung | -7/+2 |
| 2020-10-27 | BTreeMap: stop mistaking node for an orderly place | Stein Somers | -41/+22 |
| 2020-10-27 | Auto merge of #78359 - ssomers:btree_cleanup_mem, r=Mark-Simulacrum | bors | -40/+42 |
| 2020-10-27 | Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytm | Yuki Okushi | -2/+2 |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -150/+431 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -2/+2 |
| 2020-10-26 | BTreeMap: move generic functions out of navigate.rs | Stein Somers | -40/+42 |
| 2020-10-25 | Auto merge of #78015 - ssomers:btree_merge_mergers, r=Mark-Simulacrum | bors | -97/+111 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -896/+1042 |
| 2020-10-25 | Rollup merge of #78322 - ssomers:btree_no_min_len_at_node_level, r=Mark-Simul... | Yuki Okushi | -55/+55 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+3 |
| 2020-10-24 | Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-10-24 | BTreeMap: stop mistaking node::MIN_LEN as a node level constraint | Stein Somers | -55/+55 |
| 2020-10-23 | Rename `Box::alloc` to `Box::alloc_ref` | Tim Diekmann | -2/+2 |
| 2020-10-23 | Add a spin loop hint for Arc::downgrade | Nicolas Nattis | -0/+3 |
| 2020-10-23 | Rollup merge of #78163 - camelid:fixup-lib-docs, r=m-ou-se | Yuki Okushi | -9/+10 |
| 2020-10-23 | Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-se | Yuki Okushi | -9/+9 |
| 2020-10-22 | Clean up lib docs | Camelid | -9/+10 |
| 2020-10-22 | BTreeMap/Set: merge the implementations of MergeIter | Stein Somers | -97/+111 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+3 |
| 2020-10-21 | Rollup merge of #78056 - ssomers:btree_chop_up_1, r=dtolnay | Yuki Okushi | -222/+239 |
| 2020-10-20 | BTreeMap: less sharing, more similarity between leaf and internal nodes | Stein Somers | -45/+36 |
| 2020-10-20 | BTreeMap: reuse BoxedNode instances directly instead of their contents | Stein Somers | -7/+3 |
| 2020-10-20 | Rollup merge of #77612 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | Yuki Okushi | -79/+115 |
| 2020-10-19 | BTreeMap: test invariants more thoroughly and more readably | Stein Somers | -79/+115 |
| 2020-10-18 | Stabilize or_insert_with_key | Chai T. Rex | -2/+1 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -8/+5 |
| 2020-10-18 | BTreeMap: split off most code of remove and split_off | Stein Somers | -222/+239 |
| 2020-10-18 | Rollup merge of #77851 - exrook:split-btreemap, r=dtolnay | Yuki Okushi | -468/+480 |
| 2020-10-17 | Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2020-10-17 | Rollup merge of #77751 - vojtechkral:vecdeque-binary-search, r=scottmcm,dtolnay | Dylan DPC | -1/+138 |
| 2020-10-16 | Auto merge of #77997 - fusion-engineering-forks:to-string-no-shrink, r=joshtr... | bors | -1/+0 |
| 2020-10-16 | liballoc: VecDeque: Simplify binary_search_by() | Vojtech Kral | -15/+4 |
| 2020-10-16 | liballoc: VecDeque: Add tracking issue for binary search fns | Vojtech Kral | -3/+3 |
| 2020-10-16 | Auto merge of #77850 - kornelski:resizedefault, r=dtolnay | bors | -44/+0 |
| 2020-10-16 | Remove shrink_to_fit from default ToString::to_string implementation. | Mara Bos | -1/+0 |
| 2020-10-16 | Merge branch 'master' into box-alloc | Tim Diekmann | -39/+114 |
| 2020-10-16 | Rollup merge of #77935 - ssomers:btree_cleanup_1, r=Mark-Simulacrum | Dylan DPC | -7/+62 |
| 2020-10-15 | Fix typo in documentation | strct | -1/+1 |