| Age | Commit message (Expand) | Author | Lines |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -4/+1 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -26/+26 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -42/+35 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -39/+40 |
| 2014-12-14 | Rewrite threading infrastructure, introducing `Thunk` to represent | Niko Matsakis | -20/+27 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -1/+2 |
| 2014-12-08 | Remove Result and Option reexports | Corey Farwell | -1/+1 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -6/+6 |
| 2014-12-05 | Fall out of the std::sync rewrite | Alex Crichton | -5/+12 |
| 2014-12-05 | std: Rewrite the `sync` module | Alex Crichton | -3528/+1544 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -15/+13 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -15/+13 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -54/+34 |
| 2014-11-25 | auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichton | bors | -7/+4076 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -1/+5 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -7/+4076 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -24/+0 |
| 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 |