| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | auto merge of #13211 : csherratt/rust/arc_fix, r=alexcrichton | bors | -4/+38 |
| 2014-03-30 | Check that the old value was 1 and not 0 when dropping a Arc value. | Colin Sherratt | -4/+38 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -12/+12 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -11/+11 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -99/+2 |
| 2014-03-24 | sync: Wire up all of the previous commits | Alex Crichton | -6/+16 |
| 2014-03-24 | sync: Update the arc module | Alex Crichton | -929/+239 |
| 2014-03-23 | sync: Introduce new wrapper types for locking | Alex Crichton | -0/+816 |
| 2014-03-23 | sync: Rewrite the base primitives | Alex Crichton | -617/+406 |
| 2014-03-23 | sync: Move Once to using &self | Alex Crichton | -9/+9 |
| 2014-03-23 | sync: Move the Mutex type to using &self | Alex Crichton | -61/+82 |
| 2014-03-23 | sync: Move the concurrent queue to using &self | Alex Crichton | -9/+10 |
| 2014-03-23 | auto merge of #13099 : FlaPer87/rust/master, r=huonw | bors | -5/+1 |
| 2014-03-23 | auto merge of #13093 : Havvy/rust/master, r=sfackler | bors | -19/+19 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -5/+1 |
| 2014-03-22 | Change types T,U to R (recv), S (sender) in libsync/comm.rs | Ryan Scheel (Havvy) | -19/+19 |
| 2014-03-22 | sync: Remove Freeze / NoFreeze | Flavio Percoco | -13/+11 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -2/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -24/+28 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -11/+17 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -5/+4 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -0/+3 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+2 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+2 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -254/+159 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -12/+16 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -3/+3 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -0/+7 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-03-01 | sync: Rename arc::Condvar to arc::ArcCondvar. | Huon Wilson | -11/+12 |
| 2014-02-18 | auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton | bors | -72/+33 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-16 | Remove Freeze bounds from sync::MutexArc | Kevin Ballard | -72/+33 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -5/+6 |
| 2014-02-16 | sync: Add `#[must_use]` to the Mutex guard. | Huon Wilson | -0/+1 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -3/+3 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -2/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -4/+4 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -3/+3 |
| 2014-02-07 | Added missing export of CowArc | Colin Sherratt | -1/+1 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -0/+3851 |