| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrc | bors | -11/+31 |
| 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 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -0/+53 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -11/+31 |
| 2016-04-02 | Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb | bors | -0/+60 |
| 2016-04-03 | Add run-make test for stable symbol-name generation. | Michael Woerister | -0/+60 |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -0/+44 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -0/+69 |
| 2016-04-02 | Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton | bors | -8/+27 |
| 2016-03-31 | Auto merge of #32506 - petrochenkov:use, r=Manishearth | bors | -7/+28 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -8/+27 |
| 2016-03-31 | Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakis | bors | -23/+114 |
| 2016-03-31 | Only allow using the atomic intrinsics on integer types | Amanieu d'Antras | -9/+1 |
| 2016-03-31 | syntax: Extra diagnostics for `_` used in an identifier position | Vadim Petrochenkov | -7/+28 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -285/+285 |
| 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 | -11/+31 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -285/+285 |
| 2016-03-30 | Improve tests | Jeffrey Seyfried | -15/+30 |
| 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 | -4/+3 |
| 2016-03-30 | fix compile-fail and parse-fail tests by blindly opting back into | Felix S. Klock II | -11/+31 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -1/+1 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -2/+2 |
| 2016-03-30 | Add a test | James Miller | -0/+53 |
| 2016-03-29 | Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichton | bors | -1/+1 |
| 2016-03-29 | Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakis | bors | -0/+88 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -1/+1 |
| 2016-03-29 | Use weak_odr linkage when reusing definitions across codegen units | Björn Steinbrink | -0/+88 |
| 2016-03-28 | Auto merge of #32479 - eddyb:eof-not-even-twice, r=nikomatsakis | bors | -5/+21 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -0/+44 |
| 2016-03-28 | Auto merge of #32267 - durka:inclusive-range-error, r=nrc | bors | -2/+32 |
| 2016-03-27 | Remove the test for #32089; it is subsumed by the test for #32119 | Jeffrey Seyfried | -23/+0 |
| 2016-03-27 | Add test for #32119 | Jeffrey Seyfried | -0/+21 |
| 2016-03-27 | Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=alexcrichton | bors | -1/+1 |
| 2016-03-27 | Type macro is tracked at rust-lang/rust#27245, not 27336 | NODA, Kai | -1/+1 |
| 2016-03-27 | add #[derive(Hash)] test for #21714 | Alex Burka | -0/+26 |
| 2016-03-26 | Auto merge of #32513 - japaric:try-test, r=alexcrichton | bors | -1/+58 |
| 2016-03-27 | Load struct-variant data correctly from metadata | mitaa | -0/+2 |
| 2016-03-27 | Linkify associated types and constants | mitaa | -1/+4 |
| 2016-03-27 | Correct anchor for links to associated trait items | mitaa | -0/+39 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -3/+3 |