summary refs log tree commit diff
path: root/src/libcollections/borrow.rs
AgeCommit message (Expand)AuthorLines
2016-12-20run rustfmt on libcollections folderSrinivas Reddy Thatiparthy-11/+25
2016-11-05Rollup merge of #37587 - ollie27:to_mut, r=alexcrichtonAlex Crichton-1/+4
2016-11-04Remove recursive call from Cow::to_mutOliver Middleton-1/+4
2016-11-04Fix issues with the Add/AddAssign impls for Cow<str>Oliver Middleton-24/+37
2016-10-15Improve doc example for `std::borrow::Cow`.Corey Farwell-2/+15
2016-09-29impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str>Andre Bogus-1/+47
2016-09-11Documentation for default types modifiedathulappadan-1/+1
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-08-24Remove needless imports in `libcollections`.Jeffrey Seyfried-6/+1
2016-06-23Added Default trait for CowAaronepower-0/+11
2016-04-05Add example doc for ToOwned traitGuillaume Gomez-0/+12
2016-03-12std: Clean out deprecated APIsAlex Crichton-18/+0
2016-02-23Register new snapshotsAaron Turon-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+4
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+4
2015-11-24rustfmt libcollectionsNick Cameron-21/+27
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-12libcollections: deny warnings in doctestsKevin Butler-0/+1
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-110/+1
2015-08-15collections: Add issues for unstable featuresAlex Crichton-1/+2
2015-08-05Make note of Hash in Borrow's docsSteve Klabnik-0/+3
2015-07-18'Copies' => 'Clones' in Cow method docs.Nick Hamann-2/+2
2015-06-09Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>Ulrik Sverdrup-1/+9
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-7/+1
2015-05-16Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and BorrowP1start-0/+6
2015-05-12TRPL: Borrow and AsRefSteve Klabnik-0/+5
2015-04-09Fix `borrow` docsAndrew Paseltiner-9/+9
2015-04-02Adjust `AsRef` impl for `Cow`Aaron Turon-1/+1
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-20/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-20/+0
2015-03-30Document std::borrow with examplesSteve Klabnik-0/+56
2015-03-23Add generic conversion traitsAaron Turon-2/+9
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-22Change int to i32 in Cow example.Scott Olson-1/+1
2015-02-20Register new snapshotsAlex Crichton-10/+0
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-0/+316
2015-02-18Stabilize std::borrowAaron Turon-0/+306