about summary refs log tree commit diff
path: root/src/libstd/sync
AgeCommit message (Expand)AuthorLines
2014-05-24std: minor simplification to sync::deque.Huon Wilson-5/+5
2014-05-21std,green: Mark some queue types as NoShareAlex Crichton-3/+9
2014-05-19std: Remove UnsafeArcAlex Crichton-218/+23
2014-05-19std: Move comm primitives away from UnsafeArcAlex Crichton-7/+11
2014-05-19std: Rebuild spsc with Unsafe/&selfAlex Crichton-25/+26
2014-05-19std: Rebuild mpsc queue with Unsafe/&selfAlex Crichton-8/+9
2014-05-19std: Rebuild mpmc queues on Unsafe/ArcAlex Crichton-23/+27
2014-05-19std: Rebuild sync::deque on ArcAlex Crichton-25/+27
2014-05-13core: Inherit the atomics moduleAlex Crichton-795/+21
2014-05-11sync::deque: port to the new allocator APIDaniel Micay-15/+19
2014-05-11core: Remove the cast moduleAlex Crichton-33/+32
2014-05-08Handle fallout in iter, option, result, and sync::arcKevin Ballard-3/+3
2014-05-08Rename slice::unzip() to vec::unzip()Kevin Ballard-2/+2
2014-05-07Test fixes and rebase conflictsAlex Crichton-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-19/+26
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-25/+25
2014-05-01Add debug_assert and debug_assert_eq macrosSteven Fackler-8/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-3/+5
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-1/+1
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-14/+14
2014-04-03Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUintJonathan S-1/+133
2014-03-31std: Switch field privacy as necessaryAlex Crichton-24/+24
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-28Rename Pod into CopyFlavio Percoco-11/+11
2014-03-24std: Unignore atomic testsBrian Anderson-4/+2
2014-03-23auto merge of #13099 : FlaPer87/rust/master, r=huonwbors-934/+0
2014-03-23Register new snapshotsFlavio Percoco-934/+0
2014-03-23iter: remove `to_owned_vec`Daniel Micay-3/+3
2014-03-20std: Update atomic documentation to remove 'mut'Alex Crichton-23/+23
2014-03-20std: Remove AtomicU64Brian Anderson-52/+0
2014-03-20std: Make the generic atomics in `sync::atomics` privateBrian Anderson-10/+10
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-45/+45
2014-03-20std: Make atomics immutable. #11583Brian Anderson-42/+976
2014-03-20Make atomics interior Unsafe<T>Flavio Percoco-50/+60
2014-03-20Let ArcData use Unsafe<T>Flavio Percoco-4/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-8/+8
2014-03-18auto merge of #12954 : brson/rust/atomicdocs, r=alexcrichtonbors-68/+393
2014-03-18Relaxed the memory ordering on the implementation of UnsafeArcJonathan S-7/+29
2014-03-17std: Improve docs for atomics. Fix two bugsBrian Anderson-68/+393
2014-03-16Remove AtomicFlagCadence Marseille-41/+6
2014-03-14fix MIPS targetJyun-Yan You-0/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-18/+18
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-28std: Add cfg(test) to UnsafeArc assertionsAlex Crichton-4/+8
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-2/+1
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-13/+16
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-267/+177