about summary refs log tree commit diff
path: root/src/liballoc/borrow.rs
AgeCommit message (Collapse)AuthorLines
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-6/+5
2019-02-02liballoc: fix some idiom lints.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: elide some lifetimes.Mazdak Farrokhzad-13/+7
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-4/+4
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-5/+6
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-2/+2
2019-01-28liballoc: remove unneeded allow(deprecated)Ralf Jung-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-15Review fixRoman Proskuryakov-0/+1
2018-08-15Fix review notesRoman Proskuryakov-1/+1
2018-08-06Add one more example for Cow that shows how to keep Cow in a structRoman Proskuryakov-0/+34
2018-03-30Add #[must_use] to a few standard library methodsScott 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-14examples in Cow::into_owned don't need to wrap result in CowsQuietMisdreavus-2/+2
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas 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-13Merge crate `collections` into `alloc`Murarth-0/+421