| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | mv std libs to library/ | mark | -1629/+0 |
| 2020-06-22 | Rollup merge of #71660 - sollyucko:master, r=dtolnay | Dylan DPC | -0/+54 |
| 2020-06-20 | impl PartialEq<Vec<B>> for &[A], &mut [A] | Solomon Ucko | -0/+54 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -15/+0 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -9/+9 |
| 2020-06-05 | Use assert_eq for liballoc test | Ivan Tham | -1/+1 |
| 2020-05-18 | Tiny Vecs are dumb. | Nicholas Nethercote | -0/+115 |
| 2020-04-09 | Disable try_reserve tests on Android | Amanieu d'Antras | -0/+2 |
| 2020-04-05 | Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-04-05 | Stop importing integer modules in liballoc | Linus Färnstrand | -1/+0 |
| 2020-03-30 | fix and test aliasing in swap_remove | Ralf Jung | -0/+5 |
| 2020-03-30 | fix aliasing in remove() | Ralf Jung | -1/+6 |
| 2020-03-30 | also cover next() path of draining iterators | Ralf Jung | -4/+11 |
| 2020-03-30 | test more mutating vector methods | Ralf Jung | -0/+30 |
| 2020-03-30 | add some tests | Ralf Jung | -4/+18 |
| 2020-01-19 | Format | Jonas Schievink | -5/+1 |
| 2020-01-19 | Fix leak in vec::IntoIter when a destructor panics | Jonas Schievink | -0/+29 |
| 2020-01-19 | Avoid leak in `vec::Drain` when item drop panics | Jonas Schievink | -0/+39 |
| 2020-01-04 | ef em ti ... :P | dylan_DPC | -3/+3 |
| 2020-01-04 | add tests | dylan_DPC | -0/+15 |
| 2019-12-22 | Format the world | Mark Rousskov | -116/+117 |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -2/+2 |
| 2019-12-01 | Rollup merge of #66662 - RalfJung:miri-test-liballoc, r=dtolnay | Mazdak Farrokhzad | -3/+2 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-22 | enable panic-catching tests in Miri | Ralf Jung | -3/+2 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+5 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -5/+2 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -2/+5 |
| 2019-09-29 | Fix `vec![x; n]` with null raw fat pointer zeroing the pointer metadata | Simon Sapin | -0/+48 |
| 2019-08-16 | Add the Layout of the failed allocation to TryReserveError::AllocError | Simon Sapin | -8/+8 |
| 2019-08-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -1/+1 |
| 2019-07-08 | Auto merge of #61224 - aloucks:drain_filter, r=Gankro | bors | -0/+109 |
| 2019-07-03 | enable a few more tests in Miri and update the comment for others | Ralf Jung | -1/+0 |
| 2019-05-27 | Disable drain_filter tests that require catch_unwind on miri | Aaron Loucks | -0/+2 |
| 2019-05-27 | Add drain_filter_unconsumed test | Aaron Loucks | -0/+8 |
| 2019-05-26 | Prevent Vec::drain_filter from double dropping on panic | Aaron Loucks | -0/+99 |
| 2019-05-25 | add test checking that Vec push/pop does not invalidate pointers | Ralf Jung | -0/+21 |
| 2019-05-23 | fix dangling reference in Vec::append | Ralf Jung | -2/+3 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -12/+0 |
| 2019-02-13 | review failures in heap, slice, vec | Ralf Jung | -0/+12 |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+2 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+2 |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -7/+5 |
| 2019-02-02 | liballoc: elide some lifetimes. | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | liballoc: adjust abolute imports + more import fixes. | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -5/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-11 | Test capacity of ZST vector | Konrad Borowski | -0/+5 |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -8/+8 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -19/+1 |