| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -2/+2 |
| 2014-10-21 | Adjust orphan rules to consider all input types, not just self type. | Niko Matsakis | -0/+14 |
| 2014-10-21 | The new method lookup mechanism typechecks calls against the method type decl... | Niko Matsakis | -1/+10 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -61/+59 |
| 2014-10-19 | Ensure that the return type of a function is Sized | Ariel Ben-Yehuda | -0/+3 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -61/+59 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -6/+3 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -2/+1 |
| 2014-10-10 | auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwalton | bors | -0/+51 |
| 2014-10-09 | Convert tests to cross-crate, fix a RefCell bug I found in the process. | Niko Matsakis | -0/+51 |
| 2014-10-09 | test: Convert statics to constants | Alex Crichton | -6/+46 |
| 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 |