| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | Backported merge of #45890 - arielb1:self-first, r=eddyb | bors | -0/+35 |
| 2017-11-14 | Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -0/+34 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -13/+60 |
| 2017-10-08 | Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichton | bors | -0/+92 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -17/+28 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -0/+101 |
| 2017-10-04 | Fix some E-needstest issues. | Malo Jaffré | -0/+92 |
| 2017-10-04 | Unit tests for gathering and reporting move-errors from mir-borrowck. | Felix S. Klock II | -13/+60 |
| 2017-10-03 | Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelix | bors | -5/+44 |
| 2017-10-03 | Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturon | bors | -0/+18 |
| 2017-10-02 | Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebank | bors | -2/+2 |
| 2017-10-01 | make non_snake_case lint allow extern no-mangle functions | Zack M. Davis | -0/+18 |
| 2017-10-01 | Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1 | bors | -3/+22 |
| 2017-09-30 | code suggestions for unused-mut, while-true lints; UI test | Zack M. Davis | -1/+1 |
| 2017-09-30 | code suggestion for deprecated-attribute lint | Zack M. Davis | -1/+1 |
| 2017-09-30 | Do not require semantic types for all syntactic types when there are type errors | petrochenkov | -3/+22 |
| 2017-09-29 | Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1 | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -0/+38 |
| 2017-09-29 | mir-borrowck: Factorize error message for `cannot_assign_static()` between AS... | Basile Desloges | -5/+44 |
| 2017-09-29 | Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1 | bors | -37/+150 |
| 2017-09-28 | Auto merge of #44806 - KiChjang:mir-err-notes-2, r=pnkfelix | bors | -5/+18 |
| 2017-09-27 | Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez | bors | -29/+0 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -6/+22 |
| 2017-09-26 | Add span label to E0384 for MIR borrowck | Keith Yeung | -5/+18 |
| 2017-09-26 | mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo... | Basile Desloges | -37/+150 |
| 2017-09-26 | remove random newlines from error messages, fix compile-fail test | Niko Matsakis | -1/+1 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -0/+38 |
| 2017-09-25 | Fix bug in collecting trait and impl items with derives. | Jeffrey Seyfried | -0/+28 |
| 2017-09-25 | Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichton | bors | -2/+2 |
| 2017-09-24 | Point at parameter type on E0301 | Esteban Küber | -29/+0 |
| 2017-09-24 | fix test | Ariel Ben-Yehuda | -2/+2 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -6/+29 |
| 2017-09-23 | Auto merge of #44633 - petrochenkov:priv2, r=nikomatsakis | bors | -3/+21 |
| 2017-09-23 | Auto merge of #44055 - zackmdavis:condensed_non-ADT_derive_error, r=jseyfried | bors | -26/+3 |
| 2017-09-23 | Use recorded types in rustc_privacy | Vadim Petrochenkov | -3/+4 |
| 2017-09-23 | Record semantic types for all syntactic types in bodies | Vadim Petrochenkov | -0/+17 |
| 2017-09-22 | dotdoteq_in_patterns feature gate | Badel2 | -0/+16 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -6/+6 |
| 2017-09-22 | Auto merge of #44691 - cramertj:underscore-lifetimes, r=nikomatsakis | bors | -6/+94 |
| 2017-09-21 | only set non-ADT derive error once per attribute, not per trait | Zack M. Davis | -26/+3 |
| 2017-09-21 | Add tests for underscore lifetimes in impl headers and struct definitions | Taylor Cramer | -0/+5 |
| 2017-09-21 | Add tests for multiple underscore and non-underscore lifetimes | Taylor Cramer | -0/+17 |
| 2017-09-21 | Auto merge of #44627 - zackmdavis:the_capgate_perogative, r=nrc | bors | -0/+22 |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -6/+72 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -0/+88 |
| 2017-09-19 | Adjust dependency-resolution errors to be more consistent | Samuel Holland | -2/+2 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+14 |
| 2017-09-16 | Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddyb | Alex Crichton | -0/+8 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -44/+5 |
| 2017-09-16 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -0/+22 |