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
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
std: Camel case some constructors
Brian Anderson
-31
/
+31
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-6
/
+6
2012-08-27
Convert core::result to camel case
Brian Anderson
-4
/
+4
2012-08-26
convert std::sync types to camelcase
Ben Blum
-128
/
+128
2012-08-26
Camel case the option type
Brian Anderson
-29
/
+29
2012-08-25
Use region variance to remove a bunch of unsafety in sync/arc (#2282)
Ben Blum
-9
/
+3
2012-08-21
Remove fixmes about exporting. Close #2648, close #3119.
Ben Blum
-1
/
+0
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-15
Fix :broadcast_heavy in condvars.
Ben Blum
-21
/
+27
2012-08-15
sync+arc - comments and attributes only
Ben Blum
-7
/
+40
2012-08-15
Enable multiple condvars on a single mutex_arc/rw_arc.
Ben Blum
-1
/
+2
2012-08-15
Enable multiple condvars on a single mutex/rwlock.
Ben Blum
-38
/
+172
2012-08-15
Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use them
Ben Blum
-8
/
+8
2012-08-14
De-mode comm, libc, priv, rt, sync, arc. Super easy.
Ben Blum
-2
/
+5
2012-08-14
add sync::tests::test_mutex_killed_broadcast
Ben Blum
-3
/
+45
2012-08-14
Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...
Ben Blum
-19
/
+33
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-3
/
+3
2012-08-13
Add more rwlock tests
Ben Blum
-16
/
+92
2012-08-13
Implement rwlock.downgrade and tests
Ben Blum
-36
/
+202
2012-08-13
minor fix to rwlock.read()
Ben Blum
-1
/
+2
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+775