| Age | Commit message (Expand) | Author | Lines |
| 2016-02-24 | Fix the visibility of extern crate declarations and stop warning on pub exter... | Jeffrey Seyfried | -0/+1 |
| 2016-02-22 | Fix #[derive] for empty structs with braces | Vadim Petrochenkov | -1/+1 |
| 2016-02-21 | Run thread-local-extern-static test only on supported platforms. | Michael Neumann | -1/+2 |
| 2016-02-20 | Fix test case. Needs no_mangle and aux-build | Michael Neumann | -0/+2 |
| 2016-02-20 | Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakis | bors | -5/+2 |
| 2016-02-20 | Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakis | bors | -0/+51 |
| 2016-02-20 | use the FulfillmentContext and InferCtxt more correctly | Ariel Ben-Yehuda | -5/+2 |
| 2016-02-19 | Add license and feature(thread_local) | Michael Neumann | -0/+12 |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -0/+51 |
| 2016-02-18 | Add more tests for unnameable reachable items | Vadim Petrochenkov | -23/+116 |
| 2016-02-18 | privacy: Mark reachable but unnameable items as reachable | Vadim Petrochenkov | -0/+23 |
| 2016-02-16 | rustc: Rebase LLVM on the 3.8 release branch | Alex Crichton | -0/+56 |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -0/+14 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -2/+2 |
| 2016-02-11 | Auto merge of #31545 - dotdash:no_noalias, r=alexcrichton | bors | -0/+26 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -2/+2 |
| 2016-02-10 | Workaround LLVM optimizer bug by not marking &mut pointers as noalias | Björn Steinbrink | -0/+26 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -0/+52 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -0/+27 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -0/+27 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -0/+103 |
| 2016-01-23 | Rollup merge of #31031 - brson:issue-30123, r=nikomatsakis | Steve Klabnik | -0/+33 |
| 2016-01-23 | Auto merge of #31126 - arielb1:remote-errors, r=eddyb | bors | -0/+15 |
| 2016-01-22 | astconv: don't use as_local_node_id for ids in a Def | Ariel Ben-Yehuda | -0/+15 |
| 2016-01-21 | resolve: Fix variant namespacing | Vadim Petrochenkov | -0/+15 |
| 2016-01-19 | Add test for #30123 | Brian Anderson | -0/+33 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -0/+19 |
| 2016-01-13 | Simplify some uses of cfg in test cases | Anton Blanchard | -2/+1 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -1/+2 |
| 2016-01-12 | Add test case for #[thread_local] on extern statics | Michael Neumann | -0/+2 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -0/+1 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -2/+2 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -2/+2 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -2/+2 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -2/+2 |
| 2015-12-18 | Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis | bors | -0/+28 |
| 2015-12-16 | Auto merge of #30300 - sanxiyn:syntax-ext, r=nikomatsakis | bors | -5/+7 |
| 2015-12-15 | Implement references to functions and constants | Simonas Kazlauskas | -0/+28 |
| 2015-12-15 | Fix custom deriving tests | Seo Sanghyeon | -5/+7 |
| 2015-12-12 | Address the review comments | Vadim Petrochenkov | -0/+9 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -0/+87 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -8/+6 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -0/+11 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -18/+36 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -8/+0 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -28/+28 |
| 2015-11-20 | Remove slice pattern from compiler plugin example | Florian Hahn | -2/+9 |