summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2015-10-06Add error explanation for E0496Guillaume Gomez-1/+33
2015-09-29store the rustc version in metadata and check itAriel Ben-Yehuda-0/+1
2015-09-20Don't recommend const fns on a stable build without a note about nightliesManish Goregaokar-2/+10
2015-09-16Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearthbors-2/+153
2015-09-16End of adding error codes in librustcGuillaume Gomez-0/+69
2015-09-13ensure projections are prohibited when type parameters areAriel Ben-Yehuda-0/+1
2015-09-13Add part of new error codes in librustcGuillaume Gomez-2/+84
2015-09-05Add erroneous code example for E0010Guillaume Gomez-3/+15
2015-09-04Add span_help for E0002Guillaume Gomez-1/+1
2015-08-29add diagnostics for E0281Alisdair Owens-1/+20
2015-08-25Rollup merge of #27988 - nagisa:diags-e0139, r=brsonSteve Klabnik-3/+1
2015-08-25Fix E0139 codeSimonas Kazlauskas-3/+1
2015-08-19doc: improve E0133 explanationTshepang Lekhonkhobe-3/+8
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-59/+0
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-3/+3
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-3/+3
2015-07-27Auto merge of #26876 - liigo:patch-3, r=Gankrobors-0/+3
2015-07-25Address commentsManish Goregaokar-20/+28
2015-07-25Add long diagnostic for E0276Manish Goregaokar-1/+22
2015-07-25Add long diagnostic explanation for E0275Manish Goregaokar-1/+23
2015-07-25Add long diagnostics for E0272-274 (on_unimplemented)Manish Goregaokar-4/+77
2015-07-25Add E0270Manish Goregaokar-17/+87
2015-07-23Add long diagnostic for E0269Manish Goregaokar-1/+35
2015-07-23Improve E0260Manish Goregaokar-0/+8
2015-07-23Add long diagnostics for E0139 (type parameters in transmute)Manish Goregaokar-1/+64
2015-07-23Add long diagnostic for E0138Manish Goregaokar-1/+6
2015-07-23Add long diagnostic for E0136Manish Goregaokar-1/+6
2015-07-23Review fixesManish Goregaokar-37/+86
2015-07-23Add huge explanation for E0038 (object safety)Manish Goregaokar-1/+250
2015-07-23Add error explanation for E0022Manish Goregaokar-2/+19
2015-07-23Add error explanation for E0017Manish Goregaokar-1/+22
2015-07-23Move E0006 into E0005Manish Goregaokar-9/+2
2015-07-23Improve E0001-E0003Manish Goregaokar-2/+45
2015-07-17Clarify the usage of "hints" in const_eval.Eli Friedman-0/+18
2015-07-13diagnostics: Fix E0303 explanation.Michael Sproul-4/+4
2015-07-12Rollup merge of #26976 - tshepang:more-simple-explanation, r=gankroManish Goregaokar-2/+1
2015-07-11doc: make explanation easier to undrstandTshepang Lekhonkhobe-2/+1
2015-07-11remove repetition from E0308 explanationTshepang Lekhonkhobe-1/+1
2015-07-09Auto merge of #26515 - quantheory:check_enum_recursion, r=nrcbors-1/+0
2015-07-08update diagnostics E0109 about None::<T>Liigo Zhuang-0/+3
2015-07-07mark user-defined derefs as non-constantAriel Ben-Yehuda-1/+2
2015-07-04Remove outdated errors for mutating stringsAriel Ben-Yehuda-2/+2
2015-07-03After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+36
2015-07-02Auto merge of #26713 - GuillaumeGomez:patch-3, r=Manishearthbors-4/+36
2015-07-01Add E0277 error explanationGuillaume Gomez-1/+48
2015-07-01Add examples in error explanation E0267 and E0268Guillaume Gomez-4/+36
2015-06-29Link to docs from error explanations via HTTPSCorey Farwell-2/+2
2015-06-29The come back of the "a" eaten by the voidGuillaume Gomez-1/+1
2015-06-29Add more details in error explanationGuillaume Gomez-2/+2
2015-06-29Add E0110 error explanationGuillaume Gomez-2/+19