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
/
libstd
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
std: Camel case some constructors
Brian Anderson
-21
/
+21
2012-08-27
Fix region-related unsafety in arc::get's signature
Ben Blum
-1
/
+1
2012-08-26
convert std::arc types to camelcase
Ben Blum
-77
/
+78
2012-08-26
convert std::sync types to camelcase
Ben Blum
-7
/
+8
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-25
Use region variance to remove a bunch of unsafety in sync/arc (#2282)
Ben Blum
-45
/
+12
2012-08-22
export unwrap_arc functions in core/std
Ben Blum
-1
/
+2
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-1
/
+1
2012-08-20
Document arc::unwrap. Close #3123.
Ben Blum
-0
/
+22
2012-08-20
oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests
Ben Blum
-4
/
+0
2012-08-20
Add unwrap for std::arc ARC variants
Ben Blum
-2
/
+48
2012-08-16
Update the rock-paper-scissors example in the tutorial, and rename some types...
Eric Holk
-1
/
+1
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-4
/
+3
2012-08-15
sync+arc - comments and attributes only
Ben Blum
-0
/
+5
2012-08-15
Enable multiple condvars on a single mutex_arc/rw_arc.
Ben Blum
-14
/
+54
2012-08-14
De-mode comm, libc, priv, rt, sync, arc. Super easy.
Ben Blum
-0
/
+3
2012-08-14
Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...
Ben Blum
-8
/
+223
2012-08-13
De-mode core::future.
Graydon Hoare
-1
/
+1
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-4
/
+5
2012-08-13
Enable condvars on ARCs
Ben Blum
-24
/
+104
2012-08-10
Implement mutex_arc and rw_arc; add some tests
Ben Blum
-0
/
+273
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+83
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-163
/
+0
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+163
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-163
/
+0
2012-06-08
Convert reinterpret_cast + forget to 'transmute'
Brian Anderson
-2
/
+1
2012-06-06
constrain scope of mut ptr to please borrowck
Niko Matsakis
-3
/
+1
2012-06-01
squelch warnings in tests
Niko Matsakis
-1
/
+1
2012-05-30
Rewriting shared_arc to work around Issue #2444.
Eric Holk
-15
/
+42
2012-05-29
Moving the arc tests into arc.rs.
Eric Holk
-0
/
+31
2012-05-29
Adding shared_arc to hide some of the tedium of sharing an arc between tasks.
Eric Holk
-7
/
+42
2012-05-25
std: Modify arc to tolerate upcoming change to uniques
Brian Anderson
-7
/
+14
2012-05-24
Some comments giving some idea how to use these things.
Eric Holk
-2
/
+10
2012-05-24
rewrite arc to use region & expressions (also making it pass borrowck)
Niko Matsakis
-5
/
+4
2012-05-23
A shareable atomically reference counted pointer wrapper.
Eric Holk
-0
/
+59