| Age | Commit message (Expand) | Author | Lines |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -6/+7 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -7/+6 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -7/+6 |
| 2015-12-05 | Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix | bors | -3/+4 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -6/+7 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -0/+1 |
| 2015-12-03 | Make public borrowck api more accessible | Florian Hahn | -3/+4 |
| 2015-12-02 | Now that MIR regressions are fixed, re-enable MIR for all users. | Niko Matsakis | -15/+4 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+1 |
| 2015-11-26 | fix rustc-test | Ariel Ben-Yehuda | -3/+5 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -1/+4 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -9/+10 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -2/+3 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -9/+48 |
| 2015-11-26 | Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddyb | bors | -2/+2 |
| 2015-11-26 | Use the TypeOrigin variants qualified. | Ms2ger | -2/+2 |
| 2015-11-26 | Consider a crate staged if it has `stable` or `unstable` in its root | Vadim Petrochenkov | -2/+2 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -2/+2 |
| 2015-11-22 | Auto merge of #29980 - Manishearth:missing-diag, r=eddyb | bors | -0/+2 |
| 2015-11-22 | Register diagnostics for rustc_privacy and rustc_trans properly | Manish Goregaokar | -0/+2 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -6/+7 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -9/+6 |
| 2015-11-18 | Update unit tests in driver. | Niko Matsakis | -2/+3 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -2/+3 |
| 2015-11-18 | Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton | bors | -2/+1 |
| 2015-11-18 | MIR: Add pass that erases all regions right before trans | Michael Woerister | -3/+7 |
| 2015-11-18 | Rework stability annotation pass | Vadim Petrochenkov | -2/+1 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -1/+1 |
| 2015-11-12 | Make the mir_map available to the after_analysis CompileController step. | Scott Olson | -0/+5 |
| 2015-11-12 | Auto merge of #29764 - nrc:stats, r=nikomatsakis | bors | -0/+17 |
| 2015-11-12 | Fix hygiene regression in patterns | Vadim Petrochenkov | -1/+2 |
| 2015-11-12 | Add -Zinput-stats | Nick Cameron | -0/+17 |
| 2015-11-10 | Manual fixups. | Jose Narvaez | -1/+1 |
| 2015-11-10 | Rustfmting librustc_driver. | Jose Narvaez | -743/+797 |
| 2015-11-07 | Fixed text alignment for output of "rustc -Z help" | inrustwetrust | -12/+18 |
| 2015-11-04 | Remove use of RefCell<DefMap> in resolve_lifetime | Jonathan S | -3/+3 |
| 2015-11-04 | Remove use of RefCell<DefMap> in check_static_recursion | Jonathan S | -1/+1 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -13/+18 |
| 2015-10-28 | Remove contraction. The contraction rules predated the notion of an | Niko Matsakis | -10/+14 |
| 2015-10-26 | Disable MIR on beta/stable until we've resolved #29227 is resolved. | Niko Matsakis | -3/+13 |
| 2015-10-22 | fix bug in hir,identified | Niko Matsakis | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -9/+13 |
| 2015-10-09 | review comments | Nick Cameron | -16/+16 |
| 2015-10-09 | Misc fixups | Nick Cameron | -5/+6 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -7/+5 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -46/+46 |
| 2015-10-09 | Add a lowering context | Nick Cameron | -8/+21 |
| 2015-10-08 | Rollup merge of #28872 - iwillspeak:master, r=Manishearth | Steve Klabnik | -1/+6 |