summary refs log tree commit diff
path: root/src/libcollections/borrow.rs
AgeCommit message (Expand)AuthorLines
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