| Age | Commit message (Expand) | Author | Lines |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -9/+9 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -60/+66 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -150/+146 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -23/+22 |
| 2016-05-10 | Add error description for E0455 | Cristian Oliveira | -1/+21 |
| 2016-05-10 | Correct typo in LocalCrateReader::definitions. | Ms2ger | -4/+4 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -5/+4 |
| 2016-05-10 | Refactor `hir::lowering` API | Jeffrey Seyfried | -1/+1 |
| 2016-05-10 | Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont... | Jeffrey Seyfried | -6/+6 |
| 2016-05-10 | Give lowering functions mutable access to the lowering context | Jeffrey Seyfried | -8/+8 |
| 2016-05-09 | Auto merge of #33443 - jseyfried:resolve_ast, r=nrc | bors | -35/+44 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -31/+173 |
| 2016-05-09 | Refactor `hir::lowering::Resolver` | Jeffrey Seyfried | -35/+44 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -5/+2 |
| 2016-05-07 | mir: prepare for rvalue promotion support. | Eduard Burtescu | -0/+3 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+3 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -5/+2 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -18/+12 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -8/+11 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -54/+26 |
| 2016-04-20 | Trivial refactoring | Nick Cameron | -9/+8 |
| 2016-04-15 | Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakis | bors | -0/+3 |
| 2016-04-15 | Add initial version of codegen unit partitioning for incremental compilation. | Michael Woerister | -0/+3 |
| 2016-04-14 | Auto merge of #32317 - taralx:master, r=alexcrichton | bors | -55/+43 |
| 2016-04-14 | Deduplicate libraries on hash instead of filename. | JP Sugarbroad | -55/+43 |
| 2016-04-14 | Auto merge of #32883 - sanxiyn:nameless-defkey, r=arielb1 | bors | -22/+132 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+20 |
| 2016-04-12 | Do not encode name when encoding DefKey | Seo Sanghyeon | -22/+132 |
| 2016-04-07 | Do not rely on file extensions after path canonicalization. | Vadim Chugunov | -11/+29 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -3/+3 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -33/+42 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+20 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -3/+3 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -155/+14 |
| 2016-04-06 | rustc: move some maps from ty to hir. | Eduard Burtescu | -7/+7 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -13/+13 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -8/+9 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -30/+28 |
| 2016-03-31 | librustc_metadata: use bug!(), span_bug!() | Benjamin Herr | -74/+62 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -4/+63 |
| 2016-03-30 | Add method `visible_item_path` to `CStore` | Jeffrey Seyfried | -4/+63 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -3/+3 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -21/+21 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -8/+8 |
| 2016-03-25 | renumber error from E0522 to E0523 | Niko Matsakis | -2/+2 |
| 2016-03-25 | Correections due to refactoring . | Niko Matsakis | -2/+2 |
| 2016-03-25 | pacify the merciless tidy: s/E0521/E0522 | Niko Matsakis | -2/+2 |
| 2016-03-25 | renumber diagnostic to avoid conflict | Niko Matsakis | -2/+2 |
| 2016-03-25 | track the extern-crate def-id rather than path | Niko Matsakis | -93/+87 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -7/+3 |