| Age | Commit message (Expand) | Author | Lines |
| 2015-01-01 | Add tests for assoc type issues that have been fixed | Jorge Aparicio | -0/+15 |
| 2015-01-01 | Fix a bug with cross-crate trait impls | Nick Cameron | -0/+17 |
| 2014-12-30 | Address nits. | Niko Matsakis | -0/+3 |
| 2014-12-30 | Add a test case using associated types cross crate. Fixes #18048. | Niko Matsakis | -0/+24 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -0/+5 |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -1/+1 |
| 2014-12-18 | auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton | bors | -13/+10 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -13/+10 |
| 2014-12-17 | Add tests for E-needstest issues | Jakub Bukaj | -0/+61 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -5/+5 |
| 2014-12-14 | Add a bunch of new tests per Alex's suggestion. | Niko Matsakis | -0/+19 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -1/+1 |
| 2014-12-13 | Fix run-pass tests | Jorge Aparicio | -5/+5 |
| 2014-12-12 | auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichton | bors | -0/+13 |
| 2014-12-12 | Fix ICE when a struct variant enum is imported from an external crate | Barosl Lee | -0/+13 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+26 |
| 2014-11-25 | Fix xcrate enum namespacing | Steven Fackler | -1/+15 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -2/+3 |
| 2014-11-20 | removed struct_variant feature from tests | Simon Wollwage | -7/+1 |
| 2014-11-18 | Update test for equivalency to include region binders in object types, add ne... | Niko Matsakis | -2/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -4/+4 |
| 2014-11-13 | auto merge of #18887 : aturon/rust/controlled-inherit, r=alexcrichton | bors | -2/+10 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -0/+11 |
| 2014-11-11 | Update tests for new stability inheritance rules | Aaron Turon | -2/+10 |
| 2014-11-09 | First stage of struct variant field visibility changes | Steven Fackler | -7/+5 |
| 2014-11-08 | auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfackler | bors | -0/+27 |
| 2014-11-07 | rustc: Process #[cfg]/#[cfg_attr] on crates | Alex Crichton | -0/+27 |
| 2014-11-06 | Add regression test for #18711 | Brian Koropoff | -0/+16 |
| 2014-11-06 | rollup merge of #18679 : brson/lint-trait | Alex Crichton | -0/+3 |
| 2014-11-05 | rustc: Add some more checks to the stability lint | Brian Anderson | -0/+3 |
| 2014-11-05 | auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581 | bors | -0/+26 |
| 2014-11-05 | auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwalton | bors | -4/+0 |
| 2014-11-03 | rustc: Default to static linking dylibs | Alex Crichton | -4/+0 |
| 2014-11-03 | rollup merge of #18523 : bkoropoff/issue-18501 | Alex Crichton | -0/+27 |
| 2014-11-03 | rollup merge of #18518 : bkoropoff/issue-18514 | Alex Crichton | -0/+27 |
| 2014-11-03 | rollup merge of #18470 : alexcrichton/dash-l | Alex Crichton | -0/+26 |
| 2014-11-02 | Add regression test for #16790, #18378 and #18543 | Brian Koropoff | -0/+26 |
| 2014-11-01 | Add regression test for #18501 | Brian Koropoff | -0/+27 |
| 2014-11-01 | Add regression test for issue #18514 | Brian Koropoff | -0/+27 |
| 2014-10-31 | First stage of enum namespacing changes | Steven Fackler | -1/+67 |
| 2014-11-01 | Rebasing and review changes | Nick Cameron | -26/+44 |
| 2014-11-01 | test | Nick Cameron | -0/+87 |
| 2014-10-30 | rustc: Implement -l and include! tweaks | Alex Crichton | -0/+26 |
| 2014-10-30 | auto merge of #18279 : bgamari/rust/check-static-recursion, r=alexcrichton | bors | -0/+19 |
| 2014-10-29 | check_static_recursion: Handle foreign items | Ben Gamari | -0/+19 |
| 2014-10-29 | Update infrastructure for fail -> panic | Steve Klabnik | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -8/+8 |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -2/+2 |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -2/+2 |