rust/src/librustc
Mark Rousskov 57aceeecc0
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Refactor error reporting of constants

cc @eddyb

This PR should not change any behaviour. It solely simplifies the internal handling of the errors
2018-06-28 16:07:10 -06:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename ExprAgain to ExprContinue 2018-06-23 10:51:01 +01:00
dep_graph Merge ConstVal and ConstValue 2018-06-28 11:04:25 +02:00
hir Fix rebase 2018-06-28 11:04:51 +03:00
ich Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
infer Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
lint Auto merge of #51678 - Zoxc:combine-lints, r=estebank 2018-06-26 14:18:13 +00:00
middle Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
mir Turn the use of erroneous constants into errors again 2018-06-28 11:04:26 +02:00
session Fix extern prelude failure in rustdoc 2018-06-11 22:24:35 +02:00
traits Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
ty Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
util Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml remove either dependency we are not using 2018-06-27 07:05:40 -04:00
diagnostics.rs Fix error code numbers 2018-06-23 22:08:40 +02:00
lib.rs Move everything over from middle::const_val to mir::interpret 2018-06-28 11:02:31 +02:00
macros.rs Support delegation in stable hashing macros 2018-06-28 11:04:50 +03:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00

For more information about how rustc works, see the rustc guide.