| Age | Commit message (Expand) | Author | Lines |
| 2015-05-11 | Fallout to compile-fail tests. | Felix S. Klock II | -1/+13 |
| 2015-05-11 | Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`). | Felix S. Klock II | -0/+214 |
| 2015-05-07 | lint: deny transmuting from immutable to mutable, since it's undefined behavior | Sean McArthur | -0/+20 |
| 2015-04-30 | tests for lint that warns about mixing #[repr(C)] with Drop. | Felix S. Klock II | -0/+59 |
| 2015-04-30 | regression test for Issue 24895. | Felix S. Klock II | -0/+38 |
| 2015-04-30 | Fix #20616 | York Xiang | -0/+414 |
| 2015-04-29 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -1/+81 |
| 2015-04-23 | Augment the constrainted parameter check to ensure that all regions | Niko Matsakis | -0/+59 |
| 2015-04-23 | Make stability attributes an error. #22830 | Brian Anderson | -7/+3 |
| 2015-04-23 | test: Fix fallout in tests | Alex Crichton | -152/+78 |
| 2015-04-23 | Fallout from this change. | Felix S. Klock II | -54/+177 |
| 2015-04-23 | Regression tests for issues that led me to revise typeck. | Felix S. Klock II | -0/+126 |
| 2015-04-22 | Tests for shadowing between lifetimes and loop labels within function bodies. | Felix S. Klock II | -3/+275 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -2/+16 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -2/+16 |
| 2015-04-15 | Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis | bors | -0/+29 |
| 2015-04-15 | Regression test. | Felix S. Klock II | -0/+29 |
| 2015-04-14 | rollup merge of #24399: brson/stab | Alex Crichton | -0/+18 |
| 2015-04-14 | rollup merge of #24380: arielb1/no-enum-suggest | Alex Crichton | -0/+29 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -6/+0 |
| 2015-04-14 | Reviewer comments | Nick Cameron | -1/+1 |
| 2015-04-14 | Rebased | Nick Cameron | -2/+4 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -4/+33 |
| 2015-04-13 | Make use of the stability attributes issue a deprecation warning. #22830 | Brian Anderson | -0/+18 |
| 2015-04-13 | Don't try to suggest fields of an enum | Ariel Ben-Yehuda | -0/+29 |
| 2015-04-12 | Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | bors | -0/+30 |
| 2015-04-12 | Auto merge of #24003 - rprichard:span-fixes, r=huonw | bors | -0/+123 |
| 2015-04-12 | Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix | bors | -0/+151 |
| 2015-04-11 | Add compile-file/macro-backtrace-{invalid-internals,nested,println} tests | Ryan Prichard | -0/+115 |
| 2015-04-11 | Expand internal-unstable to handle named field accesses and method calls. | Ryan Prichard | -0/+8 |
| 2015-04-11 | Rollup merge of #24259 - lstat:needstest, r=alexcrichton | Manish Goregaokar | -0/+70 |
| 2015-04-11 | Rollup merge of #24245 - nikomatsakis:issue-24241-coherence-failure, r=pnkfelix | Manish Goregaokar | -0/+28 |
| 2015-04-11 | Rollup merge of #24242 - nikomatsakis:escaping-closure-error-message, r=brson | Manish Goregaokar | -4/+54 |
| 2015-04-11 | Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler | bors | -1/+2 |
| 2015-04-10 | Improve error message where a closure escapes fn while trying to borrow | Niko Matsakis | -4/+54 |
| 2015-04-10 | Add tests for E-needstest issues | Luke Gallagher | -0/+70 |
| 2015-04-09 | Don't use skolemized parameters but rather fresh variables in | Niko Matsakis | -0/+28 |
| 2015-04-10 | Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichton | Manish Goregaokar | -16/+0 |
| 2015-04-10 | Rollup merge of #24193 - lstat:needstest, r=alexcrichton | Manish Goregaokar | -0/+49 |
| 2015-04-10 | Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelix | Manish Goregaokar | -0/+40 |
| 2015-04-09 | Auto merge of #24158 - sanxiyn:cast, r=nrc | bors | -2/+22 |
| 2015-04-09 | Remove `ignore-tidy-linelength` from tests that no longer need it | Luke Gallagher | -16/+0 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -0/+40 |
| 2015-04-08 | Add tests for #22289, #22370 and #22384 | Luke Gallagher | -0/+49 |
| 2015-04-08 | Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis | bors | -0/+36 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -4/+44 |
| 2015-04-08 | Auto merge of #24120 - aturon:range-perf, r=alexcrichton | bors | -0/+1 |
| 2015-04-08 | Address review comments | Seo Sanghyeon | -1/+6 |
| 2015-04-08 | Auto merge of #24078 - whipsch:extra-token-msg, r=huonw | bors | -3/+3 |
| 2015-04-07 | Fix range performance regression | Aaron Turon | -0/+1 |