about summary refs log tree commit diff
path: root/src/libsync
AgeCommit message (Expand)AuthorLines
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-11/+17
2014-03-20rename std::vec -> std::sliceDaniel Micay-5/+4
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-254/+159
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-12/+16
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-03-01sync: Rename arc::Condvar to arc::ArcCondvar.Huon Wilson-11/+12
2014-02-18auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichtonbors-72/+33
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-16Remove Freeze bounds from sync::MutexArcKevin Ballard-72/+33
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-3/+3
2014-02-07Added missing export of CowArcColin Sherratt-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+3851