about summary refs log tree commit diff
path: root/src/libsync/future.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Remove String's to_ownedRicho Healey-12/+12
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14libsync: Remove all uses of `~str` from `libsync`Patrick Walton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-12/+12
2014-04-08Register new snapshotsAlex Crichton-3/+3
2014-03-31sync: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-9/+9
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+205