about summary refs log tree commit diff
path: root/src/libsync/sync
AgeCommit message (Expand)AuthorLines
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-3/+3
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+7
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-15auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichtonbors-5/+6
2014-02-16sync: Add `#[must_use]` to the Mutex guard.Huon Wilson-0/+1
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-3/+3
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-4/+4
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+2
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+2284