| Age | Commit message (Expand) | Author | Lines |
| 2016-01-02 | Add more tests | Florian Hahn | -0/+80 |
| 2016-01-01 | Show similar trait implementations if no matching impl is found | Florian Hahn | -0/+39 |
| 2015-12-31 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -2/+1 |
| 2015-12-30 | Move pub-{item,methd}-macro.rs to the parse-fail subdir as well | est31 | -62/+0 |
| 2015-12-30 | Move pub-macro-rules.rs test to parse-fail directory | est31 | -27/+0 |
| 2015-12-30 | Custom help message for people trying to make macro public | est31 | -0/+27 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -17/+14 |
| 2015-12-23 | Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth | bors | -6/+8 |
| 2015-12-21 | Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearth | bors | -0/+60 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+144 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -203/+157 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -245/+438 |
| 2015-12-18 | Do not substitute type aliases during error reporting | Vadim Petrochenkov | -5/+6 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -203/+157 |
| 2015-12-18 | Require exact type equality + add tests | Vadim Petrochenkov | -0/+129 |
| 2015-12-18 | Auto merge of #30286 - oli-obk:const_error_span, r=nikomatsakis | bors | -0/+18 |
| 2015-12-18 | Add more systematic tests | Vadim Petrochenkov | -429/+402 |
| 2015-12-18 | Prohibit public glob reexports of private variants | Vadim Petrochenkov | -2/+20 |
| 2015-12-18 | Substitute type aliases before checking for privacy | Vadim Petrochenkov | -16/+15 |
| 2015-12-18 | Use lint instead of warning | Vadim Petrochenkov | -25/+96 |
| 2015-12-18 | Report errors not caught by the old visitor as warnings | Vadim Petrochenkov | -14/+18 |
| 2015-12-18 | Prohibit private variant reexports | Vadim Petrochenkov | -1/+16 |
| 2015-12-18 | Approximate type aliases as public when determining impl publicity | Vadim Petrochenkov | -0/+19 |
| 2015-12-18 | Update error messages and error descriptions | Vadim Petrochenkov | -32/+32 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -5/+5 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -0/+93 |
| 2015-12-17 | rustc_resolve: fix a bug in which unused imports can get wrongly marked as us... | Jeffrey Seyfried | -1/+5 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -0/+307 |
| 2015-12-16 | Auto merge of #29962 - aturon:coherence-errors, r=nmatsakis | bors | -7/+49 |
| 2015-12-16 | unit test for new error help. | Felix S. Klock II | -0/+60 |
| 2015-12-16 | Provide overlapping types for coherence errors | Aaron Turon | -7/+49 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -0/+15 |
| 2015-12-16 | Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatch | bors | -3/+5 |
| 2015-12-16 | Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc | Manish Goregaokar | -0/+23 |
| 2015-12-16 | Rollup merge of #30320 - nrc:err-names, r=@nikomatsakis | Manish Goregaokar | -44/+51 |
| 2015-12-16 | Modify the Levenshtein-based suggestions to include imports | Ravi Shankar | -6/+8 |
| 2015-12-16 | Auto merge of #30206 - petrochenkov:newdepr, r=brson | bors | -1/+495 |
| 2015-12-16 | Auto merge of #30141 - oli-obk:fix/30117, r=arielb1 | bors | -0/+39 |
| 2015-12-15 | Regression tests for Issue 29793. | Felix S. Klock II | -0/+307 |
| 2015-12-15 | Generated code spans now point to callsite parameters (where applicable) | Daniel Campbell | -0/+23 |
| 2015-12-14 | Auto merge of #30321 - sanxiyn:E0170, r=alexcrichton | bors | -0/+26 |
| 2015-12-13 | Auto merge of #30314 - fhahn:issue-30299-missing-fields, r=pnkfelix | bors | -1/+1 |
| 2015-12-12 | Address the review comments | Vadim Petrochenkov | -1/+7 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -0/+488 |
| 2015-12-11 | Partially undo the fix of issue #30159 in PR #30294 to avoid breakage. | Jeffrey Seyfried | -4/+0 |
| 2015-12-11 | Do not include generics in suggestion to qualify enum variants | Seo Sanghyeon | -0/+26 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -44/+51 |
| 2015-12-11 | Auto merge of #30294 - jseyfried:fix_shadowed_use_visibility, r=nrc | bors | -0/+26 |
| 2015-12-11 | Auto merge of #30307 - pnkfelix:fix-issue-26656, r=alexcrichton | bors | -0/+52 |
| 2015-12-11 | Add name of initializer to missing field message, closes #30299 | Florian Hahn | -1/+1 |