| Age | Commit message (Expand) | Author | Lines |
| 2016-05-30 | Move driver::Resolutions::def_map out of its RefCell. | Ms2ger | -7/+8 |
| 2016-05-28 | Auto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakis | bors | -1/+4 |
| 2016-05-27 | Auto merge of #33706 - jseyfried:refactor_cfg, r=nrc | bors | -9/+0 |
| 2016-05-27 | Rollup merge of #33839 - kamalmarhubi:codemape-get-filemap-option, r=nmatsakis | Manish Goregaokar | -0/+1 |
| 2016-05-27 | Strip unconfigured items during macro expansion | Jeffrey Seyfried | -9/+0 |
| 2016-05-25 | trans: save metadata even with -Z no-trans. | Eduard Burtescu | -4/+0 |
| 2016-05-24 | syntax: Make codemap::get_filemap() return an Option | Kamal Marhubi | -0/+1 |
| 2016-05-24 | Remove unused field and argument | Seo Sanghyeon | -1/+0 |
| 2016-05-24 | Do not inject test harness for --cfg test | Seo Sanghyeon | -1/+5 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -0/+3 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -0/+3 |
| 2016-05-18 | ignore dep-graph in resolve and lower_crate | Niko Matsakis | -1/+1 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -15/+22 |
| 2016-05-14 | Rollup merge of #33544 - dotdash:baby_dont_break_me_no_more, r=Aatch | Manish Goregaokar | -1/+1 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -14/+12 |
| 2016-05-13 | Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc | bors | -3/+2 |
| 2016-05-12 | Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc | bors | -45/+74 |
| 2016-05-11 | Only break critical edges where actually needed | Björn Steinbrink | -1/+1 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -5/+4 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -3/+0 |
| 2016-05-10 | Also rename the print_from_ast. | Pavel Sountsov | -22/+22 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -5/+5 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -19/+19 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -18/+18 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -15/+19 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -5/+2 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -4/+2 |
| 2016-05-10 | Delay wrapping Definitions into a RefCell around LocalCrateReader. | Ms2ger | -10/+12 |
| 2016-05-10 | Rename after_ast to after_hir_lowering. | Pavel Sountsov | -19/+19 |
| 2016-05-10 | Fix funky formatting. | Pavel Sountsov | -11/+10 |
| 2016-05-10 | Make --emit dep-info work correctly with -Z no-analysis again. | Pavel Sountsov | -40/+70 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -2/+2 |
| 2016-05-10 | Refactor `hir::lowering` API | Jeffrey Seyfried | -3/+2 |
| 2016-05-10 | Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont... | Jeffrey Seyfried | -3/+3 |
| 2016-05-10 | Give lowering functions mutable access to the lowering context | Jeffrey Seyfried | -2/+2 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -11/+12 |
| 2016-05-09 | Refactor out `driver::lower_and_resolve` | Jeffrey Seyfried | -24/+34 |
| 2016-05-09 | Reimplement pretty printing | Jeffrey Seyfried | -11/+29 |
| 2016-05-09 | Resolve paths generated in the ast->hir lowerer | Jeffrey Seyfried | -10/+11 |
| 2016-05-09 | Refactor the interface that `resolve` exposes to `driver` | Jeffrey Seyfried | -32/+36 |
| 2016-05-09 | Move resolution to before lowering | Jeffrey Seyfried | -27/+36 |
| 2016-05-09 | Temporarily unimplement pretty printing | Jeffrey Seyfried | -0/+6 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -3/+4 |
| 2016-05-08 | Auto merge of #33130 - eddyb:mir-const, r=nikomatsakis | bors | -5/+2 |
| 2016-05-07 | mir: qualify and promote constants. | Eduard Burtescu | -5/+2 |
| 2016-05-03 | Fix more tests | Seo Sanghyeon | -1/+0 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -1/+4 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-05-02 | Auto merge of #33119 - nrc:pretty, r=pnkfelix | bors | -332/+398 |