| Age | Commit message (Expand) | Author | Lines |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | trans: remove item_symbols from metadata and CrateContext. | Eduard Burtescu | -50/+3 |
| 2016-05-25 | trans: move exported_symbol to Instance::symbol_name. | Eduard Burtescu | -0/+17 |
| 2016-05-25 | rustc: use a simpler scheme for plugin registrar symbol names. | Eduard Burtescu | -13/+9 |
| 2016-05-20 | Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon | bors | -49/+80 |
| 2016-05-20 | rustc: Fix again order-dependence in extern crate | Alex Crichton | -49/+80 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -0/+1 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -0/+1 |
| 2016-05-19 | Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakis | bors | -2/+1 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -2/+1 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -3/+53 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -6/+6 |
| 2016-05-18 | always encode variant fields | Niko Matsakis | -7/+7 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -54/+70 |
| 2016-05-18 | add a MetaData node and trigger reads from it | Niko Matsakis | -8/+51 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -1/+5 |
| 2016-05-18 | Auto merge of #33654 - petrochenkov:hirident, r=nrc | bors | -1/+1 |
| 2016-05-16 | Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakis | bors | -1/+2 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-15 | Rollup merge of #33393 - cristianoliveira:docs-error-explanation, r=steveklabnik | Manish Goregaokar | -1/+21 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -13/+23 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -1/+2 |
| 2016-05-13 | Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc | bors | -9/+9 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -8/+19 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -5/+2 |
| 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 |