summary refs log tree commit diff
path: root/src/librustc_mir/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2017-10-14Improve E0382 extended help messageJacob Wahlgren-9/+57
2017-10-10Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.Felix S. Klock II-0/+461
2017-10-04Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-0/+94
2017-10-04Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-0/+45
2017-10-04Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...Felix S. Klock II-0/+127
2017-09-29mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...Basile Desloges-0/+1
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-0/+34
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-2/+2
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-23/+1
2017-08-16Move borrowck error msg construction to module in `rustc_mir` (for later reus...Felix S. Klock II-0/+551
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-0/+1
2017-08-06fixing doctest failures in resurfaced extended informationZack M. Davis-3/+11
2017-06-07indentation fixesgaurikholkar-2/+2
2017-06-07Changing error message for interior mutability, adding ui testgaurikholkar-4/+4
2017-04-11Move rvalue checking to MIRAriel Ben-Yehuda-0/+33
2016-08-24Add error code test checkupGuillaume Gomez-13/+12
2016-08-15Add E0394 error explanationGuillaume Gomez-4/+22
2016-05-07Implement RFC 1440 "Allow Drop types in statics/const functions".Eduard Burtescu-1/+1
2016-05-07mir: qualify and promote constants.Eduard Burtescu-0/+387