| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -1646/+0 | |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -8/+6 | |
| 2020-04-09 | Disable try_reserve tests on Android | Amanieu d'Antras | -0/+2 | |
| 2020-04-05 | Stop importing integer modules in liballoc | Linus Färnstrand | -1/+0 | |
| 2020-01-19 | Format | Jonas Schievink | -2/+3 | |
| 2020-01-19 | Fix leak in VecDeque::drain when drop panics | Jonas Schievink | -0/+38 | |
| 2020-01-19 | Fix `VecDeque::truncate` leak on drop panic | Jonas Schievink | -1/+34 | |
| 2019-12-11 | VecDeque: drop remaining items on destructor panic | Jonas Schievink | -0/+34 | |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -2/+2 | |
| 2019-11-29 | Format liballoc with rustfmt | David Tolnay | -83/+83 | |
| 2019-08-16 | Add the Layout of the failed allocation to TryReserveError::AllocError | Simon Sapin | -6/+6 | |
| … and add a separately-unstable field to force non-exhaustive matching (`#[non_exhaustive]` is no implemented yet on enum variants) so that we have the option to later expose the allocator’s error value. CC https://github.com/rust-lang/wg-allocators/issues/23 | ||||
| 2019-08-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -1/+1 | |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -1/+0 | |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -1/+0 | |
| 2019-02-22 | Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm | Mazdak Farrokhzad | -0/+64 | |
| override `VecDeque::try_rfold`, also update iterator This keeps the slice based iteration and updates the iterator state after each slice. It also uses a loop to reduce the amount of code. This uses unsafe code, so some thorough review would be appreciated. Cc @RalfJung | ||||
| 2019-02-18 | override `VecDeque::try_rfold`, also update iterator | Andre Bogus | -0/+64 | |
| This keeps the slice based iteration and updates the iterator state after each slice. It also uses a loop to reduce the amount of code. This uses unsafe code, so some thorough review would be appreciated. | ||||
| 2019-02-13 | review failures in btree, string | Ralf Jung | -1/+3 | |
| 2019-02-13 | review failures in binary_heap, str, vec_deque | Ralf Jung | -7/+4 | |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+7 | |
| libcore, liballoc: disable tests in Miri I am going to run the libcore and liballoc unit test suites in Miri. Not all tests pass. This PR disables a whole bunch of tests when running in Miri, to get us to a baseline from which I can investigate failures. Cc @SimonSapin @alexcrichton | ||||
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+7 | |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -9/+5 | |
| 2019-02-02 | liballoc: elide some lifetimes. | Mazdak Farrokhzad | -1/+1 | |
| 2019-02-02 | liballoc: apply uniform_paths. | Mazdak Farrokhzad | -2/+2 | |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -8/+13 | |
| 2019-01-30 | override `VecDeque`'s `Iter::try_fold` | Andre Bogus | -0/+37 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-19 | Add more VecDeque::rotate_{left|right} tests | Scott McMurray | -0/+134 | |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -4/+4 | |
| 2018-08-15 | Test VecDeque append not dropping twice | Pazzaz | -0/+25 | |
| 2018-07-22 | Simplify vecdeque append test | Pazzaz | -42/+64 | |
| 2018-07-19 | Non-naive implementation for `VecDeque.append` | Pazzaz | -0/+54 | |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -6/+6 | |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -22/+0 | |
| Closes #22181, #27779 | ||||
| 2018-03-15 | setting ABORTING_MALLOC for asmjs backend | snf | -7/+1 | |
| 2018-03-14 | try_reserve: disabling tests for asmjs, blocked by #48968 | snf | -1/+7 | |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+208 | |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -2/+1 | |
| Replacement: 41439 Deprecation: 42310 for 1.19 Fixes 41477 | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+1025 | |
