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-03-24
Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` and
Felix S. Klock II
-3
/
+3
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-34
/
+42
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+8
2015-03-18
liballoc: Partially inline the refcount manipulation in the Arc
Patrick Walton
-8
/
+18
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+3
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-10
/
+13
2015-02-27
Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth
bors
-0
/
+7
2015-02-26
Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`
nwin
-0
/
+7
2015-02-20
Register new snapshots
Alex Crichton
-7
/
+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
-0
/
+8
2015-02-17
Fallout from stabilization
Aaron Turon
-8
/
+8
2015-02-09
int/uint => isize/usize in liblibc/liballoc/libarena
we
-4
/
+4
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-6
/
+6
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-28
/
+28
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-13
/
+16
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-28
/
+28
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+7
2015-01-23
grandfathered -> rust1
Brian Anderson
-14
/
+14
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-7
/
+7
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-7
/
+7
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
-21
/
+25
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
[next]