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-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
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-14
/
+14
2015-01-21
Minor fixes
Brian Anderson
-2
/
+0
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-30
/
+36
2015-01-21
Revert "Use assume to inform the optimiser about refcount invariants"
Alex Crichton
-13
/
+2
2015-01-21
Revert "Add assumptions that the pointer is non-null"
Alex Crichton
-16
/
+2
2015-01-21
Revert "Add more explanation for why the assumes are there"
Alex Crichton
-9
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-8
/
+8
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-154
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-8
/
+8
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-154
/
+0
2015-01-21
Add more explanation for why the assumes are there
James Miller
-1
/
+9
2015-01-21
Add assumptions that the pointer is non-null
James Miller
-2
/
+16
2015-01-21
Use assume to inform the optimiser about refcount invariants
James Miller
-2
/
+13
2015-01-17
Register new snapshots.
Eduard Burtescu
-8
/
+0
2015-01-16
Don't use NoSend/NoSync in liballoc
Flavio Percoco
-0
/
+159
2015-01-08
Improvements to feature staging
Brian Anderson
-13
/
+13
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-0
/
+7
2015-01-07
std: Tweak String implementations
Alex Crichton
-0
/
+7
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-12
/
+23
[next]