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
/
libextra
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-24
std: Introduce std::sync
Alex Crichton
-64
/
+1
2013-12-23
extra: Fix all code examples
Alex Crichton
-16
/
+20
2013-12-21
Remove unneccessary mut from arc
Steven Fackler
-4
/
+4
2013-12-21
Don't poison ARCs that are used while unwinding
Steven Fackler
-12
/
+55
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-2
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-14
/
+13
2013-12-15
extra: fix spelling in docs.
Huon Wilson
-1
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-12
/
+12
2013-12-10
libextra: Remove various cells involved in `Arc`s.
Patrick Walton
-3
/
+2
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-3
/
+3
2013-12-01
remove useless `transmute_immut` function
Daniel Micay
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-3
/
+3
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-99
/
+97
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+1
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-13
/
+11
2013-11-08
Update various tests and libraries that were incorrectly
Niko Matsakis
-14
/
+14
2013-10-24
libextra: Make arc::get and arc::new inline too.
Patrick Walton
-0
/
+2
2013-10-24
libextra: Make arc clone inline
Patrick Walton
-0
/
+3
2013-10-23
Removed unnecessary comments and white spaces as suggested
reedlepee
-1
/
+0
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-6
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-5
/
+12
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-5
/
+5
2013-10-18
Made `std::task::TaskBuilder::future_result()` easier to use
Marvin Löbel
-1
/
+1
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-4
/
+4
2013-09-24
Correctly encode item visibility in metadata
Alex Crichton
-2
/
+2
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-09-04
Use MuextArc and RWArc in docstrings
Flaper Fesp
-5
/
+5
2013-09-04
Fixed docs and styles
Flaper Fesp
-122
/
+30
2013-09-04
Add a safe implementation of MutexArc::access* methods
Flaper Fesp
-21
/
+162
2013-09-04
Rename MutexArc access methods to unsafe_access
Flaper Fesp
-9
/
+9
2013-08-31
Cleanup concurrency tests
Steven Stewart-Gallus
-49
/
+49
2013-08-27
Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674.
Huon Wilson
-7
/
+7
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-9
/
+9
2013-08-16
Reserve 'yield' keyword
Kevin Ballard
-4
/
+4
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-2
/
+2
2013-08-08
auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton
bors
-10
/
+4
2013-08-07
std: Fix for-range loops that can use iterators
blake2-ppc
-10
/
+4
2013-08-07
Disable linked failure tests
Brian Anderson
-0
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-3
/
+3
2013-08-03
Explicitly impl Clone for RWArc
Kevin Ballard
-14
/
+12
2013-08-02
replace `range` with an external iterator
Daniel Micay
-3
/
+2
2013-08-01
auto merge of #8190 : thestinger/rust/for, r=thestinger
bors
-6
/
+6
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-6
/
+6
2013-08-01
auto merge of #8164 : brson/rust/noportset, r=pcwalton
bors
-4
/
+0
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-31
std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...
Brian Anderson
-4
/
+0
2013-07-30
UnsafeArc methods return unsafe pointers, so are not themselves unsafe.
Ben Blum
-3
/
+3
2013-07-27
Fix nits.
Steven Stewart-Gallus
-8
/
+9
[next]