index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
borrow.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-03
Improve doc example for `Cow::to_mut`.
Corey Farwell
-4
/
+7
2017-06-03
Improve doc examples for `Cow::into_owned`.
Corey Farwell
-3
/
+22
2017-04-12
Add ToOwned::clone_into (unstable as toowned_clone_into)
Scott McMurray
-0
/
+38
2017-02-14
fix types in to_owned doctest
Alex Burka
-4
/
+4
2016-12-20
run rustfmt on libcollections folder
Srinivas Reddy Thatiparthy
-11
/
+25
2016-11-05
Rollup merge of #37587 - ollie27:to_mut, r=alexcrichton
Alex Crichton
-1
/
+4
2016-11-04
Remove recursive call from Cow::to_mut
Oliver Middleton
-1
/
+4
2016-11-04
Fix issues with the Add/AddAssign impls for Cow<str>
Oliver Middleton
-24
/
+37
2016-10-15
Improve doc example for `std::borrow::Cow`.
Corey Farwell
-2
/
+15
2016-09-29
impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str>
Andre Bogus
-1
/
+47
2016-09-11
Documentation for default types modified
athulappadan
-1
/
+1
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-24
Remove needless imports in `libcollections`.
Jeffrey Seyfried
-6
/
+1
2016-06-23
Added Default trait for Cow
Aaronepower
-0
/
+11
2016-04-05
Add example doc for ToOwned trait
Guillaume Gomez
-0
/
+12
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-18
/
+0
2016-02-23
Register new snapshots
Aaron Turon
-2
/
+2
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+4
2016-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-2
/
+4
2015-11-24
rustfmt libcollections
Nick Cameron
-21
/
+27
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-08-22
Move the Borrow and BorrowMut traits to libcore.
Simon Sapin
-110
/
+1
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-1
/
+2
2015-08-05
Make note of Hash in Borrow's docs
Steve Klabnik
-0
/
+3
2015-07-18
'Copies' => 'Clones' in Cow method docs.
Nick Hamann
-2
/
+2
2015-06-09
Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>
Ulrik Sverdrup
-1
/
+9
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-7
/
+1
2015-05-16
Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and Borrow
P1start
-0
/
+6
2015-05-12
TRPL: Borrow and AsRef
Steve Klabnik
-0
/
+5
2015-04-09
Fix `borrow` docs
Andrew Paseltiner
-9
/
+9
2015-04-02
Adjust `AsRef` impl for `Cow`
Aaron Turon
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-20
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-20
/
+0
2015-03-30
Document std::borrow with examples
Steve Klabnik
-0
/
+56
2015-03-23
Add generic conversion traits
Aaron Turon
-2
/
+9
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-22
Change int to i32 in Cow example.
Scott Olson
-1
/
+1
2015-02-20
Register new snapshots
Alex Crichton
-10
/
+0
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-0
/
+316
2015-02-18
Stabilize std::borrow
Aaron Turon
-0
/
+306