| Age | Commit message (Expand) | Author | Lines |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -1/+5 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-11-16 | Fix doctests | Jakub Bukaj | -2/+2 |
| 2014-11-13 | Rewrite std::sync::TaskPool to be load balancing and panic-resistant | Jonathan Reem | -63/+167 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -12/+12 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+0 |
| 2014-10-01 | Fix async assertion in test_sendable_future | Kevin Walter | -2/+3 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-07 | Fix typo | mdinger | -1/+1 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -1/+7 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-19 | std::sync::TaskPool: Improve module documentation | Alexandre Gagnon | -13/+17 |
| 2014-06-16 | std: Don't fail the task when a Future is dropped | Alex Crichton | -1/+27 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -1633/+318 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -17/+13 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-24 | std: minor simplification to sync::deque. | Huon Wilson | -5/+5 |
| 2014-05-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -3/+9 |
| 2014-05-19 | std: Remove UnsafeArc | Alex Crichton | -218/+23 |
| 2014-05-19 | std: Move comm primitives away from UnsafeArc | Alex Crichton | -7/+11 |
| 2014-05-19 | std: Rebuild spsc with Unsafe/&self | Alex Crichton | -25/+26 |
| 2014-05-19 | std: Rebuild mpsc queue with Unsafe/&self | Alex Crichton | -8/+9 |
| 2014-05-19 | std: Rebuild mpmc queues on Unsafe/Arc | Alex Crichton | -23/+27 |
| 2014-05-19 | std: Rebuild sync::deque on Arc | Alex Crichton | -25/+27 |
| 2014-05-13 | core: Inherit the atomics module | Alex Crichton | -795/+21 |
| 2014-05-11 | sync::deque: port to the new allocator API | Daniel Micay | -15/+19 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -33/+32 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -3/+3 |
| 2014-05-08 | Rename slice::unzip() to vec::unzip() | Kevin Ballard | -2/+2 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -19/+26 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -25/+25 |
| 2014-05-01 | Add debug_assert and debug_assert_eq macros | Steven Fackler | -8/+4 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -3/+5 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -1/+1 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -14/+14 |
| 2014-04-03 | Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUint | Jonathan S | -1/+133 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -24/+24 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -11/+11 |
| 2014-03-24 | std: Unignore atomic tests | Brian Anderson | -4/+2 |
| 2014-03-23 | auto merge of #13099 : FlaPer87/rust/master, r=huonw | bors | -934/+0 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -934/+0 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -3/+3 |