| Age | Commit message (Expand) | Author | Lines |
| 2020-03-24 | Remove unknown lint from deny attribute | bishtpawan | -18/+0 |
| 2020-03-24 | Clean up E0454 | Guillaume Gomez | -1/+3 |
| 2020-03-24 | Add explanation for inner attribute | bishtpawan | -7/+35 |
| 2020-03-24 | Update tools_lints | bishtpawan | -2/+2 |
| 2020-03-24 | Refactor changes | bishtpawan | -1/+0 |
| 2020-03-24 | Add long error explanation for E0710 #61137 | bishtpawan | -1/+26 |
| 2020-03-24 | Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPC | Mazdak Farrokhzad | -1/+3 |
| 2020-03-24 | Rollup merge of #70242 - DeeDeeG:improve-e0308, r=Dylan-DPC | Mazdak Farrokhzad | -4/+4 |
| 2020-03-23 | Clean up E0452 explanation | Guillaume Gomez | -1/+3 |
| 2020-03-23 | Rollup merge of #70270 - GuillaumeGomez:cleanup-e0449, r=Dylan-DPC | Mazdak Farrokhzad | -2/+3 |
| 2020-03-22 | Allow #[track_caller] in traits. | Adam Perry | -41/+4 |
| 2020-03-22 | Clean up E0449 explanation | Guillaume Gomez | -2/+3 |
| 2020-03-21 | Improve E0308 error message wording | DeeDeeG | -4/+4 |
| 2020-03-21 | Add explanation message for E0224 | Nixon Enraght-Moony | -1/+16 |
| 2020-03-21 | Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC | Mazdak Farrokhzad | -2/+3 |
| 2020-03-20 | Clean up E0439 explanation | Guillaume Gomez | -2/+3 |
| 2020-03-20 | Rollup merge of #70146 - GuillaumeGomez:cleanup-e0438, r=Dylan-DPC | Yuki Okushi | -4/+5 |
| 2020-03-20 | Rollup merge of #70103 - GuillaumeGomez:cleanup-e0437, r=Dylan-DPC | Yuki Okushi | -4/+5 |
| 2020-03-19 | Clean up e0438 explanation | Guillaume Gomez | -4/+5 |
| 2020-03-19 | clean up E0436 explanation | Guillaume Gomez | -3/+4 |
| 2020-03-19 | Clean up E0437 explanation | Guillaume Gomez | -4/+5 |
| 2020-03-18 | Rollup merge of #69139 - GuillaumeGomez:cleanup-e0308, r=Dylan-DPC | Mazdak Farrokhzad | -6/+8 |
| 2020-03-16 | Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,... | Dylan DPC | -1/+31 |
| 2020-03-16 | Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,... | Dylan DPC | -1/+21 |
| 2020-03-16 | Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-03-15 | Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,... | Dylan DPC | -1/+20 |
| 2020-03-15 | Rollup merge of #69991 - contrun:fix-69980, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-15 | Update src/librustc_error_codes/error_codes/E0634.md | Ayush Mishra | -1/+1 |
| 2020-03-15 | Update src/librustc_error_codes/error_codes/E0634.md | Ayush Mishra | -1/+1 |
| 2020-03-14 | Clean up E0412 and E0422 explanations | Guillaume Gomez | -2/+3 |
| 2020-03-14 | Add long error explanation for E0634 #61137 | Ayush Kumar Mishra | -1/+21 |
| 2020-03-14 | Add long error explanation for E0693 #61137 | Ayush Kumar Mishra | -1/+20 |
| 2020-03-14 | fix E0117 message out of sync | YI | -1/+1 |
| 2020-03-14 | Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPC | Yuki Okushi | -6/+4 |
| 2020-03-13 | Clean up E0434 explanation | Guillaume Gomez | -6/+4 |
| 2020-03-13 | Minor change | Ayush Kumar Mishra | -1/+1 |
| 2020-03-13 | Minor change | Ayush Kumar Mishra | -1/+1 |
| 2020-03-13 | Update src/librustc_error_codes/error_codes/E0628.md | Ayush Mishra | -1/+1 |
| 2020-03-13 | Update src/librustc_error_codes/error_codes/E0628.md | Ayush Mishra | -1/+1 |
| 2020-03-12 | Clean up E0423 explanation | Guillaume Gomez | -2/+1 |
| 2020-03-11 | Rollup merge of #69876 - ayushmishra2005:doc/61137-add-long-error-code-e0739,... | Mazdak Farrokhzad | -1/+14 |
| 2020-03-10 | Rollup merge of #69847 - GuillaumeGomez:cleanup-e0393, r=Dylan-DPC | Mazdak Farrokhzad | -1/+2 |
| 2020-03-10 | Removed trailing whitespace | Ayush Kumar Mishra | -1/+1 |
| 2020-03-10 | Add long error explanation for E0739 | Ayush Kumar Mishra | -1/+14 |
| 2020-03-10 | Add long error explanation for E0628 #61137 | Ayush Kumar Mishra | -1/+31 |
| 2020-03-09 | clean up E0393 explanation | Guillaume Gomez | -1/+2 |
| 2020-03-08 | Rollup merge of #69820 - GuillaumeGomez:cleanup-e0392, r=Dylan-DPC | Mazdak Farrokhzad | -2/+3 |
| 2020-03-08 | Rollup merge of #69807 - GuillaumeGomez:cleanup-e0391, r=Dylan-DPC | Mazdak Farrokhzad | -3/+5 |
| 2020-03-08 | Rollup merge of #69771 - GuillaumeGomez:cleanup-e0390, r=Dylan-DPC | Mazdak Farrokhzad | -1/+3 |
| 2020-03-08 | clean up E0392 explanation | Guillaume Gomez | -2/+3 |