| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -61/+0 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -1/+1 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | Document event_loop_factory usage | Robert Clipsham | -1/+10 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -5/+5 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -4/+4 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -4/+4 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -4/+4 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -1/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Revamp TaskBuilder API | Aaron Turon | -11/+67 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -4/+4 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-06-09 | Use phase(plugin) in other crates | Keegan McAllister | -3/+3 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -3/+3 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+0 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-20 | green: Remove some unsafe code in BasicLoop | Alex Crichton | -2/+0 |
| 2014-05-19 | green: Remove usage of UnsafeArc | Alex Crichton | -6/+7 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -7/+7 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-19 | green: Fix missing Send bounds on procedures | Alex Crichton | -4/+4 |
| 2014-04-15 | green: Add a helper macro for booting libgreen | Alex Crichton | -0/+40 |
| 2014-04-10 | green: de-~[]. | Huon Wilson | -13/+19 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -0/+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 | green: Switch field privacy as necessary | Alex Crichton | -13/+13 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -4/+5 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -36/+33 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -1/+1 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+2 |