| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | Add E0766 error for unterminated double quote byte string | Guillaume Gomez | -0/+1 |
| 2020-06-21 | Create E0765 error for unterminated double quote strings | Guillaume Gomez | -0/+1 |
| 2020-06-19 | add new error code | Christian Poveda | -0/+1 |
| 2020-06-19 | Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkov | Ralf Jung | -0/+1 |
| 2020-06-16 | Create new E0763 error code for unterminated byte constant | Guillaume Gomez | -0/+1 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -0/+1 |
| 2020-06-12 | Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=d... | Dylan DPC | -1/+1 |
| 2020-06-11 | Add long error explanation for E0724 | Ayush Kumar Mishra | -1/+1 |
| 2020-06-10 | Create new error code E0762 for unterminated char literals | Guillaume Gomez | -0/+1 |
| 2020-06-10 | Rollup merge of #73122 - doctorn:issue-73116, r=varkor | Dylan DPC | -0/+1 |
| 2020-06-08 | Resolve E0584 conflict | Nathan Corbyn | -0/+1 |
| 2020-06-07 | Create new error code E0758 for unterminated multi-line comments | Guillaume Gomez | -0/+1 |
| 2020-06-05 | Rollup merge of #72260 - csmoe:issue-69276, r=estebank | Dylan DPC | -0/+1 |
| 2020-06-04 | resolve error code e0760 | csmoe | -1/+1 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+3 |
| 2020-05-19 | Merge branch 'master' into issue-69276 | csmoe | -1/+2 |
| 2020-05-18 | bless suggestion on spell out | csmoe | -1/+1 |
| 2020-05-17 | Disallow forbidden usage of non-ascii identifiers. | Charles Lew | -0/+1 |
| 2020-05-16 | create error code E0754 | csmoe | -0/+1 |
| 2020-05-12 | add long error explanation for E0228 | Jade McGough | -1/+1 |
| 2020-05-02 | Add long error explanation for E0539 | unexge | -1/+1 |
| 2020-04-22 | Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-04-22 | Add error code to inner doc comment attribute error | Guillaume Gomez | -0/+1 |
| 2020-04-21 | Added proper explanation error code E0696 | pankajchaudhary5 | -1/+1 |
| 2020-04-20 | Check that main/start is not async | Sebastian Malton | -0/+1 |
| 2020-04-17 | Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-04-16 | Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=... | Dylan DPC | -2/+1 |
| 2020-04-13 | Add proper explanation of error code E0657 | PankajChaudhary5 | -1/+1 |
| 2020-04-12 | Add long error explanation for E0708 #61137 | bishtpawan | -2/+1 |
| 2020-04-09 | track_caller: support on FFI imports | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | Add long error code for error E0226 | Julien Philippon | -1/+1 |
| 2020-03-28 | Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-26 | make a custom error for overlap with negative impls | Niko Matsakis | -0/+1 |
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -1/+3 |
| 2020-03-26 | Add long error explanation for E0703 | PankajChaudhary5 | -1/+1 |
| 2020-03-24 | Add long error explanation for E0710 #61137 | bishtpawan | -1/+1 |
| 2020-03-21 | Add explanation message for E0224 | Nixon Enraght-Moony | -1/+1 |
| 2020-03-16 | Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,... | Dylan DPC | -1/+1 |
| 2020-03-16 | Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,... | Dylan DPC | -1/+1 |
| 2020-03-15 | Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,... | Dylan DPC | -1/+1 |
| 2020-03-14 | Add long error explanation for E0634 #61137 | Ayush Kumar Mishra | -1/+1 |
| 2020-03-14 | Add long error explanation for E0693 #61137 | Ayush Kumar Mishra | -1/+1 |
| 2020-03-10 | Add long error explanation for E0739 | Ayush Kumar Mishra | -1/+1 |
| 2020-03-10 | Add long error explanation for E0628 #61137 | Ayush Kumar Mishra | -1/+1 |
| 2020-03-03 | Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david... | Yuki Okushi | -1/+1 |
| 2020-03-01 | doc(librustc_error_codes): add long error explanation for E0719 | Matthew Kuo | -1/+1 |
| 2020-02-28 | Add E0747 error code | Guillaume Gomez | -0/+1 |
| 2020-02-22 | Move generic arg / param validation to `create_substs_for_generic_args` | varkor | -0/+1 |
| 2020-02-06 | Added long error description & modifed error_codes.rs | Josh White | -1/+1 |