| Age | Commit message (Expand) | Author | Lines |
| 2016-05-04 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -21/+75 |
| 2016-05-04 | Add regression test for #32797 (fixes #32797) | Jeffrey Seyfried | -0/+21 |
| 2016-05-04 | Add test | Jeffrey Seyfried | -0/+26 |
| 2016-04-12 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -12/+5 |
| 2016-04-12 | Fix beta branch | Brian Anderson | -2/+0 |
| 2016-04-11 | Auto merge of #32850 - jseyfried:add_tests, r=alexcrichton | bors | -0/+57 |
| 2016-04-09 | Add regression test for #26930 | Jeffrey Seyfried | -0/+20 |
| 2016-04-09 | Add regression test for #24883 | Jeffrey Seyfried | -0/+28 |
| 2016-04-09 | Add regression test for #22146 | Jeffrey Seyfried | -0/+9 |
| 2016-04-08 | Blacklist fn item types from being used with variadic functions. | Eduard Burtescu | -6/+28 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -7/+7 |
| 2016-04-07 | Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddyb | Manish Goregaokar | -30/+7 |
| 2016-04-07 | Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakis | Manish Goregaokar | -0/+55 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -364/+409 |
| 2016-04-07 | test the substs ppaux code both with and without -Z verbose | Ariel Ben-Yehuda | -47/+61 |
| 2016-04-07 | Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddyb | bors | -0/+44 |
| 2016-04-07 | Fix fallout in tests | Jeffrey Seyfried | -30/+7 |
| 2016-04-07 | Add test for #30079 | Jeffrey Seyfried | -0/+55 |
| 2016-04-06 | Fix LLVM assert when handling bad intrinsic monomorphizations | Amanieu d'Antras | -0/+44 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -7/+7 |
| 2016-04-05 | improve the printing of substs and trait-refs | Ariel Ben-Yehuda | -200/+247 |
| 2016-04-05 | remove obsolete tests | Ariel Ben-Yehuda | -82/+0 |
| 2016-04-05 | improve error message | Ariel Ben-Yehuda | -16/+16 |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -274/+340 |
| 2016-04-05 | Rollup merge of #32712 - jonas-schievink:autoderef-fields-for-fn-ty, r=nagisa | Manish Goregaokar | -0/+25 |
| 2016-04-05 | Rollup merge of #32710 - jonas-schievink:consider-last-semi, r=nagisa | Manish Goregaokar | -0/+23 |
| 2016-04-05 | Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfried | Manish Goregaokar | -0/+22 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -0/+22 |
| 2016-04-04 | Auto merge of #32328 - jseyfried:coherence, r=nikomatsakis | bors | -6/+11 |
| 2016-04-04 | Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddyb | bors | -0/+117 |
| 2016-04-04 | Auto merge of #32582 - nikomatsakis:issue-32326, r=aturon | bors | -5/+57 |
| 2016-04-04 | add error code to test | Niko Matsakis | -1/+1 |
| 2016-04-04 | fix corner case around top of stack | Niko Matsakis | -0/+32 |
| 2016-04-04 | process cycles as soon as they are detected | Niko Matsakis | -5/+25 |
| 2016-04-04 | Beef up test | Jonas Schievink | -0/+6 |
| 2016-04-03 | Add compile-fail test | Amanieu d'Antras | -0/+117 |
| 2016-04-03 | Autoderef when suggesting to call `(self.field)` | Jonas Schievink | -0/+25 |
| 2016-04-03 | Fix "consider removing this semicolon" help | Jonas Schievink | -0/+17 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -11/+31 |
| 2016-03-31 | Auto merge of #32506 - petrochenkov:use, r=Manishearth | bors | -5/+5 |
| 2016-03-31 | Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakis | bors | -20/+53 |
| 2016-03-31 | syntax: Extra diagnostics for `_` used in an identifier position | Vadim Petrochenkov | -5/+5 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -247/+247 |
| 2016-03-30 | Detect cycles that include renamed imports | Jeffrey Seyfried | -0/+7 |
| 2016-03-31 | Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrc | Manish Goregaokar | -0/+16 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -247/+247 |
| 2016-03-30 | Improve tests | Jeffrey Seyfried | -50/+5 |
| 2016-03-30 | privacy: Cleanup check_field | Vadim Petrochenkov | -18/+18 |
| 2016-03-30 | Add tests for #12808 and #22684 | Jeffrey Seyfried | -0/+77 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -1/+2 |