| Age | Commit message (Expand) | Author | Lines |
| 2014-05-14 | libsync: Remove all uses of `~str` from `libsync` | Patrick Walton | -1/+1 |
| 2014-05-14 | Optimize common path of Once::doit | Stepan Koltsov | -0/+5 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | heap: replace `exchange_free` with `deallocate` | Daniel Micay | -5/+5 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -16/+15 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -3/+6 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -7/+9 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -1/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -1/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -14/+14 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -11/+10 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -8/+8 |
| 2014-04-08 | sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables) | Jim Radford | -11/+7 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | sync: Switch field privacy as necessary | Alex Crichton | -57/+61 |
| 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 |