| Age | Commit message (Expand) | Author | Lines |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+2 |
| 2020-01-06 | Clean up E0178 explanation | Guillaume Gomez | -7/+18 |
| 2020-01-04 | Update E0164.md | Dylan DPC | -1/+1 |
| 2020-01-04 | Clean up E0164 explanation | Guillaume Gomez | -9/+29 |
| 2020-01-04 | Small error explanations cleanup | Guillaume Gomez | -4/+6 |
| 2020-01-03 | Clean up E0131 error explanation | Guillaume Gomez | -2/+5 |
| 2020-01-02 | Clean up E0130 error explanation | Guillaume Gomez | -2/+2 |
| 2019-12-30 | Gammer fix | Donough Liu | -3/+3 |
| 2019-12-30 | Add error code explanation for E0477 | Donough Liu | -1/+46 |
| 2019-12-26 | Auto merge of #67268 - estebank:assoc-types, r=oli-obk | bors | -2/+52 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -15/+15 |
| 2019-12-24 | Handle more specific case E0222 | Esteban Küber | -2/+52 |
| 2019-12-24 | Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPC | Mazdak Farrokhzad | -1/+31 |
| 2019-12-24 | Rollup merge of #67547 - GuillaumeGomez:cleanup-err-codes, r=Dylan-DPC | Mazdak Farrokhzad | -6/+8 |
| 2019-12-23 | adjust E0303 error code docs | Mazdak Farrokhzad | -1/+9 |
| 2019-12-23 | Add long error code explanation message for E0627 | Donough Liu | -1/+31 |
| 2019-12-23 | Update E0124.md | Dylan DPC | -1/+1 |
| 2019-12-22 | Clean up E0128 explanation | Guillaume Gomez | -4/+5 |
| 2019-12-22 | Clean up E0124 explanation | Guillaume Gomez | -2/+3 |
| 2019-12-22 | Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-21 | Rollup merge of #67422 - GuillaumeGomez:cleanup-err-codes, r=Dylan-DPC | Mazdak Farrokhzad | -9/+25 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -5/+11 |
| 2019-12-20 | Update E0121.md | Dylan DPC | -1/+1 |
| 2019-12-20 | Update E0120.md | Dylan DPC | -1/+1 |
| 2019-12-19 | Clean up E0121 long explanation | Guillaume Gomez | -5/+19 |
| 2019-12-19 | Clean up E0120 long explanation | Guillaume Gomez | -4/+6 |
| 2019-12-18 | Add more tests for raw_ref_op | Matthew Jasper | -1/+1 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -1/+1 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -2/+2 |
| 2019-12-13 | Look for "unstable feature" error code in test | Dylan MacKenzie | -1/+1 |
| 2019-12-12 | De-fatalize `...` parsing. | Mazdak Farrokhzad | -5/+11 |
| 2019-12-09 | Update E0478.md | Dylan DPC | -2/+2 |
| 2019-12-08 | corrected comment to reflect that 'SnowWhite lives longer than 'kiss in E0478 | ryan | -2/+2 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -21/+0 |
| 2019-12-06 | Rollup merge of #67017 - GuillaumeGomez:long-err-explanations-2, r=Dylan-DPC | Yuki Okushi | -12/+22 |
| 2019-12-06 | Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez | Yuki Okushi | -1/+28 |
| 2019-12-06 | Rollup merge of #66900 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -12/+33 |
| 2019-12-04 | some error codes long explanation | Guillaume Gomez | -1/+3 |
| 2019-12-04 | Clean up E0118 error code long explanation | Guillaume Gomez | -2/+4 |
| 2019-12-04 | Clean up E0117 error code long explanation | Guillaume Gomez | -6/+8 |
| 2019-12-04 | Clean up E0116 error code long explanation | Guillaume Gomez | -3/+7 |
| 2019-12-03 | clean up E0107 error explanation | Guillaume Gomez | -3/+20 |
| 2019-12-03 | Use simpler code example for E0631 long error. | Reese Williams | -14/+12 |
| 2019-12-02 | Add long error for E0631 and update ui tests. | Reese Williams | -1/+30 |
| 2019-12-02 | Remove E0017 from error codes index | Christian Poveda | -21/+0 |
| 2019-12-01 | Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+19 |
| 2019-11-30 | Small error codes explanation cleanup (E0092, E0093 and E0094) | Guillaume Gomez | -9/+13 |
| 2019-11-30 | Address review comments | Nixon | -5/+11 |
| 2019-11-29 | Add explanation message for E0203 | Nixon | -2/+13 |