| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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-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 | 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 |
| 2016-03-26 | syntax: Stop the bump loop for trait items at } and EOF. | Eduard Burtescu | -5/+21 |
| 2016-03-26 | Improve the error message for paths with too many initial `super`s | Jeffrey Seyfried | -1/+1 |
| 2016-03-26 | add regression test for try! | Jorge Aparicio | -0/+57 |
| 2016-03-26 | fix ? expansion in comment | Jorge Aparicio | -1/+1 |
| 2016-03-26 | Rollup merge of #32435 - nrc:fix-err-recover, r=nikomatsakis | Manish Goregaokar | -7/+91 |
| 2016-03-26 | Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon | Manish Goregaokar | -0/+41 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -3/+189 |
| 2016-03-26 | Rollup merge of #32131 - petrochenkov:prim, r=eddyb | Manish Goregaokar | -13/+36 |
| 2016-03-25 | remove link-guard test | Niko Matsakis | -60/+0 |
| 2016-03-25 | change test to be specific for msvc | Niko Matsakis | -2/+1 |
| 2016-03-25 | fix error message | Niko Matsakis | -1/+1 |
| 2016-03-25 | Update backtrace test for FIXME on windows | Niko Matsakis | -3/+20 |
| 2016-03-25 | document test, don't use grep | Niko Matsakis | -1/+26 |
| 2016-03-25 | test for immediate symbol name hashing | Niko Matsakis | -0/+24 |
| 2016-03-25 | Revert "workarounds to make link guards work on windows" | Niko Matsakis | -1/+1 |
| 2016-03-25 | workarounds to make link guards work on windows | Niko Matsakis | -1/+1 |
| 2016-03-25 | check only that symbol names are deterministic | Niko Matsakis | -3/+9 |