about summary refs log tree commit diff
path: root/src/librustc_trans/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-55/+0
2018-01-19Allow runtime switching between trans backendsbjorn3-21/+3
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-2/+2
2017-09-17rustc: Move some attr methods to queriesAlex Crichton-0/+24
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2016-08-26Small error code explanations improvementsGuillaume Gomez-2/+4
2016-07-04Revert "Revert "Remove the return_address intrinsic.""Eduard Burtescu-38/+0
2016-06-30Revert "Remove the return_address intrinsic."Eduard Burtescu-0/+38
2016-06-27Remove the return_address intrinsic.Eduard Burtescu-38/+0
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-2/+2
2016-05-07Translate constants from MIR instead of going through trans::expr/consts.Eduard Burtescu-15/+0
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-26/+0
2016-02-07Update long error explanationsGuillaume Gomez-6/+15
2015-10-31Check unchecked_div|rem's specialisationNicholas Mazzuca-10/+5
2015-10-13Add E0511 error explanationGuillaume Gomez-11/+37
2015-10-08Add E0510 error explanationGuillaume Gomez-1/+33
2015-10-08Add E0512 error explanationGuillaume Gomez-2/+30
2015-10-07Add error explanation for E0515Guillaume Gomez-0/+15
2015-09-19Add librustc_trans error codesGuillaume Gomez-0/+21