| Age | Commit message (Expand) | Author | Lines |
| 2016-07-03 | Don't translate vtable methods with Self: Sized bounds. | Eduard Burtescu | -1/+6 |
| 2016-05-21 | Auto merge of #33752 - mrhota:internal_docs, r=steveklabnik | bors | -7/+35 |
| 2016-05-21 | Improve internal documentation and code style | Ticki | -7/+35 |
| 2016-05-20 | Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakis | Guillaume Gomez | -1/+5 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -5/+10 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -5/+10 |
| 2016-05-19 | Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakis | bors | -26/+72 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -2/+2 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -26/+72 |
| 2016-05-18 | Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mw | bors | -128/+232 |
| 2016-05-19 | Be smart about span of parenthesized expression in macro | Seo Sanghyeon | -1/+4 |
| 2016-05-18 | add task for linking | Niko Matsakis | -0/+2 |
| 2016-05-18 | fix indentation of session/mod.rs | Niko Matsakis | -3/+3 |
| 2016-05-18 | add debug info to dep_graph | Niko Matsakis | -1/+5 |
| 2016-05-18 | nit: use format! instead of iterator | Niko Matsakis | -12/+1 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -40/+69 |
| 2016-05-18 | cleanup dep-graph debugging code | Niko Matsakis | -0/+70 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -46/+22 |
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -9/+18 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -0/+1 |
| 2016-05-18 | add a MetaData node and trigger reads from it | Niko Matsakis | -0/+5 |
| 2016-05-18 | ignore dep-graph in resolve and lower_crate | Niko Matsakis | -1/+10 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -19/+28 |
| 2016-05-18 | remove the `Any` bound from `CrateStore` | Niko Matsakis | -6/+1 |
| 2016-05-18 | add MetaData DepNode variant | Niko Matsakis | -0/+6 |
| 2016-05-18 | Auto merge of #33710 - Manishearth:rollup, r=Manishearth | bors | -2/+34 |
| 2016-05-18 | Rollup merge of #33695 - nikomatsakis:spezializes-cache, r=aturon | Manish Goregaokar | -2/+34 |
| 2016-05-18 | Auto merge of #33654 - petrochenkov:hirident, r=nrc | bors | -202/+115 |
| 2016-05-17 | Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,... | bors | -189/+370 |
| 2016-05-17 | fix stale method names | Niko Matsakis | -2/+2 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -1/+89 |
| 2016-05-17 | refactor: use `select` inside of a probe | Niko Matsakis | -188/+281 |
| 2016-05-17 | introduce a specializes cache | Niko Matsakis | -2/+34 |
| 2016-05-17 | Preserve span when lowering ExprKind::Paren | Seo Sanghyeon | -1/+2 |
| 2016-05-17 | Improve a few errors and fix #33366 | Jonathan Turner | -2/+2 |
| 2016-05-16 | Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakis | bors | -552/+102 |
| 2016-05-16 | change on_unimplented logic | Ariel Ben-Yehuda | -5/+12 |
| 2016-05-16 | Fix rebase | Vadim Petrochenkov | -4/+4 |
| 2016-05-16 | lowering: Rename identifiers only when necessary | Vadim Petrochenkov | -12/+32 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -189/+82 |
| 2016-05-16 | Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomez | bors | -1/+1 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -255/+87 |
| 2016-05-15 | Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis | bors | -2/+2 |
| 2016-05-14 | Add checks for `self: _` and `self: &_` | Vadim Petrochenkov | -0/+10 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -255/+77 |
| 2016-05-14 | Rollup merge of #33576 - soltanmm:vtable, r=nikomatsakis | Manish Goregaokar | -102/+221 |
| 2016-05-14 | Rollup merge of #33572 - nagisa:assoc-const-types, r=eddyb | Manish Goregaokar | -20/+2 |
| 2016-05-14 | Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakis | Manish Goregaokar | -57/+1 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -3/+3 |
| 2016-05-13 | rewrite fuzzy `on_unimplemented` matching to avoid ICEs | Ariel Ben-Yehuda | -181/+33 |