summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2015-07-06After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+36
2015-06-19Replace "Bad example" by a better sentenceGuillaume Gomez-2/+36
2015-06-19Add E0016 explanationGuillaume Gomez-0/+15
2015-06-10Revise E0133 description.Nick Hamann-2/+2
2015-06-08Auto merge of #26029 - GuillaumeGomez:const_check, r=Manishearthbors-1/+19
2015-06-08Add error explanation for E0014Guillaume Gomez-1/+19
2015-06-06Fix small typo in diagnostics.rsRémi Audebert-1/+1
2015-06-01Update diagnostics.rsGuillaume Gomez-3/+3
2015-06-01Remove full pathGuillaume Gomez-1/+1
2015-05-31Add E0011 explanationGuillaume Gomez-1/+32
2015-05-28Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR.Nick Hamann-2/+2
2015-05-28Revise E0015 according to feedback.Nick Hamann-3/+3
2015-05-28Convert mutable statics error to have error code and add explanation.Nick Hamann-0/+13
2015-05-28Add error explanations for E0040, E0087, E0378, E0379, E0394.Nick Hamann-3/+34
2015-05-28Update E0015 explanation, fix E0053.Nick Hamann-3/+7
2015-05-28Auto merge of #25834 - steveklabnik:gh25326, r=alexcrichtonbors-3/+3
2015-05-28Prevent comparison and dereferencing of raw pointers in constexprsAriel Ben-Yehuda-1/+3
2015-05-27fix example for E0018Steve Klabnik-3/+3
2015-05-26Convert 15 diagnostics to have error codes (E0380-E0394).Nick Hamann-1/+3
2015-05-26Add error explanations for E0055, E0089, E0192, E0261, E0262, E0263, E0318.Nick Hamann-3/+48
2015-05-21Make various fixes:Niko Matsakis-1/+2
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-1/+0
2015-05-13Markdown formatting for error explanations.Ricardo Martins-2/+2
2015-05-13RebasingNick Cameron-2/+0
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+3
2015-05-12Add a link to the error index to the main doc page.Michael Sproul-2/+2
2015-05-11Markdown formatting for error explanations.Michael Sproul-0/+6
2015-05-09Add long diagnostic for E0137Nick Hamann-1/+6
2015-05-09Use of @pnkfelix code and fix typosGuillaume Gomez-1/+136
2015-05-07Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelixSteve Klabnik-1/+68
2015-05-07Rollup merge of #24576 - cactorium:errorcodes, r=pnkfelixSteve Klabnik-3/+55
2015-05-06Reword with pnkfelix's suggestionKelvin Ly-12/+14
2015-05-05Markdown edits for diagnostic errors.Michael Sproul-22/+26
2015-04-30Auto merge of #24975 - michaelsproul:enum-diagnostics, r=pnkfelixbors-2/+25
2015-04-30Auto merge of #24892 - robinst:issue-24407-E0010, r=pnkfelixbors-1/+6
2015-04-30Add long diagnostics for enum repr errors.Michael Sproul-2/+25
2015-04-30rustc: Improve long diagnostics for E0282Ruud van Asseldonk-10/+11
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-2/+0
2015-04-30Add error explanation for E0010Robin Stocker-1/+6
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-2/+0
2015-04-30rustc: Add long diagnostics for E0282Ruud van Asseldonk-1/+67
2015-04-29rollup merge of #24894: bguiz/diagnostic-E0267Alex Crichton-1/+16
2015-04-28Add error explanation for E0013Robin Stocker-1/+19
2015-04-28=BG= change definition to use 'statics' as well as 'constants'Brendan Graetz-2/+2
2015-04-28=BG= Add detailed error message for E0265Brendan Graetz-1/+16
2015-04-24Rollup merge of #24523 - GuillaumeGomez:clean-error-codes, r=ManishearthManish Goregaokar-3/+33
2015-04-23Update diagnostics.rsGuillaume Gomez-0/+12
2015-04-21Refocus unsafe code chapter on unsafe itself.Steve Klabnik-1/+1
2015-04-20Auto merge of #24525 - GuillaumeGomez:check-const, r=pnkfelixbors-1/+23
2015-04-20Fix typosGuillaume Gomez-2/+2