| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -4/+4 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -11/+11 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -11/+11 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -4/+4 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -21/+60 |
| 2014-07-02 | Apply stability attributes to std::comm | Alex Crichton | -0/+36 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -15/+15 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -6/+9 |