summary refs log tree commit diff
path: root/src/libsync/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-24comm: Implement synchronous channelsAlex Crichton-1/+1
2014-03-24sync: Wire up all of the previous commitsAlex Crichton-6/+16
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-20Register new snapshotsAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-15Test fixes and rebase conflictsAlex Crichton-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+3
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+2
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-2/+2
2014-03-01sync: Rename arc::Condvar to arc::ArcCondvar.Huon Wilson-1/+1
2014-02-07Added missing export of CowArcColin Sherratt-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+31