summary refs log tree commit diff
path: root/src/libsync/sync/mod.rs
AgeCommit message (Expand)AuthorLines
2014-03-23sync: Rewrite the base primitivesAlex Crichton-1330/+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-169/+72
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-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+2
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/+1420