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-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
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-40
/
+50
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+12
2015-03-18
Register new snapshots
Alex Crichton
-3
/
+0
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+3
2015-03-11
Example -> Examples
Steve Klabnik
-2
/
+2
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+2
2015-02-23
import boxed for alloc/rc.rs (fixup #22696)
Manish Goregaokar
-1
/
+3
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+3
2015-02-20
Register new snapshots
Alex Crichton
-8
/
+0
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-7
/
+0
2015-02-18
Stabilize std::borrow
Aaron Turon
-7
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+10
2015-02-17
Register new snapshots
Alex Crichton
-6
/
+2
2015-02-17
Rc itself isn't immutable.
Artem
-1
/
+1
2015-02-09
int/uint => isize/usize in liblibc/liballoc/libarena
we
-9
/
+9
2015-02-07
Fix broken link to std::rc module docs
Caspar Krieger
-2
/
+2
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-2
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-02-03
Rc: Add assumptions that the pointer is non-null
James Miller
-2
/
+25
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-21
/
+21
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-33
/
+33
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-165
/
+8
2015-01-23
grandfathered -> rust1
Brian Anderson
-16
/
+16
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-14
/
+14
[next]