| Age | Commit message (Expand) | Author | Lines |
| 2016-04-07 | fix compile-fail and parse-fail tests by blindly opting back into | Felix S. Klock II | -0/+16 |
| 2016-03-16 | Add comment explaining purpose of test | Niko Matsakis | -0/+3 |
| 2016-03-16 | Do not report errors from regionck if other errors were already | Niko Matsakis | -0/+24 |
| 2016-03-16 | remove wrong assert in check_match | Ariel Ben-Yehuda | -0/+20 |
| 2016-03-16 | don't treat unit patterns as wildcard patterns | Ariel Ben-Yehuda | -0/+29 |
| 2016-03-01 | Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1 | bors | -0/+21 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -162/+3 |
| 2016-02-29 | Use HIR map instead of tcx in constant evaluator | Seo Sanghyeon | -0/+21 |
| 2016-02-27 | Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1 | bors | -0/+15 |
| 2016-02-27 | Add test | Simonas Kazlauskas | -0/+15 |
| 2016-02-26 | Rollup merge of #31901 - bluss:suggest-use, r=sanxiyn | Manish Goregaokar | -8/+8 |
| 2016-02-26 | Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakis | bors | -0/+29 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -0/+0 |
| 2016-02-26 | suggest: Put the `use` in suggested code inside the quotes | Ulrik Sverdrup | -8/+8 |
| 2016-02-25 | Rollup merge of #31818 - GuillaumeGomez:error_display, r=brson | Manish Goregaokar | -0/+22 |
| 2016-02-24 | Move the borrowck run-pass/compile-fail tests into their own directories | Niko Matsakis | -0/+0 |
| 2016-02-24 | Improve unused import detection | Jeffrey Seyfried | -0/+7 |
| 2016-02-24 | Resolve: include normal modules in the ribs | Jeffrey Seyfried | -0/+22 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -5/+16 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -0/+4 |
| 2016-02-24 | Fix the visibility of extern crate declarations and stop warning on pub exter... | Jeffrey Seyfried | -38/+23 |
| 2016-02-20 | Add test for E0152 error message improvement | Guillaume Gomez | -0/+22 |
| 2016-02-20 | Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakis | bors | -11/+9 |
| 2016-02-20 | Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrc | bors | -2/+2 |
| 2016-02-20 | Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakis | bors | -53/+233 |
| 2016-02-19 | Rollup merge of #31775 - nxnfufunezn:issue-31769, r=eddyb | Steve Klabnik | -0/+14 |
| 2016-02-19 | Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=Manishearth | Steve Klabnik | -18/+18 |
| 2016-02-19 | Fix error[E0518] not displayed for #[inline] on structs inside fns | nxnfufunezn | -0/+14 |
| 2016-02-19 | Auto merge of #31716 - jseyfried:fix_privacy_for_def_err, r=nrc | bors | -1/+6 |
| 2016-02-19 | Improve dummy bindings for unresolved imports | Jeffrey Seyfried | -1/+1 |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -53/+233 |
| 2016-02-18 | Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by default | Vadim Petrochenkov | -11/+9 |
| 2016-02-18 | Change how dep-graph edges are handled in variance to | Niko Matsakis | -10/+4 |
| 2016-02-17 | Stop trying to resolve an import directive after the resolution fails | Jeffrey Seyfried | -2/+2 |
| 2016-02-17 | Auto merge of #31707 - GuillaumeGomez:macro_name, r=sfackler | bors | -0/+25 |
| 2016-02-16 | Fix #31706 | rphmeier | -18/+18 |
| 2016-02-16 | Don't compute LastPrivate data for Def::Err. | Jeffrey Seyfried | -1/+6 |
| 2016-02-16 | Add check on find_best_match_for_name and improve help message for undefined ... | ggomez | -0/+25 |
| 2016-02-16 | Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakis | bors | -0/+15 |
| 2016-02-15 | Auto merge of #31530 - dirk:dirk/restrict-matching-of-cfg-opts, r=alexcrichton | bors | -0/+13 |
| 2016-02-15 | Auto merge of #31648 - jseyfried:fix_diagnostics, r=nrc | bors | -4/+5 |
| 2016-02-15 | Auto merge of #31566 - jseyfried:fix_regression, r=nrc | bors | -1/+1 |
| 2016-02-14 | Stricter matching of `--cfg` options on rustc | Dirk Gadsden | -0/+13 |
| 2016-02-15 | Tests | Nick Cameron | -0/+44 |
| 2016-02-15 | Some error recovery in the parser | Nick Cameron | -4/+4 |
| 2016-02-14 | Rename Module field anonymous_children to module_children, expand it to inclu... | Jeffrey Seyfried | -4/+5 |
| 2016-02-13 | Disallow non-inline modules without path annotations inside blocks and fix fa... | Jeffrey Seyfried | -0/+15 |
| 2016-02-11 | Fix regression from #31461 and fix the test that was supposed to catch it. | Jeffrey Seyfried | -1/+1 |
| 2016-02-11 | Auto merge of #31461 - jseyfried:remove_import_resolutions, r=nrc | bors | -3/+3 |
| 2016-02-10 | Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson | bors | -0/+25 |