| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 | |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -6/+5 | |
| 2019-02-02 | liballoc: fix some idiom lints. | Mazdak Farrokhzad | -2/+2 | |
| 2019-02-02 | liballoc: elide some lifetimes. | Mazdak Farrokhzad | -13/+7 | |
| 2019-02-02 | liballoc: apply uniform_paths. | Mazdak Farrokhzad | -4/+4 | |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -5/+6 | |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -2/+2 | |
| 2019-01-28 | liballoc: remove unneeded allow(deprecated) | Ralf Jung | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-15 | Review fix | Roman Proskuryakov | -0/+1 | |
| 2018-08-15 | Fix review notes | Roman Proskuryakov | -1/+1 | |
| 2018-08-06 | Add one more example for Cow that shows how to keep Cow in a struct | Roman Proskuryakov | -0/+34 | |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+1 | |
| Chosen to start a precedent of using it on ones that are potentially-expensive and where using it for side effects is particularly discouraged. Discuss :) | ||||
| 2017-11-14 | examples in Cow::into_owned don't need to wrap result in Cows | QuietMisdreavus | -2/+2 | |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -1/+0 | |
| Many AsciiExt imports have become useless thanks to the inherent ascii methods added in the last commits. These were removed. In some places, I fully specified the ascii method being called to enforce usage of the AsciiExt trait. Note that some imports are not removed but tagged with a `#[cfg(stage0)]` attribute. This is necessary, because certain ascii methods are not yet available in stage0. All those imports will be removed later. Additionally, failing tests were fixed. The test suite should exit successfully now. | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+421 | |
