| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -0/+1 |
| 2016-08-20 | compute and cache HIR hashes at beginning | Niko Matsakis | -2/+2 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -7/+11 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -2/+5 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -1/+1 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -2/+4 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -1/+1 |
| 2016-05-24 | syntax: Make codemap::get_filemap() return an Option | Kamal Marhubi | -0/+1 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -1/+1 |
| 2016-05-12 | Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc | bors | -11/+11 |
| 2016-05-10 | Also rename the print_from_ast. | Pavel Sountsov | -11/+11 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -8/+8 |
| 2016-05-10 | Make --emit dep-info work correctly with -Z no-analysis again. | Pavel Sountsov | -11/+11 |
| 2016-05-09 | Reimplement pretty printing | Jeffrey Seyfried | -11/+18 |
| 2016-05-09 | Temporarily unimplement pretty printing | Jeffrey Seyfried | -0/+6 |
| 2016-05-03 | rebasing | Nick Cameron | -6/+1 |
| 2016-05-03 | Fix tests | Nick Cameron | -1/+3 |
| 2016-05-03 | Refactor pretty printing to use more of the driver | Nick Cameron | -216/+236 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -6/+4 |
| 2016-05-03 | Make pretty printer take Session by ref | Nick Cameron | -18/+19 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -7/+12 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -8/+2 |
| 2016-04-20 | Separate def collection and hir map making even further | Nick Cameron | -1/+2 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -2/+17 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -5/+5 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -3/+3 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -26/+26 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -7/+12 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -29/+28 |
| 2016-03-12 | Implement --unpretty mir-cfg for graphviz output | Simonas Kazlauskas | -29/+28 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -1/+1 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -3/+3 |
| 2016-02-27 | Fix MIR unpretty on failure conditions | Simonas Kazlauskas | -12/+13 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-14 | Implement --unpretty mir | Jonas Schievink | -1/+49 |
| 2016-02-12 | Use more autoderef in rustc_driver | Jonas Schievink | -2/+2 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -2/+2 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -4/+7 |
| 2016-02-01 | Try to run compiler callbacks when we error out | Nick Cameron | -2/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -31/+31 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+1 |
| 2015-12-05 | Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix | bors | -3/+4 |
| 2015-12-03 | Make public borrowck api more accessible | Florian Hahn | -3/+4 |