| Age | Commit message (Expand) | Author | Lines |
| 2016-09-16 | Make `private_in_public` compatibility lint warn-by-default again | Vadim Petrochenkov | -2/+6 |
| 2016-09-12 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -0/+16 |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -2/+14 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -102/+93 |
| 2016-08-15 | Auto merge of #35680 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -0/+242 |
| 2016-08-15 | Add new error code tests | Guillaume Gomez | -0/+242 |
| 2016-08-15 | Auto merge of #35567 - creativcoder:e0261, r=jonathandturner | bors | -0/+3 |
| 2016-08-14 | Rollup merge of #35646 - theypsilon:master, r=jonathandturner | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35644 - garekkream:update-E0302-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35643 - garekkream:update-E0301-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35616 - clementmiao:E0067_new_error_format, r=jonathandturner | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-14 | Rollup merge of #35615 - clementmiao:E0070_new_error_format, r=jonathandturner | Eduard-Mihai Burtescu | -0/+1 |
| 2016-08-14 | Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakis | Eduard-Mihai Burtescu | -21/+21 |
| 2016-08-14 | Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, r=jonathandtu... | Eduard-Mihai Burtescu | -1/+4 |
| 2016-08-14 | Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturner | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-14 | Rollup merge of #35573 - wdv4758h:E0138, r=jonathandturner | Eduard-Mihai Burtescu | -1/+4 |
| 2016-08-14 | Rollup merge of #35558 - lukehinds:master, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+3 |
| 2016-08-14 | Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakis | Eduard-Mihai Burtescu | -30/+0 |
| 2016-08-14 | Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakis | bors | -55/+92 |
| 2016-08-14 | updated compile-fail tests | Rahul Sharma | -0/+3 |
| 2016-08-13 | Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrc | bors | -1/+28 |
| 2016-08-13 | Add regression test. | Jeffrey Seyfried | -2/+14 |
| 2016-08-13 | Improve comments on ! tests | Andrew Cann | -0/+1 |
| 2016-08-13 | Add explanations to tests | Andrew Cann | -0/+16 |
| 2016-08-13 | Add tests for ! type | Andrew Cann | -0/+118 |
| 2016-08-13 | Add some tests for ! type | Andrew Cann | -0/+34 |
| 2016-08-13 | Remove invalid compile-fail tests related to `!` | Andrew Cann | -178/+0 |
| 2016-08-13 | E0094 error message updated | José manuel Barroso Galindo | -0/+1 |
| 2016-08-13 | updated E0067 to new error format | Clement Miao | -0/+2 |
| 2016-08-12 | Auto merge of #35138 - petrochenkov:clarify, r=eddyb | bors | -127/+192 |
| 2016-08-13 | Update E0302 to the new format | Krzysztof Garczynski | -0/+1 |
| 2016-08-13 | Update E0301 to the new format | Krzysztof Garczynski | -0/+1 |
| 2016-08-13 | Parse numeric fields in struct expressions and patterns | Vadim Petrochenkov | -0/+20 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -137/+182 |
| 2016-08-12 | updated E0070 to new error format | Clement Miao | -0/+1 |
| 2016-08-12 | Auto merge of #35431 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -0/+190 |
| 2016-08-12 | Correct span for pub_restricted field | Seo Sanghyeon | -30/+0 |
| 2016-08-11 | Improve &-ptr printing | Jonathan Turner | -21/+21 |
| 2016-08-12 | test: add more extensive tests for impl Trait. | Eduard Burtescu | -0/+248 |
| 2016-08-12 | typeck: leak auto trait obligations through impl Trait. | Eduard Burtescu | -0/+70 |
| 2016-08-12 | rustc: don't reveal specializable polymorphic projections. | Eduard Burtescu | -0/+12 |
| 2016-08-11 | Add test for #28514 | Vadim Petrochenkov | -0/+45 |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -55/+47 |
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -35/+93 |
| 2016-08-11 | Fix tidy tests | crypto-universe | -1/+1 |
| 2016-08-11 | Add label to E0254 | crypto-universe | -1/+4 |
| 2016-08-11 | Rollup merge of #35576 - circuitfox:E0072-update-error-format, r=jonathandturner | Jonathan Turner | -0/+5 |
| 2016-08-11 | Rollup merge of #35565 - wdv4758h:E0133, r=jonathandturner | Jonathan Turner | -4/+12 |
| 2016-08-11 | Rollup merge of #35557 - Limeth:master, r=jonathandturner | Jonathan Turner | -1/+5 |
| 2016-08-11 | Rollup merge of #35555 - circuitfox:E0128-update-error-format, r=jonathandturner | Jonathan Turner | -0/+2 |