| Age | Commit message (Expand) | Author | Lines |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -239/+1 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -0/+1 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -1/+18 |
| 2017-06-03 | Auto merge of #42391 - photoszzt:master, r=Manishearth | bors | -15/+18 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -0/+17 |
| 2017-06-03 | Auto merge of #42334 - est31:master, r=jseyfried | bors | -14/+52 |
| 2017-06-03 | Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1 | bors | -3/+1 |
| 2017-06-02 | Better suggestion for unknown method | zzhu | -15/+18 |
| 2017-06-02 | rustc: remove temporary lifetime extension by borrow hint | Venkata Giri Reddy | -3/+1 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -0/+17 |
| 2017-06-02 | Use multiline note for trait suggestion | Esteban Küber | -239/+0 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -20/+0 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -1/+18 |
| 2017-06-01 | Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakis | Corey Farwell | -0/+57 |
| 2017-05-31 | Fix a test and address review comment | est31 | -0/+2 |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -14/+50 |
| 2017-05-30 | associated_consts: check trait obligations and regionck for associated consts | Sean McArthur | -0/+57 |
| 2017-05-30 | Turn `invalid_type_param_default` into a lint again | Vadim Petrochenkov | -0/+5 |
| 2017-05-30 | Turn public reexporting of private extern crates into a lint again | Vadim Petrochenkov | -0/+4 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -52/+56 |
| 2017-05-30 | Auto merge of #42282 - Mark-Simulacrum:issue-40342, r=arielb1 | bors | -2/+8 |
| 2017-05-29 | Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrus | bors | -0/+46 |
| 2017-05-29 | Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=... | bors | -1/+102 |
| 2017-05-29 | Auto merge of #42262 - Mark-Simulacrum:issue-40350, r=eddyb | bors | -0/+24 |
| 2017-05-28 | Don't warn on lifetime generic no_mangle functions. | Mark Simulacrum | -2/+8 |
| 2017-05-27 | Rollup merge of #42249 - Mark-Simulacrum:issue-40244, r=eddyb | Mark Simulacrum | -5/+9 |
| 2017-05-27 | Rollup merge of #42217 - venkatagiri:issue_39974, r=Mark-Simulacrum | Mark Simulacrum | -0/+21 |
| 2017-05-27 | Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddyb | Mark Simulacrum | -529/+0 |
| 2017-05-27 | Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturon | bors | -47/+0 |
| 2017-05-27 | Add invalid unary operator usage error code | Guillaume Gomez | -0/+13 |
| 2017-05-27 | Fix ICE on inner enum in missing docs lint. | Mark Simulacrum | -0/+24 |
| 2017-05-27 | Add new error codes | Guillaume Gomez | -0/+33 |
| 2017-05-27 | Allow variadic functions with cdecl calling convention. | Mark Simulacrum | -5/+9 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -29/+21 |
| 2017-05-26 | Rollup merge of #42230 - venkatagiri:ice_regression_tests, r=Mark-Simulacrum | Corey Farwell | -0/+129 |
| 2017-05-26 | Rollup merge of #42216 - charliesome:associate-type-typo, r=petrochenkov | Corey Farwell | -3/+3 |
| 2017-05-26 | Add warning cycle #42238. | Masaki Hara | -3/+35 |
| 2017-05-26 | Auto merge of #42083 - petrochenkov:safeassign, r=nikomatsakis | bors | -7/+38 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -0/+8 |
| 2017-05-25 | regression test for #37550 | Venkata Giri Reddy | -0/+18 |
| 2017-05-25 | regression test for #37665 | Venkata Giri Reddy | -0/+20 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -0/+193 |
| 2017-05-25 | regression test for #38160 | Venkata Giri Reddy | -0/+31 |
| 2017-05-25 | regression test for #39362 | Venkata Giri Reddy | -0/+28 |
| 2017-05-25 | regression test for #38954 | Venkata Giri Reddy | -0/+16 |
| 2017-05-25 | regression test for #36379 | Venkata Giri Reddy | -0/+16 |
| 2017-05-25 | regression test for #39974 | Venkata Giri Reddy | -0/+21 |
| 2017-05-25 | Remove irrelevant tests and unused testing attribute | Paul Faria | -529/+0 |
| 2017-05-25 | Stabilize non capturing closure to fn coercion | est31 | -47/+0 |
| 2017-05-25 | Use parameter environment associated with field use, not field definition | Vadim Petrochenkov | -2/+1 |