about summary refs log tree commit diff
path: root/src/libstd/sync.rs
AgeCommit message (Expand)AuthorLines
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-2/+2
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-1/+1
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-2/+2
2012-09-11Make moves explicit in argumentsTim Chevalier-1/+1
2012-09-10Make remaining moves explicit in libstdTim Chevalier-6/+6
2012-09-08std: cleanup in sync.rs for things missed in last rebaseJeff Olson-9/+9
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-3/+3
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-21/+21
2012-09-04WhitespaceBrian Anderson-1/+0
2012-09-04std: Remove struct ctorsBrian Anderson-6/+40
2012-09-04libstd: "import" -> "use"Patrick Walton-1/+1
2012-09-01Demode reinterpret_castBrian Anderson-2/+2
2012-08-29std: Camel case some constructorsBrian Anderson-31/+31
2012-08-28Convert core::pipes to camel caseBrian Anderson-6/+6
2012-08-27Convert core::result to camel caseBrian Anderson-4/+4
2012-08-26convert std::sync types to camelcaseBen Blum-128/+128
2012-08-26Camel case the option typeBrian Anderson-29/+29
2012-08-25Use region variance to remove a bunch of unsafety in sync/arc (#2282)Ben Blum-9/+3
2012-08-21Remove fixmes about exporting. Close #2648, close #3119.Ben Blum-1/+0
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1
2012-08-15Fix :broadcast_heavy in condvars.Ben Blum-21/+27
2012-08-15sync+arc - comments and attributes onlyBen Blum-7/+40
2012-08-15Enable multiple condvars on a single mutex_arc/rw_arc.Ben Blum-1/+2
2012-08-15Enable multiple condvars on a single mutex/rwlock.Ben Blum-38/+172
2012-08-15Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use themBen Blum-8/+8
2012-08-14De-mode comm, libc, priv, rt, sync, arc. Super easy.Ben Blum-2/+5
2012-08-14add sync::tests::test_mutex_killed_broadcastBen Blum-3/+45
2012-08-14Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...Ben Blum-19/+33
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-3/+3
2012-08-13Add more rwlock testsBen Blum-16/+92
2012-08-13Implement rwlock.downgrade and testsBen Blum-36/+202
2012-08-13minor fix to rwlock.read()Ben Blum-1/+2
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+775