summary refs log tree commit diff
path: root/src/librustc_borrowck/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2017-10-10Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.Felix S. Klock II-469/+0
2017-10-04Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-95/+0
2017-10-04Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-45/+0
2017-10-04Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-126/+0
2017-09-29mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...Basile Desloges-1/+0
2017-08-18Fix a diagnosticAlex Crichton-1/+1
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-550/+0
2017-08-16Move borrowck error msg construction to module in `rustc_mir` (for later reus...Felix S. Klock II-550/+0
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+18
2017-07-30extended info for E0595 closure cannot mutate immutable local variableZack M. Davis-1/+18
2017-07-29Use a free error codeAlex Crichton-3/+3
2017-07-28Fix error message tests againJohn Kåre Alsaker-5/+5
2017-07-28Fix error message testsJohn Kåre Alsaker-0/+5
2017-07-28Fix error message testsJohn Kåre Alsaker-0/+5
2017-07-28change how we report `err_out_of_scope` borrowck errorsNiko Matsakis-0/+76
2017-07-28Remove support for `gen arg`Alex Crichton-1/+0
2017-07-28Revert borrowck changesJohn Kåre Alsaker-1/+0
2017-07-28Update error codesJohn Kåre Alsaker-2/+2
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-7/+25
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-7/+7
2017-05-27Add new error codesGuillaume Gomez-0/+54
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-3/+3
2017-02-28kill the code path for E0388Niko Matsakis-21/+1
2016-08-07Update librustc_borrowck error codes checkGuillaume Gomez-108/+109
2016-08-06Add E0388 error explanationGuillaume Gomez-1/+24
2016-06-12Auto merge of #34133 - m-decoster:master, r=GuillaumeGomezbors-2/+100
2016-06-12Add explanation for E0503Mathieu De Coster-1/+56
2016-06-12Add explanation for E0508Mathieu De Coster-1/+44
2016-06-12Fix markdown formatting error of E0277, E0284, E0310, E0502.kennytm-0/+3
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-1/+1
2016-05-19Rollup merge of #33353 - timothy-mcroy:E0502, r=sanxiynManish Goregaokar-1/+27
2016-05-17Add descriptive error explanation for E0502Timothy McRoy-1/+27
2016-05-16Add missing code fence to `diagnostics.rs`Andrew Paseltiner-0/+1
2016-05-15Rollup merge of #33533 - GuillaumeGomez:add_E0500, r=steveklabnikManish Goregaokar-1/+47
2016-05-11Add detailed error explanation for E0505billyevans-1/+79
2016-05-11Rollup merge of #33386 - cramertj:E0504, r=steveklabnikSteve Klabnik-1/+104
2016-05-11Add E0500 error explanationggomez-1/+47
2016-05-09Rollup merge of #33383 - cramertj:E0509, r=ManishearthManish Goregaokar-1/+95
2016-05-09Add detailed error explanation for E0504Taylor Cramer-1/+104
2016-05-07Rollup merge of #33412 - cramertj:E0389, r=ManishearthSteve Klabnik-1/+64
2016-05-06Add detailed error explanation for E0389Taylor Cramer-1/+64
2016-05-06Add detailed error explanation for E0509Taylor Cramer-1/+95
2016-05-04Add detailed error explanation for E0506Taylor Cramer-1/+84
2016-05-03Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomezManish Goregaokar-1/+76
2016-05-02add borrowck info inline in main snippetNiko Matsakis-0/+1
2016-05-01Add error explanation for E0501Timothy McRoy-1/+76
2016-02-15Global error explanations improvementsggomez-6/+14
2016-02-07Update long error explanationsGuillaume Gomez-12/+25
2016-01-28Improve message for rustc --explain E0507Ruud van Asseldonk-0/+27