rust/src/librustc_passes
bors 4fe88c05cd Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
Rename hir::ExprAgain to hir::ExprContinue

The current name is confusing and historical.

I also used this PR to clean up the annoying indentation in `check/mod.rs`. If that's viewed as too tangential a change, I'll split it up, but it seemed reasonable to slip it in to reduce @bors's work. It's easy to compare for the two commits individually.

r? @petrochenkov
2018-06-23 14:33:10 +00:00
..
ast_validation.rs Explicitly ban async in trait impls 2018-06-21 22:38:05 -07:00
Cargo.toml Removed unused dependencies on rustc_const_math 2018-04-30 18:18:33 +02:00
diagnostics.rs Async methods 2018-06-21 22:38:05 -07:00
hir_stats.rs Rename ParamBound(s) to GenericBound(s) 2018-06-20 12:23:46 +01:00
lib.rs rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
loops.rs Rename ExprAgain to ExprContinue 2018-06-23 10:51:01 +01:00
mir_stats.rs rustc: rename mir::VisibilityScope to mir::SourceScope. 2018-05-30 20:30:09 +03:00
rvalue_promotion.rs Rename ExprAgain to ExprContinue 2018-06-23 10:51:01 +01:00