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
/
liballoc
/
rc.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-11
Fix import warnings for stage0
Steve Klabnik
-2
/
+6
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-11-04
liballoc: implement From for Box, Rc, Arc
Alexander Bulaev
-0
/
+30
2015-11-02
remove #![feature(rc_unique)] from Rc docs
Alex Burka
-3
/
+0
2015-10-30
don't use drop_in_place as an intrinsic
Alexis Beingessner
-2
/
+2
2015-10-16
Add `Shared` pointer and have `{Arc, Rc}` use it
Andrew Paseltiner
-5
/
+6
2015-10-11
Run rustfmt on liballoc.
Ahmed Charles
-7
/
+5
2015-10-10
Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1
bors
-0
/
+1
2015-10-09
Added the param-blindness attribute to `Rc` and `Arc`.
Felix S. Klock II
-0
/
+1
2015-10-02
std: Add AsRef/AsMut impls to Box/Rc/Arc
Alex Crichton
-0
/
+5
2015-09-24
Better function calls
Nick Cameron
-2
/
+6
2015-09-24
rustfmt liballoc
Nick Cameron
-23
/
+48
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-26
/
+18
2015-09-03
doc: reduce indentation of examples to 4 spaces
Tshepang Lekhonkhobe
-7
/
+7
2015-08-22
Move the Borrow and BorrowMut traits to libcore.
Simon Sapin
-0
/
+5
2015-08-19
don't do deprecations yet
Alexis Beingessner
-3
/
+0
2015-08-19
Rework Rc for FCP of #27718
Alexis Beingessner
-82
/
+117
2015-08-15
alloc: Add issues for all unstable features
Alex Crichton
-10
/
+14
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-106
/
+28
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-30
Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton
bors
-3
/
+16
2015-07-29
make Rc mem::forget safe
Alexis Beingessner
-3
/
+16
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-12
/
+24
2015-07-01
Implement CoerceUnsized for rc::Weak
Remi Rampin
-0
/
+2
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-4
/
+4
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-22
/
+19
2015-06-17
std: Move free-functions to associated functions
Alex Crichton
-28
/
+105
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-18
/
+15
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-10
/
+10
2015-06-09
Revert "Added AsRef implementations for Arc and Rc"
Alex Crichton
-10
/
+0
2015-06-04
Added AsRef implementations for Arc and Rc
Markus Westerlind
-0
/
+10
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-415
/
+4
2015-05-21
she -> they in Dining Philosophers
Steve Klabnik
-1
/
+1
2015-05-20
Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
bors
-2
/
+2
2015-05-19
fix conflicts
Ariel Ben-Yehuda
-2
/
+2
2015-05-19
collections: Avoid unstable code in examples for String
Ulrik Sverdrup
-2
/
+2
2015-05-16
Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and Borrow
P1start
-0
/
+48
2015-05-13
Remove SNAP comments
Nick Cameron
-5
/
+5
2015-05-13
Rebasing
Nick Cameron
-4
/
+0
2015-05-13
Fix a bunch of bugs
Nick Cameron
-2
/
+4
2015-05-13
Make Rc DST-compatible
Nick Cameron
-7
/
+382
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-2
/
+2
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-22
Remove doc-comment default::Default imports
Corey Farwell
-1
/
+0
2015-04-07
alloc: impl fmt::Pointer for Rc, Arc and Box
Richo Healey
-0
/
+7
2015-04-04
Removed explicit lifetimes for `get_mut`. Fixed the doc test.
Dzmitry Malyshau
-1
/
+1
2015-03-27
rollup merge of #23743: Adenilson/addInfoArcClone01
Alex Crichton
-1
/
+2
2015-03-26
Adding more information about the behavior of Arc/Rc
Adenilson Cavalcanti
-1
/
+2
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-3
/
+3
[prev]
[next]