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
2014-07-01
Improve rustdocs for Rc, add examples
Alisdair Owens
-9
/
+134
2014-06-30
auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw
bors
-0
/
+5
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-0
/
+5
2014-06-29
alloc: impl Default for Rc
Erick Tryzelaar
-0
/
+8
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-7
/
+7
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+1
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-2
/
+2
2014-06-02
Adding show impl for Rc
fort
-0
/
+7
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-29
Make Arc::make_unique check weak refs; add make_unique to Rc
Aaron Turon
-0
/
+88
2014-05-25
Paper over privacy issues with Deref by changing field names.
Huon Wilson
-21
/
+25
2014-05-17
std: Refactor liballoc out of lib{std,sync}
Alex Crichton
-0
/
+303