about summary refs log tree commit diff
path: root/src/librustc_mir/error_codes.rs
AgeCommit message (Collapse)AuthorLines
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-2552/+0
2019-10-30Remove references to now unused `E0526`Dylan MacKenzie-1/+1
It remains as a comment in `error_codes.rs` for consistency with other unused errors.
2019-10-14Unification and cleanup of librustc_mir error codesGuillaume Gomez-50/+92
2019-10-14Uncomment E0386 to let users have access to its old definitionGuillaume Gomez-4/+7
2019-10-14Sort long error code explanation by error codeGuillaume Gomez-203/+203
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-1/+1
2019-09-30Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebankTyler Mandry-1/+45
Add long error explanation for E0493 Part of #61137.
2019-09-30Add long error explanation for E0493Guillaume Gomez-1/+45
2019-09-21add long error explanation for E0524Guillaume Gomez-1/+63
2019-09-09Clarify E0507 to note Fn/FnMut relationship to borrowingMark Rousskov-1/+8
2019-09-08bind-by-move: add E0008 commented out to error_codes.rsMazdak Farrokhzad-0/+1
2019-09-08Tests: No longer emitting 0008, E0301, E0302.Mazdak Farrokhzad-77/+6
2019-09-08Update tests wrt. bind_by_by_move_pattern_guards stabilization.Mazdak Farrokhzad-1/+0
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-3/+3
Migrate internal diagnostic registration to macro_rules Review is best done commit-by-commit. Fixes #64132.
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-1/+1
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-3/+3
2019-08-06Remove unnecessary features from compiler error code listJethro Beekman-6/+0
2019-07-30Remove 'feature(nll)' from bind_by_move_pattern_guards tests.Mazdak Farrokhzad-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by ↵Vadim Petrochenkov-2/+0
rustbuild Remove some random unnecessary lint `allow`s
2019-07-14Remove unused BorrowckErrors methodsMatthew Jasper-3/+3
2019-07-06Remove compile-pass from error codes' explanationYuki Okushi-2/+2
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+32
2019-04-21Enable migrate mode by default on the 2015 editionMatthew Jasper-57/+73
This also fully stabilizes two-phase borrows on all editions
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+2425