summary refs log tree commit diff
path: root/src/librustc_borrowck/diagnostics.rs
AgeCommit message (Expand)AuthorLines
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
2016-01-23Rollup merge of #31050 - apasel422:issue-31048, r=ManishearthSteve Klabnik-1/+1
2016-01-20Correct code in E0382 explanationAndrew Paseltiner-1/+1
2016-01-17Add E0507 error explanationGuillaume Gomez-1/+88
2015-09-19Add librustc_trans error codesGuillaume Gomez-1/+1
2015-09-18Add url to rust-bookGuillaume Gomez-7/+11
2015-09-16Add error codes for librustc_borrowckGuillaume Gomez-2/+36
2015-08-13Auto merge of #27758 - nathankleyn:diagnostics-386, r=Manishearthbors-1/+30
2015-08-13Improve interior mutability example for E0386.Nathan Kleyn-1/+2
2015-08-13Add details about types with interior mutability to E0386.Nathan Kleyn-0/+8
2015-08-13Add detailed diagnostics for E0386.Nathan Kleyn-1/+21
2015-08-13Improve code examples for E0383 long diagnostic.Nathan Kleyn-10/+7
2015-08-13Add detailed diagnostics for E0383.Nathan Kleyn-1/+24
2015-08-11rollup merge of #27605: AlisdairO/diagnostics387Alex Crichton-1/+54
2015-08-10fix import nit for long diagnostics on E0387Alisdair Owens-1/+3
2015-08-10add info about cell types to diagnostic message E0387Alisdair Owens-2/+18
2015-08-08add long diagnostics for E0382Alisdair Owens-1/+63
2015-08-08add diagnostics for E0387Alisdair Owens-1/+36
2015-08-02Added error explanation for E0384.Agoston Szepessy-1/+22
2015-07-23Add long diagnostics for E0373Alisdair Owens-1/+50
2015-05-26Convert 15 diagnostics to have error codes (E0380-E0394).Nick Hamann-1/+26
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-2/+0
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-0/+17