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
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+7
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-9
/
+9
2015-01-08
Improvements to feature staging
Brian Anderson
-8
/
+8
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-0
/
+7
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-8
/
+13
2015-01-07
std: Tweak String implementations
Alex Crichton
-0
/
+7
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-8
/
+13
2015-01-07
Merge pull request #20679 from geekcraik/master
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-07
Update arc.rs
克雷
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-26
/
+26
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-3
/
+3
2015-01-05
Remove i suffix in docs
Steve Klabnik
-26
/
+26
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-3
/
+3
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
rollup merge of #20348: frewsxcv/rm-reexports
Alex Crichton
-19
/
+20
2014-12-30
Stabilize cmp
Aaron Turon
-4
/
+4
2014-12-30
Remove core::atomic::Ordering::* public reexport
Corey Farwell
-19
/
+20
2014-12-29
rollup merge of #20042: alexcrichton/second-pass-ptr
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-2
/
+2
2014-12-28
Don't expose NonZero through libstd.
Luqman Aden
-1
/
+2
2014-12-28
libcore: Make it unsafe to create NonZero and impl Deref.
Luqman Aden
-9
/
+6
2014-12-28
liballoc: Use NonZero in Arc.
Luqman Aden
-12
/
+17
2014-12-26
Implement Sync/Send for ArcInner and Weak
Flavio Percoco
-3
/
+10
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-1
/
+1
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+4
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-7
/
+8
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #19944: steveklabnik/doc_sync_arc
Alex Crichton
-71
/
+315
2014-12-20
Stabilize clone
Aaron Turon
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+3
2014-12-17
rollup merge of #19947: csouth3/arc-borrowfrom
Alex Crichton
-0
/
+7
2014-12-16
Implement BorrowFrom<Arc<T>> for T
Chase Southwood
-0
/
+7
[next]