summary refs log tree commit diff
path: root/src/librustc_mir/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2018-06-30Loosened rules involving statics mentioning other statics.Alexander Regueiro-55/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
2018-05-22Remove now unused error codeOliver Schneider-15/+0
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-5/+5
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-30/+0
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-0/+36
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-0/+550
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-4/+0
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