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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-17
/
+13
2015-08-22
Move the Borrow and BorrowMut traits to libcore.
Simon Sapin
-0
/
+5
2015-08-22
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
bors
-2
/
+2
2015-08-19
don't do deprecations yet
Alexis Beingessner
-2
/
+0
2015-08-19
Rework Arc for FCP of #27718
Alexis Beingessner
-71
/
+118
2015-08-17
core: Move `atomic` into a new `sync` module
Alex Crichton
-2
/
+2
2015-08-15
alloc: Add issues for all unstable features
Alex Crichton
-8
/
+12
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-77
/
+50
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-30
Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton
bors
-4
/
+26
2015-07-29
make Arc mem::forget safe
Alexis Beingessner
-4
/
+26
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-6
/
+12
2015-07-03
Fix 'Relaaxed' typo in code comment
Corey Farwell
-1
/
+1
2015-07-03
Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichton
bors
-79
/
+177
2015-07-02
Fix race condition in Arc's get_mut and make_unqiue
Aaron Turon
-79
/
+177
2015-07-01
Implement CoerceUnsized for arc::Weak
Remi Rampin
-0
/
+2
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-3
/
+3
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-1
/
+1
2015-06-17
std: Move free-functions to associated functions
Alex Crichton
-4
/
+22
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-10
/
+10
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-8
/
+8
2015-06-09
Revert "Added AsRef implementations for Arc and Rc"
Alex Crichton
-9
/
+0
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-3
/
+0
2015-06-04
Added AsRef implementations for Arc and Rc
Markus Westerlind
-0
/
+9
2015-05-30
Mark Arc function get_mut and method make_unique unsafe
Ulrik Sverdrup
-35
/
+56
2015-05-19
Fix rebase conflicts
Ariel Ben-Yehuda
-2
/
+6
2015-05-17
Make `Arc` support DSTs
P1start
-36
/
+50
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-4
/
+4
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-22
Relax bounds on Default implementation for Arc.
Ulrik Sverdrup
-1
/
+1
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+0
2015-04-20
Simplify alloc::arc::Arc example in doc-comment
Corey Farwell
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+0
2015-04-15
Fix some typos.
Ms2ger
-1
/
+1
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
/
+3
2015-04-04
Renamed Arc::try_unique to get_mut
Dzmitry Malyshau
-23
/
+21
2015-04-04
Rollup merge of #23997 - richo:typos, r=huonw
Manish Goregaokar
-1
/
+1
2015-04-02
liballoc: fix typo
Richo Healey
-1
/
+1
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-2
/
+2
2015-04-01
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+4
2015-04-02
Rollup merge of #23844 - kvark:try_unique, r=alexcrichton
Manish Goregaokar
-6
/
+50
2015-03-31
Added Arc::try_unique
Dzmitry Malyshau
-6
/
+50
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23775: alexcrichton/fix-flaky-test
Alex Crichton
-2
/
+2
2015-03-27
rollup merge of #23743: Adenilson/addInfoArcClone01
Alex Crichton
-0
/
+3
[next]