| Age | Commit message (Expand) | Author | Lines |
| 2017-05-31 | Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakis | Mark Simulacrum | -2/+7 |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -14/+50 |
| 2017-05-31 | Parse macros named "default" correctly. | Masaki Hara | -0/+27 |
| 2017-05-31 | Update closure errors to use `span_note` | Tommy Ip | -4/+5 |
| 2017-05-30 | associated_consts: check trait obligations and regionck for associated consts | Sean McArthur | -0/+57 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -0/+15 |
| 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 | -65/+44 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -7/+7 |
| 2017-05-30 | Update fn_once-moved test | Tommy Ip | -2/+6 |
| 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 | -156/+202 |
| 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 | Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis | bors | -0/+3 |
| 2017-05-28 | Don't warn on lifetime generic no_mangle functions. | Mark Simulacrum | -2/+8 |
| 2017-05-28 | Auto merge of #41917 - arielb1:mir-array, r=nagisa | bors | -0/+265 |
| 2017-05-28 | use Eq instead of Lt in loop | Ariel Ben-Yehuda | -0/+43 |
| 2017-05-28 | move "ADT master drop flag" logic to `open_drop_for_adt_contents` | Ariel Ben-Yehuda | -0/+211 |
| 2017-05-28 | translate array drop glue using MIR | Ariel Ben-Yehuda | -0/+11 |
| 2017-05-27 | Rollup merge of #42251 - nikomatsakis:issue-42210-regr-unsized-tail, r=eddyb | Mark Simulacrum | -0/+29 |
| 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 | -52/+0 |
| 2017-05-27 | Add invalid unary operator usage error code | Guillaume Gomez | -2/+15 |
| 2017-05-27 | Fix ICE on inner enum in missing docs lint. | Mark Simulacrum | -0/+24 |
| 2017-05-27 | Add new error codes and update tests | Guillaume Gomez | -154/+154 |
| 2017-05-27 | Auto merge of #42103 - jorendorff:master, r=estebank | bors | -2/+5 |
| 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 | -54/+21 |
| 2017-05-26 | extend `struct_tail` to operate over closures | Niko Matsakis | -0/+29 |
| 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 | Rollup merge of #42215 - callahad:remove-superfluous-semis, r=Mark-Simulacrum | Corey Farwell | -1/+1 |
| 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 | -1/+44 |
| 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/+467 |
| 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 | Auto merge of #42052 - kennytm:fix-42007-ice-on-decode-lint-id, r=nikomatsakis | bors | -0/+33 |
| 2017-05-25 | Remove irrelevant tests and unused testing attribute | Paul Faria | -529/+0 |