| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-03-24 | must_use on split_off | Kornel | -2/+2 | |
| #70194 | ||||
| 2020-02-02 | Derive Clone + PartialEq + Eq for std::string::FromUtf8Error | kennytm | -0/+4 | |
| 2019-12-22 | Format the world | Mark Rousskov | -69/+119 | |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -2/+2 | |
| 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-04-20 | Deny rust_2018_idioms in liballoc tests | Philipp Hansch | -2/+2 | |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -9/+0 | |
| 2019-02-13 | review failures in btree, string | Ralf Jung | -2/+11 | |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+2 | |
| 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/+2 | |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -6/+4 | |
| 2019-02-02 | liballoc: adjust abolute imports + more import fixes. | Mazdak Farrokhzad | -2/+2 | |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -4/+6 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -6/+6 | |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -1/+1 | |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 | |
| 2018-04-01 | Stabilize String::replace_range | Thayne McCombs | -15/+15 | |
| Fixes #44643 | ||||
| 2018-03-15 | setting ABORTING_MALLOC for asmjs backend | snf | -5/+0 | |
| 2018-03-14 | try_reserve: disabling tests for asmjs, blocked by #48968 | snf | -0/+5 | |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+163 | |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -3/+3 | |
| Add ..= to the parser Add ..= to libproc_macro Add ..= to ICH Highlight ..= in rustdoc Update impl Debug for RangeInclusive to ..= Replace `...` to `..=` in range docs Make the dotdoteq warning point to the ... Add warning for ... in expressions Updated more tests to the ..= syntax Updated even more tests to the ..= syntax Updated the inclusive_range entry in unstable book | ||||
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -17/+5 | |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+20 | |
| Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool` and reducing the string to only characters for which the predicate returns `true`. | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+498 | |
