| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -0/+28 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -0/+26 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -15/+15 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -0/+35 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -6/+6 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+150 |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -89/+0 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -89/+0 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -3/+2 |
| 2014-02-05 | auto merge of #12025 : lilac/rust/feature-gate-quote, r=brson | bors | -1/+1 |
| 2014-02-04 | auto merge of #12023 : nick29581/rust/err_res, r=alexcrichton | bors | -0/+15 |
| 2014-02-04 | auto merge of #12018 : alexcrichton/rust/triage, r=sfackler | bors | -0/+15 |
| 2014-02-04 | Adding tests for closed issues | Alex Crichton | -0/+15 |
| 2014-02-05 | Check for trait impl conflicts across crates | Nick Cameron | -0/+15 |
| 2014-02-04 | Replaced with a single "quote" feature gate. | James Deng | -1/+1 |
| 2014-02-04 | Feature gate all quasi-quoting macros. | James Deng | -1/+1 |
| 2014-02-03 | Add an AtomicU64 type to std::sync::atomics | Alex Crichton | -12/+12 |
| 2014-02-01 | auto merge of #11932 : dmanescu/rust/11741-stability-cross-crate, r=alexcrichton | bors | -0/+14 |
| 2014-01-31 | Handle attributes on cross-crate tuple-structs correctly | David Manescu | -0/+14 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -0/+17 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -2/+2 |
| 2014-01-27 | test case for issue #10031. | Felix S. Klock II | -0/+11 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -1/+1 |
| 2014-01-26 | Change private structs to have private fields by default | Alex Crichton | -0/+19 |
| 2014-01-25 | Simplify and rename macro API | Steven Fackler | -2/+2 |
| 2014-01-20 | Scan the entire crate for exported macros | Steven Fackler | -0/+18 |
| 2014-01-19 | auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson | bors | -8/+19 |
| 2014-01-18 | Disallow implementation of cross-crate priv traits | Alex Crichton | -8/+19 |
| 2014-01-17 | test: Add the ability to force a host target | Alex Crichton | -0/+2 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -0/+58 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -2/+2 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -7/+18 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+81 |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -95/+0 |
| 2013-12-19 | librustc: Add missing case for the `Pod` bound in `tydecode`. | Patrick Walton | -0/+10 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -41/+41 |
| 2013-12-18 | auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichton | bors | -0/+32 |
| 2013-12-18 | Adding tests for closed issues | Alex Crichton | -0/+32 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -1/+1 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -2/+2 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -7/+84 |
| 2013-12-08 | encode trait lifetime params in metadata to allow cross-crate usage | David Renshaw | -0/+13 |
| 2013-12-03 | Fix a bug in exporting trait implementations | Alex Crichton | -0/+19 |
| 2013-12-03 | Resume propagation of linking to native dylibs | Alex Crichton | -1/+1 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -3/+4 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -18/+20 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -3/+4 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |