about summary refs log tree commit diff
path: root/src/libsync/sync
AgeCommit message (Expand)AuthorLines
2014-03-23sync: Rewrite the base primitivesAlex Crichton-1330/+0
2014-03-23sync: Move Once to using &selfAlex Crichton-168/+0
2014-03-23sync: Move the Mutex type to using &selfAlex Crichton-558/+0
2014-03-23sync: Move the concurrent queue to using &selfAlex Crichton-139/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-12/+13
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-180/+83
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
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