| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
