about summary refs log tree commit diff
path: root/src/liballoc/borrow.rs
AgeCommit message (Expand)AuthorLines
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-6/+6
2019-04-15warn(missing_docs) in liballoc, and add missing docsRalf Jung-0/+1
2019-03-30Fix doc testsFabian Drinck-1/+1
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-8/+8
2019-02-17Use more impl header lifetime elisionScott McMurray-8/+8
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
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
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+421