| Age | Commit message (Expand) | Author | Lines |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+6 |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -5/+5 |
| 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-22 | Liballoc bench vec use mem take not replace | Ivan Tham | -3/+3 |
| 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 | Move vec-cycle-wrapped test | Alexis Bourget | -0/+41 |
| 2020-09-21 | Move vec-cycle test | Alexis Bourget | -0/+39 |
| 2020-09-21 | Move deref-lval test | Alexis Bourget | -0/+9 |
| 2020-09-21 | move format! interface tests | Alexis Bourget | -1/+322 |
| 2020-09-21 | Rollup merge of #76983 - ssomers:btree_extra_test, r=Mark-Simulacrum | Ralf Jung | -6/+25 |
| 2020-09-21 | Rollup merge of #76981 - pickfire:patch-5, r=Mark-Simulacrum | Ralf Jung | -14/+14 |
| 2020-09-21 | Auto merge of #75974 - SkiFire13:peekmut-opt-sift, r=LukasKalbertodt | bors | -2/+96 |
| 2020-09-20 | BTreeMap: extra testing unveiling mistakes in future PR | Stein Somers | -6/+25 |
| 2020-09-21 | liballoc bench use imported path Bencher | Ivan Tham | -14/+14 |
| 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-20 | Added benchmarks for BinaryHeap | Giacomo Stevanato | -0/+92 |
| 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 | -7/+8 |
| 2020-09-19 | Rollup merge of #76400 - pickfire:patch-5, r=dtolnay | Ralf Jung | -22/+21 |
| 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 | -7/+8 |
| 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 |