summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes.rs
AgeCommit message (Expand)AuthorLines
2020-03-03Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david...Yuki Okushi-1/+1
2020-03-01doc(librustc_error_codes): add long error explanation for E0719Matthew Kuo-1/+1
2020-02-28Add E0747 error codeGuillaume Gomez-0/+1
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-0/+1
2020-02-06Added long error description & modifed error_codes.rsJosh White-1/+1
2020-01-28Add E0727 long explanationLeSeulArtichaut-1/+1
2020-01-16Add E0746 explanation to the indexEsteban Küber-1/+1
2020-01-16Specific error for unsized `dyn Trait` return typeEsteban Küber-0/+1
2019-12-30Add error code explanation for E0477Donough Liu-1/+1
2019-12-24Handle more specific case E0222Esteban Küber-2/+1
2019-12-23Add long error code explanation message for E0627Donough Liu-1/+1
2019-12-06Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obkMazdak Farrokhzad-1/+0
2019-12-02Add long error for E0631 and update ui tests.Reese Williams-1/+1
2019-12-02Remove E0017 from error codes indexChristian Poveda-1/+0
2019-11-29Add explanation message for E0203Nixon-2/+1
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-0/+1
2019-11-20Rollup merge of #66526 - estebank:async-fn-trait-information, r=CentrilMazdak Farrokhzad-1/+1
2019-11-19Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-11-18Add error code documentationEsteban Küber-1/+1
2019-11-18Move E0594 to new error code systemGuillaume Gomez-1/+1
2019-11-16Add explanation message for E0641clemencetbk-1/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-2/+1
2019-11-15Add link to error code explanation RFCGuillaume Gomez-0/+5
2019-11-14move E0744 to new error codeGuillaume Gomez-0/+1
2019-11-14move E0623 into the new error code formatGuillaume Gomez-1/+1
2019-11-14Put each error code long explanation into their own markdown fileGuillaume Gomez-13403/+396
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/+13613