| Age | Commit message (Expand) | Author | Lines |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -0/+70 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -13/+8 |
| 2014-10-02 | rollup merge of #17722 : jakub-/issue-17169 | Alex Crichton | -0/+2 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -0/+2 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -12/+7 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakis | bors | -0/+22 |
| 2014-10-01 | Add a guide to compiler plugins | Keegan McAllister | -0/+70 |
| 2014-09-30 | Fold `MethodOrigin`s to resolve inference variables they may contain. | Eduard Burtescu | -0/+22 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -0/+21 |
| 2014-09-25 | Rename `fail_` lang item to `fail`, closes #16114 | Florian Hahn | -1/+1 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -4/+4 |
| 2014-09-22 | auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturon | bors | -0/+10 |
| 2014-09-22 | Lint stability now checks macro arguments. | Victor Berger | -0/+10 |
| 2014-09-22 | Fix snapshot builders | Alex Crichton | -1/+3 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -2/+2 |
| 2014-09-19 | Allow syntax extensions to return multiple items, closes #16723. | Florian Hahn | -0/+33 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -2/+2 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -4/+9 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -12/+12 |
| 2014-09-14 | Fix fallout in macro_crate/quote tests. | Eduard Burtescu | -6/+5 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -12/+12 |
| 2014-09-10 | Change ItemModifier and ItemDecorator to traits | Steven Fackler | -1/+1 |
| 2014-09-05 | add tests for separate compilation | Stuart Pernsteiner | -0/+62 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -0/+53 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -7/+40 |
| 2014-08-27 | auto merge of #16751 : luqmana/rust/tr, r=alexcrichton | bors | -0/+15 |
| 2014-08-27 | auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton | bors | -11/+11 |
| 2014-08-25 | Add test. | Luqman Aden | -0/+27 |
| 2014-08-25 | Add tests to make sure intrinsicck doesn't apply to non-intrinsic fn's. | Luqman Aden | -0/+15 |
| 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 |