| Age | Commit message (Expand) | Author | Lines |
| 2014-08-25 | rustc: Encode the visibility of foreign items | Alex Crichton | -1/+15 |
| 2014-08-23 | extern crate foobar as foo; | wickerwaka | -11/+11 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -3/+3 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -1/+1 |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -0/+22 |
| 2014-08-15 | auto merge of #16494 : pnkfelix/rust/fsk-quotstx-followup, r=alexcrichton | bors | -0/+12 |
| 2014-08-15 | auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis | bors | -0/+30 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -0/+30 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -6/+6 |
| 2014-08-14 | Followup to PR #16477: a run-pass regression test for Issue #15750. | Felix S. Klock II | -0/+12 |
| 2014-08-13 | rustc lexer: regression tests for embedded Idents. | Felix S. Klock II | -0/+26 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -4/+4 |
| 2014-07-31 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -5/+1 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -3/+3 |
| 2014-07-18 | auto merge of #15733 : sanxiyn/rust/use-from-type, r=alexcrichton | bors | -0/+10 |
| 2014-07-17 | Disallow importing from types when reexport is involved | Seo Sanghyeon | -0/+10 |
| 2014-07-16 | stability lint: ignore code from macro expansion | Aaron Turon | -0/+8 |
| 2014-07-10 | rustc: Forbid plugin_registrar in only rlib form | Alex Crichton | -0/+21 |
| 2014-07-07 | auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 | bors | -45/+0 |
| 2014-07-07 | auto merge of #15440 : pcwalton/rust/struct-aliases, r=brson | bors | -0/+17 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -45/+0 |
| 2014-07-05 | test: Fix tests for crate_id removal | Alex Crichton | -80/+7 |
| 2014-07-04 | librustc: Accept type aliases for structures in structure literals and | Patrick Walton | -0/+17 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -7/+7 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -5/+5 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -3/+3 |
| 2014-06-24 | Test lint plugins | Keegan McAllister | -0/+47 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -0/+3 |
| 2014-06-21 | Fix spurious non-exhaustive errors for cross-crate struct variants | Jakub Wieczorek | -1/+2 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -0/+78 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -0/+2 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -0/+78 |
| 2014-06-18 | Remove obsolete test | Piotr Jawniak | -13/+0 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -1/+4 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -9/+16 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -2/+2 |
| 2014-06-12 | debuginfo: Generate cross-crate unique type identifiers for debuginfo types. | Michael Woerister | -0/+26 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -1/+1 |
| 2014-06-09 | Convert tests to use #[plugin_registrar] | Keegan McAllister | -28/+22 |
| 2014-06-09 | Use phase(plugin) in tests | Keegan McAllister | -4/+4 |
| 2014-06-05 | mk: Move rust_test_helpers out of libstd | Alex Crichton | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -8/+4 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -7/+7 |
| 2014-05-28 | auto merge of #14451 : alexcrichton/rust/issue-14442, r=brson | bors | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+3 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |