| Age | Commit message (Expand) | Author | Lines |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -8763/+0 |
| 2014-11-23 | Require <T: Send> for AtomicOption | Keegan McAllister | -3/+3 |
| 2014-11-20 | Fallout from namespaced enums | Aaron Turon | -2/+0 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -4/+6 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -72/+4 |
| 2014-11-20 | Rewrite sync::mutex as thin layer over native mutexes | Aaron Turon | -523/+12 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+29 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -3/+3 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -2/+2 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -3/+3 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -0/+1 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -2/+2 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -3/+3 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -3/+3 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -102/+105 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -96/+10 |
| 2014-10-18 | Fix warning in Struct sync::Mutex example | Mike Robinson | -1/+1 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -39/+36 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -22/+18 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -15/+15 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | sync: Convert statics to constants | Alex Crichton | -15/+15 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -25/+25 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -1/+1 |
| 2014-09-15 | silence various warnings in stdlib, no idea why they suddenly started | Niko Matsakis | -11/+11 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -71/+0 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -8/+8 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -8/+8 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -22/+69 |
| 2014-08-27 | Remove invalid test -- this test reads freed memory, from what I can tell | Niko Matsakis | -21/+0 |
| 2014-08-26 | Clarify what tx and rx mean | Robert Clipsham | -0/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -3/+3 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+5 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -2/+4 |
| 2014-08-12 | Deprecation fallout in libsync | Aaron Turon | -0/+3 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -18/+18 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -165/+166 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -2/+2 |
| 2014-08-01 | libsync: Add safer abstraction for SPSC queue. | Kevin Butler | -36/+143 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -67/+67 |
| 2014-07-24 | auto merge of #15781 : alexcrichton/rust/issue-15758, r=bblum | bors | -0/+11 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -2/+2 |
| 2014-07-18 | sync: Fail with init semaphore count < 0 | Alex Crichton | -0/+11 |
| 2014-07-17 | sync: Ensure try_send() wakes up receivers | Alex Crichton | -1/+26 |