| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-27 | rustc: Account for typedefs in privacy | Alex Crichton | -0/+68 |
| 2014-05-27 | rustc: Use rust strings for failure arguments | Alex Crichton | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -22/+22 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -2/+42 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichton | bors | -1/+2 |
| 2014-05-15 | Added tests checking that changes in type sig are recognized in SVH. | Felix S. Klock II | -0/+111 |
| 2014-05-15 | A test case for a bug I found in the new SVH while reviewing it. | Felix S. Klock II | -0/+86 |
| 2014-05-15 | Some basic acceptance tests for better SVH. | Felix S. Klock II | -0/+405 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -1/+2 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -27/+29 |
| 2014-05-13 | Allow blocks in const expressions | Marvin Löbel | -0/+16 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -2/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-08 | auto merge of #14001 : alexcrichton/rust/issue-11680, r=pcwalton | bors | -0/+19 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -2/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -9/+12 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -0/+17 |
| 2014-05-06 | rustc: Fix enum variant privacy across crates | Alex Crichton | -0/+19 |
| 2014-05-02 | rustc: Crawl static initializers for reachability | Alex Crichton | -0/+32 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -0/+17 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -0/+43 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -0/+56 |
| 2014-04-27 | test: Add tests for closed issues | Alex Crichton | -0/+14 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -0/+27 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -5/+5 |
| 2014-04-17 | auto merge of #13565 : alexcrichton/rust/issue-13560, r=brson | bors | -0/+44 |