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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
borrow.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-22
Format the world
Mark Rousskov
-6
/
+16
2019-04-03
be more direct about borrow requirenments
Aleksey Kladov
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-3
/
+3
2018-03-18
Fix formatting.
Martin Hoffmann
-2
/
+0
2018-03-17
Rewrite the documentation for BorrowMut.
Martin Hoffmann
-1
/
+5
2018-03-17
Bring back the phrase 'borrowing as' for what Borrow does.
Martin Hoffmann
-25
/
+22
2018-02-27
Further refinement of Borrow documentation.
Martin Hoffmann
-32
/
+36
2018-02-08
New introduction and revised hash map explanation.
Martin Hoffmann
-30
/
+44
2017-12-13
Fix documentation links.
Martin Hoffmann
-8
/
+8
2017-12-07
Include feedback and try to make examples build on all channels.
Martin Hoffmann
-30
/
+30
2017-12-05
Remove trailing white space.
Martin Hoffmann
-3
/
+3
2017-12-05
Rewrite Borrow's trait documentation.
Martin Hoffmann
-15
/
+132
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-2
/
+0
2015-08-22
Move the Borrow and BorrowMut traits to libcore.
Simon Sapin
-0
/
+109
2015-02-18
Stabilize std::borrow
Aaron Turon
-265
/
+0
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+18
2015-01-23
grandfathered -> rust1
Brian Anderson
-7
/
+7
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-8
/
+9
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+18
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-0
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-0
/
+1
2015-01-07
Register new snapshots
Alex Crichton
-11
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+17
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-19
/
+19
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-3
/
+3
2015-01-05
rollup merge of #20594: nikomatsakis/orphan-ordered
Alex Crichton
-0
/
+4
2015-01-06
Fallout
Nick Cameron
-19
/
+19
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+1
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-0
/
+4
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+4
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-05
rollup merge of #19359: japaric/clone-cow
Corey Richardson
-0
/
+12
2014-12-03
Overload the `==` operator
Jorge Aparicio
-2
/
+5
2014-11-27
impl Clone for Cow
Jorge Aparicio
-0
/
+12
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-0
/
+69
2014-11-23
auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton
bors
-7
/
+23
2014-11-20
libs: make Cow usable, improve documentation
Aaron Turon
-7
/
+23
2014-11-20
Implement BorrowFrom<&'a T> for T (with mutable variants)
Jonathan S
-2
/
+10
2014-11-18
Fix compilation and tests after the roll-up
Jakub Bukaj
-0
/
+1
2014-11-17
libcore: add borrow module
Aaron Turon
-0
/
+126