rust/src/librustc
bors 69b9e1e8f9 Auto merge of #51967 - varkor:const-body-break-continue, r=estebank
Fix various issues with control-flow statements inside anonymous constants

Fixes #51761.
Fixes #51963 (and the host of other reported issues there).
(Might be easiest to review per commit, as they should be standalone.)

r? @estebank
2018-07-05 09:40:08 +00: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 introduce `predicates_defined_on` for traits 2018-07-02 11:33:24 -04:00
hir Auto merge of #51967 - varkor:const-body-break-continue, r=estebank 2018-07-05 09:40:08 +00:00
ich Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis 2018-07-03 11:31:10 +02:00
infer Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=estebank 2018-07-05 02:35:25 +00:00
lint Auto merge of #51678 - Zoxc:combine-lints, r=estebank 2018-06-26 14:18:13 +00:00
middle Auto merge of #51967 - varkor:const-body-break-continue, r=estebank 2018-07-05 09:40:08 +00:00
mir Auto merge of #51889 - spastorino:make-causal-tracking-lazy, r=nikomatsakis 2018-07-03 09:08:58 +00:00
session Raise an error if gcov profiling and incremental compilation are both enabled 2018-06-20 00:32:33 +01:00
traits drive-by nits and debug 2018-07-02 10:38:35 -04:00
ty Auto merge of #51967 - varkor:const-body-break-continue, r=estebank 2018-07-05 09:40:08 +00:00
util Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj 2018-06-30 07:10:18 +00:00
Cargo.toml remove `either` dependency we are not using 2018-06-27 07:05:40 -04:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
diagnostics.rs Fix error code numbers 2018-06-23 22:08:40 +02:00
lib.rs Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
macros.rs Support delegation in stable hashing macros 2018-06-28 11:04:50 +03:00

README.md

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