summary refs log tree commit diff
path: root/src/librustc_borrowck/diagnostics.rs
AgeCommit message (Expand)AuthorLines
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