| Age | Commit message (Expand) | Author | Lines |
| 2016-05-04 | trans: always register an item's symbol, even if duplicated. | Eduard Burtescu | -0/+27 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -6/+2 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -0/+21 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -1/+1 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -2/+2 |
| 2016-03-29 | Use weak_odr linkage when reusing definitions across codegen units | Björn Steinbrink | -0/+66 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -0/+23 |
| 2016-03-25 | Use new symbol names for items of various kinds. | Michael Woerister | -0/+0 |
| 2016-03-25 | Make monomorphized functions use stable symbol names. | Michael Woerister | -0/+0 |
| 2016-03-22 | Omit `pub` for inlined variant-struct fields | mitaa | -0/+15 |
| 2016-03-15 | Auto merge of #32250 - durka:derive-31574, r=alexcrichton | bors | -0/+40 |
| 2016-03-14 | Test fixes, added README for tests | Aaron Turon | -4/+8 |
| 2016-03-14 | Adjust tests for feature gate, and add tests for the gate itself | Aaron Turon | -0/+4 |
| 2016-03-14 | Add basic specialization tests, including for default item | Aaron Turon | -2/+131 |
| 2016-03-14 | refactor derive-no-std test, add empty struct/enum | Alex Burka | -0/+40 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -2/+6 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -4/+7 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+4 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -2/+6 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -34/+38 |
| 2016-03-07 | Change MirPass to also take NodeId | Simonas Kazlauskas | -1/+3 |
| 2016-03-06 | Split out rustdoc pass to strip private imports | mitaa | -0/+9 |
| 2016-03-04 | Add Pass manager for MIR | Simonas Kazlauskas | -4/+5 |
| 2016-03-03 | Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis | bors | -2/+2 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -7/+1 |
| 2016-02-26 | Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton | bors | -0/+18 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -0/+18 |
| 2016-02-26 | Fix fallout in tests | Jeffrey Seyfried | -2/+2 |
| 2016-02-25 | Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichton | bors | -0/+17 |
| 2016-02-25 | Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 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 |