summary refs log tree commit diff
path: root/src/libsync
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-30auto merge of #13211 : csherratt/rust/arc_fix, r=alexcrichtonbors-4/+38
2014-03-30Check that the old value was 1 and not 0 when dropping a Arc value.Colin Sherratt-4/+38
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-12/+12
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-11/+11
2014-03-24comm: Implement synchronous channelsAlex Crichton-99/+2
2014-03-24sync: Wire up all of the previous commitsAlex Crichton-6/+16
2014-03-24sync: Update the arc moduleAlex Crichton-929/+239
2014-03-23sync: Introduce new wrapper types for lockingAlex Crichton-0/+816
2014-03-23sync: Rewrite the base primitivesAlex Crichton-617/+406
2014-03-23sync: Move Once to using &selfAlex Crichton-9/+9
2014-03-23sync: Move the Mutex type to using &selfAlex Crichton-61/+82
2014-03-23sync: Move the concurrent queue to using &selfAlex Crichton-9/+10
2014-03-23auto merge of #13099 : FlaPer87/rust/master, r=huonwbors-5/+1
2014-03-23auto merge of #13093 : Havvy/rust/master, r=sfacklerbors-19/+19
2014-03-23Register new snapshotsFlavio Percoco-5/+1
2014-03-22Change types T,U to R (recv), S (sender) in libsync/comm.rsRyan Scheel (Havvy)-19/+19
2014-03-22sync: Remove Freeze / NoFreezeFlavio Percoco-13/+11
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-2/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-24/+28
2014-03-20Register new snapshotsAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
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