about summary refs log tree commit diff
path: root/src/librustc_error_codes
AgeCommit message (Collapse)AuthorLines
2019-11-25Clean up E0069 long explanationGuillaume Gomez-1/+3
2019-11-25Clean up E0067 long explanationGuillaume Gomez-25/+7
2019-11-25Clean up E0063 long explanationGuillaume Gomez-2/+3
2019-11-25Clean up E0062 long explanationGuillaume Gomez-4/+6
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-0/+21
2019-11-22Rollup merge of #66633 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPCMazdak Farrokhzad-17/+54
Error code's long explanation cleanup Continuing to clean up the error code's long explanation. r? @Dylan-DPC
2019-11-22small error code explanations improvementsGuillaume Gomez-3/+3
2019-11-22Improve E0061 long error explanationGuillaume Gomez-0/+10
2019-11-22Improve E0057 long error explanationGuillaume Gomez-4/+6
2019-11-22Improve E0023 long error explanationGuillaume Gomez-1/+8
2019-11-22Improve E0015 long error explanationGuillaume Gomez-9/+27
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-2/+2
2019-11-20Rollup merge of #66526 - estebank:async-fn-trait-information, r=CentrilMazdak Farrokhzad-1/+58
Add more context to `async fn` trait error Follow up to #65937. Fix #65899.
2019-11-19Remove desugared `async-trait` exampleEsteban Kuber-22/+1
2019-11-19Update E0706.mdDylan DPC-6/+6
2019-11-19Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomezMazdak Farrokhzad-1/+20
Add explanation message for E0641 Part of #61137
2019-11-18Add error code documentationEsteban Küber-1/+79
2019-11-18Move E0594 to new error code systemGuillaume Gomez-1/+24
2019-11-16Add explanation message for E0641clemencetbk-1/+20
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-10/+4
2019-11-15Rollup merge of #66443 - GuillaumeGomez:port-erased-cleanup, r=Mark-SimulacrumTyler Mandry-76/+135
Port erased cleanup Just realised that the changes I made in #65965 were removed after the move of all error codes so here it is. I made them into separate commits to make the history look better this time. r? @Mark-Simulacrum
2019-11-15Clean up E0025, E0034, E0044, E0046 and E0053Guillaume Gomez-5/+11
2019-11-15Clean up E0054Guillaume Gomez-2/+6
2019-11-15Clean up E0050Guillaume Gomez-5/+21
2019-11-15Clean up E0049Guillaume Gomez-4/+21
2019-11-15Clean up E0045Guillaume Gomez-10/+10
2019-11-15Clean up E0040Guillaume Gomez-4/+21
2019-11-15Clean up E0033Guillaume Gomez-6/+10
2019-11-15Clean up E0029Guillaume Gomez-5/+9
2019-11-15Clean up E0027Guillaume Gomez-5/+5
2019-11-15Clean up E0026Guillaume Gomez-27/+10
2019-11-15Add link to error code explanation RFCGuillaume Gomez-0/+5
2019-11-15Clean up E0023Guillaume Gomez-3/+6
2019-11-14Link to tracking issue in HIR const-check errorDylan MacKenzie-0/+7
2019-11-14Move E0210 to new error locationGuillaume Gomez-5/+18
2019-11-14move E0744 to new error codeGuillaume Gomez-0/+18
2019-11-14move E0623 into the new error code formatGuillaume Gomez-1/+42
2019-11-14Put each error code long explanation into their own markdown fileGuillaume Gomez-13403/+12609
2019-11-14fix tidy issue on file lengthGuillaume Gomez-0/+2
2019-11-14Create new librustc_error_codes lib and move error codes declaration inside itGuillaume Gomez-0/+13648