| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | Test fixes from the rollup | Alex Crichton | -2/+2 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -86/+1 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -13/+9 |
| 2014-09-30 | librustc: Fix up mutability in method autoderefs if incorrect, and | Patrick Walton | -1/+1 |
| 2014-09-30 | Fix libgreen | Steven Fackler | -13/+9 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -7/+7 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -0/+1 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -19/+19 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -19/+19 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+4 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -1/+1 |
| 2014-08-20 | Stage #[repr(packed)] in std::rt | Corey Richardson | -7/+8 |
| 2014-08-20 | libgreen: use FFI-safe types | Corey Richardson | -30/+33 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -1/+2 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -5/+5 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -5/+5 |
| 2014-08-06 | Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup | Alex Crichton | -13/+31 |
| 2014-08-05 | Renamed `record_stack_bounds` for clarity. | Vadim Chugunov | -2/+2 |
| 2014-08-04 | libnative should not mess with stack limits in the TIB. Only libgreen has a ... | Vadim Chugunov | -2/+2 |
| 2014-08-04 | Ensure that Registers struct is 16-byte aligned on x86_64. | Vadim Chugunov | -11/+29 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -14/+14 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+5 |
| 2014-07-30 | green: Prevent runtime corruption on spawn failure | Alex Crichton | -3/+18 |
| 2014-07-30 | rustrt: Allow dropping a brand-new Task | Alex Crichton | -1/+1 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+5 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -34/+42 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+1 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+1 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -2/+2 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-12 | auto merge of #15588 : alexcrichton/rust/issue-15478, r=cmr | bors | -11/+13 |
| 2014-07-11 | std: Move MemoryMap fields to methods | Alex Crichton | -11/+13 |
| 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-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -21/+21 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -20/+20 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -20/+20 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson | bors | -3/+3 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -3/+3 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -5/+5 |