| Age | Commit message (Expand) | Author | Lines |
| 2017-07-17 | Auto merge of #43266 - feadoor:issue-43253-exclusive-range-warning, r=nikomat... | bors | -0/+71 |
| 2017-07-17 | Move resolve diagnostic instability to compile-fail | Oliver Schneider | -37/+3 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -101/+78 |
| 2017-07-17 | Move some tests from compile-fail to ui | Oliver Schneider | -0/+313 |
| 2017-07-16 | Fix `range_covered_by_constructor` for exclusive ranges. | Sam Cappleman-Lynes | -0/+71 |
| 2017-07-12 | Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1 | Mark Simulacrum | -0/+346 |
| 2017-07-11 | Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normaliz... | kennytm | -31/+0 |
| 2017-07-11 | compiletest: Support custom normalization rules. | kennytm | -74/+47 |
| 2017-07-08 | Auto merge of #42996 - Boreeas:merge-e0609-e0612, r=GuillaumeGomez | bors | -2/+2 |
| 2017-07-08 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -18/+9 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -10/+10 |
| 2017-07-07 | Fold E0613 into E0609 | boreeas | -2/+2 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -47/+43 |
| 2017-07-07 | syntax: Apply recovery for casts to type ascription | Vadim Petrochenkov | -33/+102 |
| 2017-07-07 | Fix spans for binary operator expression with interpolated identifiers | Vadim Petrochenkov | -0/+33 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -24/+69 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -7/+44 |
| 2017-07-06 | Make suggestion include the line number | Esteban Küber | -26/+26 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -47/+43 |
| 2017-07-05 | Add `rustc_on_unimplemented` message to `std::ops::Try` | Esteban Küber | -0/+27 |
| 2017-07-05 | `rustc_on_unimplemented` supports referring to trait | Esteban Küber | -0/+346 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -370/+1298 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -50/+85 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -246/+246 |
| 2017-06-30 | Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -36/+305 |
| 2017-06-30 | Auto merge of #42807 - arielb1:consistent-coercion, r=eddyb | bors | -22/+12 |
| 2017-06-29 | adding compile-fail test | gaurikholkar | -53/+0 |
| 2017-06-29 | Changing the error code to E0621 | gaurikholkar | -7/+7 |
| 2017-06-29 | Adding changes to track anonymous region in self | gaurikholkar | -3/+53 |
| 2017-06-29 | track anonymous regions in return types, fix tidy errors | gaurikholkar | -1/+52 |
| 2017-06-29 | Enabling E0611 for inherent functions | gaurikholkar | -0/+63 |
| 2017-06-29 | Interchange ^ and - | gaurikholkar | -15/+15 |
| 2017-06-29 | update reference for test | Niko Matsakis | -5/+5 |
| 2017-06-29 | Adding new ui test for trait impl | gaurikholkar | -0/+54 |
| 2017-06-29 | Adding diagnostic code 0611 for lifetime errors with one named, one anonymous... | gaurikholkar | -38/+142 |
| 2017-06-29 | Rollup merge of #42953 - estebank:fix-20729, r=petrochenkov | Ariel Ben-Yehuda | -0/+68 |
| 2017-06-29 | Rollup merge of #42919 - zackmdavis:once_again_we_heard_you_the_first_time, r... | Ariel Ben-Yehuda | -11/+7 |
| 2017-06-28 | Move type parameter shadowing test to `ui` | Esteban Küber | -0/+68 |
| 2017-06-28 | Auto merge of #42850 - estebank:unwanted-return-rotj, r=nikomatsakis | bors | -11/+518 |
| 2017-06-27 | Review comments | Esteban Küber | -4/+0 |
| 2017-06-26 | Rollup merge of #42874 - zackmdavis:overzealous_by_outer_forbid, r=nikomatsakis | Corey Farwell | -0/+51 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -11/+7 |
| 2017-06-26 | Update UI test with proc_macro changes | Alex Crichton | -0/+3 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+1 |
| 2017-06-24 | Don't naively point to return type on type error | Esteban Küber | -39/+3 |
| 2017-06-24 | wording improvement | Guillaume Gomez | -6/+6 |
| 2017-06-24 | Add E0607 | Guillaume Gomez | -1/+1 |
| 2017-06-24 | Add E0606 | Guillaume Gomez | -22/+22 |
| 2017-06-24 | Add E0605 | Guillaume Gomez | -6/+18 |
| 2017-06-24 | Add E0604 | Guillaume Gomez | -1/+1 |