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