| Age | Commit message (Expand) | Author | Lines |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -6/+17 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -3/+3 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -77/+59 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -8/+8 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -2/+2 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -4/+4 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -4/+16 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -4/+14 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -5/+25 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-12-19 | Simplify `TyCtxt::create_and_enter`. | Jeffrey Seyfried | -3/+2 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -5/+1 |
| 2016-11-29 | rustc_driver: fix compilation | Florian Diebold | -2/+5 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -3/+3 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -4/+4 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -6/+5 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -1/+1 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -1/+1 |
| 2016-10-30 | run rustfmt on librustc_driver folder | Srinivas Reddy Thatiparthy | -133/+145 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -35/+22 |
| 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 |