| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | BTreeMap: various tweaks | Stein Somers | -61/+50 |
| 2020-09-25 | BTreeMap: introduce edge methods similar to those of keys and values | Stein Somers | -24/+34 |
| 2020-09-25 | BTreeMap: refactor correct_childrens_parent_links | Stein Somers | -26/+16 |
| 2020-09-25 | Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514 | Jonas Schievink | -2/+2 |
| 2020-09-25 | Rollup merge of #77050 - follower:patch-1, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-09-23 | Rollup merge of #77017 - GuillaumeGomez:vec-missing-examples-iter, r=Dylan-DPC | Dylan DPC | -0/+31 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -17/+18 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -4/+4 |
| 2020-09-23 | Use Self in alloc | Alexis Bourget | -2/+2 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+5 |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -4/+4 |
| 2020-09-22 | Add missing examples on Vec iter types | Guillaume Gomez | -0/+31 |
| 2020-09-22 | Typo fix: "satsify" -> "satisfy" | follower | -1/+1 |
| 2020-09-21 | Rollup merge of #72734 - pickfire:liballoc, r=KodrAus | ecstatic-morse | -15/+13 |
| 2020-09-21 | replaced cell::update with cell::[g|s]et | blitzerr | -5/+1 |
| 2020-09-21 | Added feature flag to use cell_update | blitzerr | -0/+4 |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -9/+10 |
| 2020-09-21 | Rollup merge of #76983 - ssomers:btree_extra_test, r=Mark-Simulacrum | Ralf Jung | -6/+25 |
| 2020-09-21 | Auto merge of #75974 - SkiFire13:peekmut-opt-sift, r=LukasKalbertodt | bors | -2/+4 |
| 2020-09-20 | BTreeMap: extra testing unveiling mistakes in future PR | Stein Somers | -6/+25 |
| 2020-09-20 | Rollup merge of #76926 - ssomers:btree_cleanup_1, r=Mark-Simulacrum | Ralf Jung | -7/+7 |
| 2020-09-20 | Rollup merge of #76877 - denisvasilik:intra-doc-links-alloc-vec-deque, r=jyn514 | Ralf Jung | -23/+28 |
| 2020-09-20 | Rollup merge of #76876 - denisvasilik:intra-doc-links-alloc, r=jyn514 | Ralf Jung | -12/+8 |
| 2020-09-20 | Rollup merge of #76875 - denisvasilik:intra-doc-links-alloc-binary-heap, r=jy... | Ralf Jung | -20/+14 |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -9/+1 |
| 2020-09-20 | Rollup merge of #76722 - ssomers:btree_send_sync, r=Mark-Simulacrum | Ralf Jung | -0/+143 |
| 2020-09-20 | Remove some unused features from alloc core and std | est31 | -8/+1 |
| 2020-09-20 | Fix time complexity in BinaryHeap::peek_mut docs | Giacomo Stevanato | -1/+2 |
| 2020-09-20 | Set sift=true only when PeekMut yields a mutable reference | Giacomo Stevanato | -1/+2 |
| 2020-09-19 | Use intra-doc links | Denis Vasilik | -12/+8 |
| 2020-09-19 | Auto merge of #76929 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | bors | -20/+22 |
| 2020-09-19 | BTreeMap: wrap node's raw parent pointer in NonNull | Stein Somers | -20/+22 |
| 2020-09-19 | BTreeMap: code readability tweaks | Stein Somers | -7/+7 |
| 2020-09-19 | Rollup merge of #76525 - fusion-engineering-forks:string-drain, r=dtolnay | Ralf Jung | -1/+35 |
| 2020-09-19 | Rollup merge of #76492 - fusion-engineering-forks:int-bits, r=dtolnay | Ralf Jung | -3/+4 |
| 2020-09-19 | Rollup merge of #76310 - scottmcm:array-try_from-vec, r=dtolnay | Ralf Jung | -0/+52 |
| 2020-09-19 | Add tracking issue number for string_drain_as_str. | Mara Bos | -3/+3 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -3/+4 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -5/+5 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -8/+5 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Update library/alloc/src/collections/binary_heap.rs | Denis Vasilik | -1/+1 |
| 2020-09-18 | Use intra-doc links | Denis Vasilik | -2/+1 |
| 2020-09-18 | Move to intra-doc links | Denis Vasilik | -21/+27 |
| 2020-09-18 | Use intra-doc links | Denis Vasilik | -16/+10 |
| 2020-09-18 | Remove unused libc feature gate | est31 | -1/+0 |
| 2020-09-18 | Auto merge of #76790 - ssomers:btree_slice_slasher_returns, r=Mark-Simulacrum | bors | -16/+29 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -0/+3 |